MCP Directory
Back

quickstart-resources

by modelcontextprotocol · Go · ★ 1,076

A repository of servers and clients from the Model Context Protocol tutorials

Install

go install github.com/modelcontextprotocol/quickstart-resources@latest

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "quickstart-resources": {
      "command": "npx",
      "args": [
        "-y",
        "github:modelcontextprotocol/quickstart-resources"
      ]
    }
  }
}

From the README

A repository of servers and clients from the following Model Context Protocol tutorials: - [Quickstart](https://modelcontextprotocol.io/quickstart) – a simple MCP weather server - [Building MCP clients](https://modelcontextprotocol.io/tutorials/building-a-client) – an LLM-powered chatbot MCP client These examples are intentionally minimal. If you expose an MCP server over a network (HTTP/SSE/WebSocket), add authentication and basic hardening (CORS allowlist, request size limits, timeouts, rate limits, and log redaction). See [](./SECURITY.md).
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related productivity servers