aks-mcp
A Model Context Protocol (MCP) server that enables AI assistants to interact with Azure Kubernetes Service (AKS) clusters.
The AKS-MCP serves as a bridge between AI tools and AKS, translating natural language requests into AKS operations and returning results in a format understandable by AI tools. It allows AI tools to operate on AKS resources, retrieve details related to AKS clusters, and manage Azure Fleet operations for multi-cluster scenarios.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"aks-mcp-1": {
"args": [
"-y",
"@modelcontextprotocol/server-aks-mcp-1"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.