# vinta/awesome-python | Model Context Protocol (MCP) Server > An opinionated list of Python frameworks, libraries, tools, and resources - **Stars**: ⭐ 312,590 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "awesome-python": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-awesome-python" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "awesome-python": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-awesome-python" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-awesome-python` - **Docker**: `docker run -i --rm mcp/awesome-python`