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
This tool allows AI assistants like Claude to securely manage your Kubernetes clusters. You provide natural language instructions to Claude, which then translates them into actual Kubernetes commands (like `kubectl` or `helm`). The system executes these commands and returns the results to Claude, enabling it to assist with deployments, troubleshooting, and general cluster operations. It's designed for DevOps engineers, SREs, and platform engineers who want to use AI for Kubernetes management.
205 stars.
Use this if you want to empower your AI assistant (specifically Claude) to directly interact with and manage your Kubernetes clusters, performing tasks like deploying applications, checking statuses, or troubleshooting issues using natural language.
Not ideal if you prefer manual command-line interaction, don't use AI assistants for operations, or need to integrate with a different language model than Claude.
Stars
205
Forks
37
Language
Python
License
MIT
Category
Last pushed
Feb 27, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/mcp/alexei-led/k8s-mcp-server"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related servers
rohitg00/kubectl-mcp-server
A Model Context Protocol (MCP) server for Kubernetes. Install: npx kubectl-mcp-server or pip...
Azure/aks-mcp
A Model Context Protocol (MCP) server that enables AI assistants to interact with AKS clusters....
reza-gholizade/k8s-mcp-server
Manage Your Kubernetes Cluster with k8s mcp-server
silenceper/mcp-k8s
A Kubernetes MCP (Model Control Protocol) server that enables interaction with Kubernetes...
argoproj-labs/mcp-for-argocd
An implementation of Model Context Protocol (MCP) server for Argo CD.