Skip to content
Cursor

Python Docs MCP Server for Cursor

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

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

client:Cursor transport:stdio runtime:pypi

Install Python Docs MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Python Docs MCP Server in other clients