aks-mcp and mcp-kubernetes-server
About aks-mcp
Azure/aks-mcp
A Model Context Protocol (MCP) server that enables AI assistants to interact with AKS clusters. It serves as a bridge between AI tools (like Claude, Cursor, and GitHub Copilot) and AKS.
Implements flexible Azure authentication (service principal, workload identity, managed identity) via Azure CLI, with role-based access control (readonly/readwrite/admin) to gate sensitive operations. Provides unified tools for Azure CLI operations, AKS cluster management, network resources, monitoring/diagnostics, and node-level log collection, supporting both modern and legacy tool interfaces for backward compatibility.
About mcp-kubernetes-server
feiskyer/mcp-kubernetes-server
A Model Context Protocol (MCP) server that enables AI assistants to interact with Kubernetes clusters. It serves as a bridge between AI tools (like Claude, Cursor, and GitHub Copilot) and Kubernetes, translating natural language requests into Kubernetes operations and returning the results in a format the AI tools can understand.
Implements fine-grained access control through optional flags (--disable-kubectl, --disable-helm, --disable-write, --disable-delete) and supports multiple transport protocols (stdio, SSE, streamable-http) for flexible deployment across MCP-compatible clients. Provides both high-level tools (kubectl, helm command execution) and lower-level Kubernetes API wrappers (k8s_get, k8s_describe, k8s_logs, k8s_events) that translate natural language into structured API calls against kubeconfig-authenticated clusters.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work