MCP Directory
Back

model-context-protocol-resources

by cyanheads · ★ 278

Exploring the Model Context Protocol (MCP) through practical guides, clients, and servers I've built while learning about this new protocol.

#ai-agents#ai-development#developer-guides#llm-tools#mcp#mcp-servers#model-context-protocol#model-context-protocol-servers

Install

git clone https://github.com/cyanheads/model-context-protocol-resources.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "model-context-protocol-resources": {
      "command": "npx",
      "args": [
        "-y",
        "github:cyanheads/model-context-protocol-resources"
      ]
    }
  }
}

From the README

[](https://modelcontextprotocol.io/) [](https://github.com/modelcontextprotocol/typescript-sdk) [](https://github.com/modelcontextprotocol/python-sdk) [](https://github.com/modelcontextprotocol/kotlin-sdk) [](https://github.com/modelcontextprotocol/java-sdk) [](https://github.com/modelcontextprotocol/csharp-sdk) []() This repository is a collection of guides, utilities, and server implementations for the **Model Context Protocol (MCP)** created while learning MCP. It reflects my ongoing exploration and development with this exciting new standard for creating powerful Agent capabilities. Quest…
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 developer tools servers