Azure/aks-mcp
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.
Platform-specific configuration:
{
"mcpServers": {
"aks-mcp": {
"command": "npx",
"args": [
"-y",
"aks-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...