k8s-mcp-server and kubeview-mcp
About k8s-mcp-server
alexei-led/k8s-mcp-server
K8s-mcp-server is a Model Context Protocol (MCP) server that enables AI assistants like Claude to securely execute Kubernetes commands. It provides a bridge between language models and essential Kubernetes CLI tools including kubectl, helm, istioctl, and argocd, allowing AI systems to assist with cluster management, troubleshooting, and deployments
# Technical Summary Implements MCP via stdio, HTTP streamable, and SSE transports—with stdio as the Claude Desktop default—enabling bidirectional command execution without polling. Runs as a non-root containerized process with command validation and Unix tool piping (`jq`, `grep`, `sed`) for output processing, plus native cloud provider authentication for AWS EKS, GKE, and Azure AKS. Integrates directly into Claude Desktop through simple JSON configuration, allowing natural-language Kubernetes operations without leaving the interface.
About kubeview-mcp
mikhae1/kubeview-mcp
A fast, read-only MCP server enabling code-driven AI analysis of Kubernetes clusters
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work