The AKS-MCP is a Model Context Protocol (MCP) server that enables AI assistants to interact with Azure Kubernetes Service (AKS) clusters. It serves
The AKS-MCP is a Model Context Protocol (MCP) server that enables AI assistants to interact with Azure Kubernetes Service (AKS) clusters. It serves as a bridge between AI tools (like GitHub Copilot, Claude, and other MCP-compatible AI. The aks mcp mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 14 defined tools rather than through you.
Everything the assistant can do here goes through one of these:
cli_command — The complete Azure CLI command to execute (e.g., az aks list --resource-group myRG, az vm list --subscription )timeout — Optional timeout in seconds (default: 120)readonly — Only read operations are allowedRead — Only** (all access levels):show — Show cluster detailslist — List clusters in subscription/resource groupget-versions — Get available Kubernetes versionscheck-network — Perform outbound network connectivity checknodepool-list — List node pools in clusternodepool-show — Show node pool detailsaccount-list — List Azure subscriptionscreate — Create new clusterYou will need 8 environment variables: AZURE_CLIENT_ID, AZURE_CLIENT_SECRET, AZURE_TENANT_ID, CLIENT_ID, CLIENT_SECRET, TENANT_ID, AZURE_SUBSCRIPTION_ID, SUBSCRIPTION_ID. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
Among the cloud and infrastructure options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Aks MCP's toolset — cli_command, timeout, readonly and 11 more — is a fair guide to whether it matches your workflow. It is maintained by Azure; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Aks MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| cli_command | The complete Azure CLI command to execute (e.g., az aks list --resource-group myRG, az vm list --subscription <sub-id>) |
| timeout | Optional timeout in seconds (default: 120) |
| readonly | Only read operations are allowed |
| Read | Only** (all access levels): |
| show | Show cluster details |
| list | List clusters in subscription/resource group |
| get-versions | Get available Kubernetes versions |
| check-network | Perform outbound network connectivity check |
| nodepool-list | List node pools in cluster |
| nodepool-show | Show node pool details |
| account-list | List Azure subscriptions |
| create | Create new cluster |
| delete | Delete cluster |
| scale | Scale cluster node count |
{
"mcpServers": {
"aks": {
"command": "<path of binary aks-mcp>",
"args": [
"--transport", "stdio"
]
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| AZURE_CLIENT_ID | Configuration value read at startup. | Optional |
| AZURE_CLIENT_SECRET | Credential the server authenticates with. | Yes |
| AZURE_TENANT_ID | Configuration value read at startup. | Optional |
| CLIENT_ID | Configuration value read at startup. | Optional |
| CLIENT_SECRET | Credential the server authenticates with. | Yes |
| TENANT_ID | Configuration value read at startup. | Optional |
| AZURE_SUBSCRIPTION_ID | Configuration value read at startup. | Optional |
| SUBSCRIPTION_ID | Configuration value read at startup. | Optional |
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.
AWS Labs' official server suite — current AWS docs, CDK guidance, cost analysis and service tools.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.
Workers, KV, R2 and D1 by conversation — Cloudflare's official remote servers for building and observability.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.