Back to Apps

AKS-MCP
by Azure
Official Azure Kubernetes Service MCP server enabling AI assistants to manage and diagnose AKS clusters.
0 stars
Works in:VS Code CopilotCursor
Exposes:Tools
What it does
AKS-MCP serves as a bridge between AI tools and Azure Kubernetes Service (AKS). It translates natural language requests into precise AKS operations, allowing AI agents to manage clusters, retrieve network resource details, and perform deep diagnostics.
Tools
call_az: Unified interface for executing any Azure CLI command.call_kubectl: Flexible interface for running any kubectl command.aks_monitoring: Retrieves resource health, metrics, and control plane logs.aks_detector: Runs AKS diagnostic detectors for best practices and health checks.az_fleet: Manages multi-cluster scenarios via Azure Fleet operations.
Installation
Add to mcp.json or claude_desktop_config.json:
{
"mcpServers": {
"aks": {
"command": "/path/to/aks-mcp",
"args": ["--transport", "stdio"]
}
}
}
Supported hosts
- VS Code Copilot
- Claude Desktop
- Cursor
Quick install
curl -sL https://github.com/Azure/aks-mcp/releases/latest/download/aks-mcp-linux-amd64 -o aks-mcp && chmod +x aks-mcpInformation
- Pricing
- free
- Published
- 4/13/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Configure binary path in mcp.jsonClaude Desktop
Add binary path to mcpServers with --transport stdioVS Code Copilot
Install via Azure Kubernetes Service Extension for VS Code





