awesome-python (MCP Server)

GitHub

An opinionated list of Python frameworks, libraries, tools, and resources

RAW Config

Claude Desktop Configuration

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

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