kubectl-mcp-server and kubeview-mcp
These are complementary tools that serve different purposes: kubectl-mcp-server provides a general-purpose MCP interface for executing arbitrary Kubernetes commands, while kubeview-mcp specializes in fast, read-only cluster analysis optimized for AI reasoning, so they could be used together depending on whether you need command execution or analytical inspection.
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 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