Armory
Source
Browse
MCPs

aks

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.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

No one-command install. Set it up from its source.

Alternatives · MCPs

  1. txn2-kubefwd4,171 stars · 237 forks98.750
  2. controlplaneio-flux-gitops744 stars · 73 forks97.155
  3. opensearch-mcp-server-py147 stars · 103 forks95.698

What it is

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.

When to use it

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.

How to install / invoke

# Add the mcpServers block to your .claude/settings.json or .mcp.json
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/mcps/devtools/azure-kubernetes-service.json | jq .mcpServers

Notes

Extracted from davila7/claude-code-templates, devtools category.