[ MCP_NODE_3789 ]
azure-kubernetes-service
CATEGORY:
Developer Tools
PROTOCOL:
MCP v1.0
[ DESCRIPTION ]
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 assistants) and AKS, translating natural language requests into AKS operations and returning the results in a format the AI tools can understand.
[ CONFIGURATION_JSON ]
claude_desktop_config.json
{
"mcpServers": {
"azure-kubernetes-service-en": {
"description": "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 assistants) and AKS, translating natural language requests into AKS operations and returning the results in a format the AI tools can understand.",
"command": "<path of binary aks-mcp>",
"args": [
"--transport",
"stdio"
]
}
}
}
Source: claude-code-templates (MIT). See About Us for full credits.