Skip to content
Claude Desktop

Python Docs MCP Server for Claude Desktop

io.github.ayhammouda/python-docs-mcp-server

The canonical Python stdlib oracle for AI coding agents — always free, always MIT, token-frugal.

client:Claude Desktop transport:stdio runtime:pypi

Install Python Docs MCP Server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "python-docs-mcp-server": {
      "command": "uvx",
      "args": [
        "python-docs-mcp-server"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Python Docs MCP Server in other clients