aks-mcp

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

Topics

kubernetesmcp-servermodel-context-protocol