k8s-mcp-server

alexei-led/k8s-mcp-server
★ 205 stars Python 💻 Code/Dev Tools Updated 1mo ago
K8s-mcp-server is a Model Context Protocol (MCP) server that enables AI assistants like Claude to securely execute Kubernetes commands. It provides a bridge between language models and essential Kubernetes CLI tools including kubectl, helm, istioctl, and argocd, allowing AI systems to assist with cluster management, troubleshooting, and deployments
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "k8s-mcp-server": {
      "command": "uvx",
      "args": [
        "k8s-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install k8s-mcp-server

Topics

ai-assistantargocdclaudedevopsdockerhelmistioctlk8skubectlkubernetesmcpmcp-servermodelcontextprotocol