mcp-protocol

whugeomatics/mcp-protocol
★ 2 stars Python 📦 Other Updated today
MCP Host 与 MCP Server 交互协议流程
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-protocol": {
      "command": "uvx",
      "args": [
        "mcp-protocol"
      ]
    }
  }
}

Or install with pip: pip install mcp-protocol