mcp-kubernetes

Azure/mcp-kubernetes
★ 54 stars Go 🤖 AI/LLM Updated 19d ago
A Model Context Protocol (MCP) server that enables AI assistants to interact with Kubernetes clusters. It serves as a bridge between AI tools (like Claude, Cursor, and GitHub Copilot) and Kubernetes
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": {
    "mcp-kubernetes": {
      "command": "go",
      "args": [
        "run",
        "github.com/Azure/mcp-kubernetes@latest"
      ]
    }
  }
}

Topics

kubernetesmcp-servermodel-context-protocol