model-context-protocol-resources
by cyanheads·★ 279·Score 46
A comprehensive collection of MCP guides, utilities, and server implementations for practical exploration of the Model Context Protocol.
Overview
This repository provides an extensive collection of MCP resources including development guides, utility tools, and multiple server implementations. It includes a TypeScript template for building MCP servers and clients, comprehensive guides for both server and client development, and a variety of specialized servers for different use cases like file systems, Git integration, and medical research. The content is regularly updated with the latest MCP specifications and SDK versions.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this resource when you're learning MCP development or need comprehensive examples of different server implementations across various domains.
When NOT to choose this
Not suitable if you need a single, production-ready MCP server with extensive documentation and support, as this is a collection of resources rather than a specific implementation.
Tools this server exposes
12 tools extracted from the READMEatlas-mcp-serverNeo4j-powered task management system for LLM agents
clinicaltrialsgov-mcp-serverSearch and retrieve clinical study data from ClinicalTrials.gov
filesystem-mcp-serverPlatform-agnostic file system operations
git-mcp-serverEnterprise-ready interface for Git operations
github-mcp-serverGitHub API integration via MCP
mentor-mcp-serverAI-powered mentorship using Deepseek API
ntfy-mcp-serverSend push notifications via ntfy.sh service
mcp-ts-templateTemplate for building TypeScript MCP servers
obsidian-mcp-serverInterface with Obsidian knowledge base
perplexity-mcp-serverAccess Perplexity search API via MCP
pubmed-mcp-serverSearch and retrieve medical literature from PubMed
toolkit-mcp-serverCollection of utility tools for common operations
Comparable tools
Installation
Installation
This repository primarily contains guides, examples, and template code rather than a directly installable server. To get started:
- Clone the repository:
git clone https://github.com/cyanheads/model-context-protocol-resources.git - Navigate to specific server directories (e.g.,
atlas-mcp-server,git-mcp-server) - Follow installation instructions in each server's README
For Claude Desktop integration, add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-ts-template": {
"command": "node",
"args": ["path/to/mcp-ts-template/dist/index.js"]
}
}
}FAQ
- Is this repository an official MCP project?
- No, this is an independent collection of MCP resources developed by cyanheads while learning the protocol. It's not officially affiliated with the Model Context Protocol organization.
- How do I contribute to this project?
- The repository welcomes questions and feedback. You can contribute by submitting issues, suggesting improvements to guides, or sharing your own MCP implementations.
Compare model-context-protocol-resources with
Last updated · Auto-generated from public README + GitHub signals.