Back to MCP Servers
🔌

Python MCP SDK

MIT

The official Python SDK for Model Context Protocol servers and clients

PythonAI & LLMs

Install

npx -y -y @modelcontextprotocol/inspector

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "python-mcp-sdk": {
      "command": "npx",
      "args": [
        "-y",
        "-y",
        "@modelcontextprotocol/inspector"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.