[ MCP_NODE_3788 ]

Azure Kubernetes 服务

分类:
协议: MCP v1.0
[ 描述 ]

AKS-MCP 服务,让 AI 助手能够以自然语言操作 Azure Kubernetes Service 集群,桥接 AKS 与 AI 工具。

[ 配置_JSON ]
claude_desktop_config.json
{
    "mcpServers": {
        "azure-kubernetes-service": {
            "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"
            ]
        }
    }
}
数据来源:claude-code-templates(MIT),中文翻译由 AI 生成。详见关于我们
[ 上行信息 ]
类型
Unknown
如何安装:
  1. 打开您的 Claude Desktop 配置文件。
  2. 复制左侧的 JSON 代码块。
  3. 将其粘贴到 mcpServers 节点下。
  4. 重启 Claude Desktop 客户端。