python-sdk (MCP Server)

GitHub

The official Python SDK for Model Context Protocol servers and clients

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "python-sdk": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-python-sdk"
      ]
    }
  }
}