Back to MCP Servers
🔌

rohitg00/kubectl-mcp-server

MIT

🐍 ☁️/🏠 - A Model Context Protocol (MCP) server for Kubernetes that enables AI assistants like Claude, Cursor, and others to interact with Kubernetes clusters through natural language.

PythonAI & LLMs

Install

npx -y -y kubectl-mcp-server

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "rohitg00-kubectl-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "-y",
        "kubectl-mcp-server"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.