Skip to content
Gemini CLI

Python Docs MCP Server for Gemini CLI

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

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

client:Gemini CLI transport:stdio runtime:pypi

Install Python Docs MCP Server in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Python Docs MCP Server in other clients