# derailed/k9s | Model Context Protocol (MCP) Server > 🐶 Kubernetes CLI To Manage Your Clusters In Style! - **Stars**: ⭐ 34,306 - **Language**: Go - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "k9s": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-k9s" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "k9s": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-k9s" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-k9s` - **Docker**: `docker run -i --rm mcp/k9s`