# kubernetes/kops | Model Context Protocol (MCP) Server > Kubernetes Operations (kOps) - Production Grade k8s Installation, Upgrades and Management - **Stars**: ⭐ 16,659 - **Language**: Go - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "kops": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-kops" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "kops": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-kops" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-kops` - **Docker**: `docker run -i --rm mcp/kops`