# nginx/kubernetes-ingress | Model Context Protocol (MCP) Server > NGINX and NGINX Plus Ingress Controllers for Kubernetes - **Stars**: ⭐ 5,057 - **Language**: Go - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "kubernetes-ingress": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-kubernetes-ingress" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "kubernetes-ingress": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-kubernetes-ingress" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-kubernetes-ingress` - **Docker**: `docker run -i --rm mcp/kubernetes-ingress`