MCP Directory
Back

quickstart-resources

by modelcontextprotocol · Go · ★ 1,130

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

Install

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

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "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: - [Build an MCP server](https://modelcontextprotocol.io/docs/develop/build-server) – a simple MCP weather server - [Build an MCP client](https://modelcontextprotocol.io/docs/develop/build-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 →

Related other servers