Back to MCP Servers
🔌

alexei-led/k8s-mcp-server

MIT

🐍 - A lightweight yet robust server that empowers AI assistants to securely execute Kubernetes CLI commands (`kubectl`, `helm`, `istioctl`, and `argocd`) using Unix pipes in a safe Docker environment

PythonAI & LLMs

Install

npx -y alexei-led-k8s-mcp-server

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "alexei-led-k8s-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "alexei-led-k8s-mcp-server"
      ]
    }
  }
}

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