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
This tool helps DevOps engineers and SREs manage their Kubernetes clusters by allowing them to use natural language commands with an AI assistant. You input questions or requests like "Why is my pod crashing?" or "Deploy a Redis cluster," and it translates these into Kubernetes actions, providing diagnoses, deployments, and cost optimization insights. It's designed for anyone responsible for maintaining and optimizing Kubernetes infrastructure.
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