# agones-dev/agones | Model Context Protocol (MCP) Server > Dedicated Game Server Hosting and Scaling for Multiplayer Games on Kubernetes - **Stars**: ⭐ 6,942 - **Language**: Go - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "agones": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-agones" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "agones": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-agones" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-agones` - **Docker**: `docker run -i --rm mcp/agones`