Odel
Python Docs MCP Server

Python Docs MCP Server

Local
@ayhammouda8PythonMITUpdated Today

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIpython-docs-mcp-serverv0.3.1

Run

uvx python-docs-mcp-server

MCP client config

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