# avelino/awesome-go | Model Context Protocol (MCP) Server > A curated list of awesome Go frameworks, libraries and software - **Stars**: ⭐ 180,915 - **Language**: Go - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "awesome-go": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-awesome-go" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "awesome-go": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-awesome-go" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-awesome-go` - **Docker**: `docker run -i --rm mcp/awesome-go`