python-guide (MCP Server)

GitHub

Python best practices guidebook, written for humans.

29,757 stars Batchfile MCP Ready Full Docs Skills View Markdown #book#guide#python

Claude Desktop Configuration

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

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