kubectl-mcp-server and k8s-mcp-server

Both are MCP servers that expose Kubernetes CLI functionality to AI assistants, making them direct competitors offering similar core capabilities through different implementations rather than complementary tools.

kubectl-mcp-server
74
Verified
k8s-mcp-server
49
Emerging
Maintenance 13/25
Adoption 18/25
Maturity 18/25
Community 25/25
Maintenance 10/25
Adoption 10/25
Maturity 9/25
Community 20/25
Stars: 847
Forks: 168
Downloads: 3,445
Commits (30d): 5
Language: Python
License: MIT
Stars: 205
Forks: 37
Downloads:
Commits (30d): 0
Language: Python
License: MIT
No risk flags
No Package No Dependents

About kubectl-mcp-server

rohitg00/kubectl-mcp-server

A Model Context Protocol (MCP) server for Kubernetes. Install: npx kubectl-mcp-server or pip install kubectl-mcp-server

Exposes 253 Kubernetes tools through MCP's transport layer, enabling AI assistants to perform diagnostics, deployments, and cost optimization via natural language rather than imperative commands. Supports multi-cluster management, interactive HTML dashboards, and non-destructive mode with OAuth 2.1 authentication for enterprise deployments. Integrates with Claude, Cursor, Windsurf, Copilot and 15+ AI platforms through standardized MCP protocol.

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.

Scores updated daily from GitHub, PyPI, and npm data. How scores work