MCP Directory
Back

modelcontextprotocol-servers

by DoctorB00st · TypeScript · ★ 0

modelcontextprotocol-servers — MCP server.

Install

npx -y github:DoctorB00st/modelcontextprotocol-servers

Claude Desktop config

Add this to your claude_desktop_config.json:

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

From the README

This repository is a collection of *reference implementations* for the [Model Context Protocol](https://modelcontextprotocol.io/) (MCP), as well as references to community built servers and additional resources. The servers in this repository showcase the versatility and extensibility of MCP, demonstrating how it can be used to give Large Language Models (LLMs) secure, controlled access to tools and data sources. Typically, each MCP server is implemented with an MCP SDK: - [C# MCP SDK](https://github.com/modelcontextprotocol/csharp-sdk) - [Java MCP SDK](https://github.com/modelcontextprotocol…
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