MCP Directory
Back

ModelContextProtocol

by sharadkrsingh3687 · Python · ★ 0

ModelContextProtocol — MCP server.

Install

pip install git+https://github.com/sharadkrsingh3687/ModelContextProtocol.git

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": {
    "modelcontextprotocol": {
      "command": "uvx",
      "args": [
        "git+https://github.com/sharadkrsingh3687/ModelContextProtocol.git"
      ]
    }
  }
}

From the README

Model Context Protocol (MCP) is a modern framework for building scalable, AI-powered microservices and tools in **Python** and **C#**. - Python 3.9+ - [pip](https://pip.pypa.io/en/stable/) - (Recommended) [virtualenv](https://virtualenv.pypa.io/) --- - [.NET 8 SDK](https://dotnet.microsoft.com/download) - C# 12+ --- - REST APIs - gRPC - Message queues (RabbitMQ, Kafka) - Cloud deployment (Docker, Kubernetes) --- See [LICENSE](LICENSE) for details.
Read full README on GitHub →

Related other servers