The aks mcp server allows AI agents to manage Azure Kubernetes Service clusters. It exposes tools for cluster operations, pod management, and deployment control. The server connects directly to AKS APIs, enabling agents to perform tasks like scaling, monitoring, and troubleshooting. Developers use it to automate cluster management and integrate AI-driven workflows into their Kubernetes operations.
The aks mcp server allows AI agents to manage Azure Kubernetes Service clusters. It exposes tools for cluster operations, pod management, and deployment control. The server connects directly to AKS APIs, enabling agents to perform tasks like scaling, monitoring, and troubleshooting. Developers use it to automate cluster management and integrate AI-driven workflows into their Kubernetes operations.
Add this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"azure-aks-mcp-github": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-azure-aks-mcp-github"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from aks mcp?"
API Key Required
This server requires an API key from aks mcp. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| AKS_MCP_API_KEY | Yes | Your aks mcp API key |
"What resources are available in aks mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in aks mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in aks mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.