MCP Catalogs
Home

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.

developer-toolsknowledge-graphai-llm
29
Forks
3
Open issues
11 mo ago
Last commit
2d ago
Indexed

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:

you:Developers learning MCP protocol through practical examples and guides
you:Building custom MCP servers for specific domains like medical research or task management
you:Creating MCP clients that integrate multiple server capabilities
you:Is this repository an official MCP project?
you:How do I contribute to this project?

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 README
  • atlas-mcp-server

    Neo4j-powered task management system for LLM agents

  • clinicaltrialsgov-mcp-server

    Search and retrieve clinical study data from ClinicalTrials.gov

  • filesystem-mcp-server

    Platform-agnostic file system operations

  • git-mcp-server

    Enterprise-ready interface for Git operations

  • github-mcp-server

    GitHub API integration via MCP

  • mentor-mcp-server

    AI-powered mentorship using Deepseek API

  • ntfy-mcp-server

    Send push notifications via ntfy.sh service

  • mcp-ts-template

    Template for building TypeScript MCP servers

  • obsidian-mcp-server

    Interface with Obsidian knowledge base

  • perplexity-mcp-server

    Access Perplexity search API via MCP

  • pubmed-mcp-server

    Search and retrieve medical literature from PubMed

  • toolkit-mcp-server

    Collection of utility tools for common operations

Comparable tools

mcpmcp-ts-templatemcp-python-sdk

Installation

Installation

This repository primarily contains guides, examples, and template code rather than a directly installable server. To get started:

  1. Clone the repository: git clone https://github.com/cyanheads/model-context-protocol-resources.git
  2. Navigate to specific server directories (e.g., atlas-mcp-server, git-mcp-server)
  3. 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.