MCP Server Kubernetes
Manage a Kubernetes cluster, and optionally Helm releases, from an MCP client through your kubeconfig.
Sources and review
Checked against public documentation on . Suitability guidance is our editorial judgment; this is not a performance benchmark or an endorsement.
Operators who already use kubectl and want an assistant to inspect and manage the same clusters.
The machine running the server lacks kubectl and a working kubeconfig; both are prerequisites.
About MCP Server Kubernetes
This community MCP server connects to a Kubernetes cluster using your existing kubeconfig and exposes cluster management operations to AI assistants, with Helm support when Helm v3 is installed. It documents setup for Claude Code, Codex, Claude Desktop, VS Code and Cursor, and includes OpenTelemetry tracing for observability.
MCP Server Kubernetes is an open-source project written primarily in TypeScript, with 1.6k stars on GitHub. It was last updated in September 2026.
Add MCP Server Kubernetes to your MCP client
Generated from the launch command in the project's README. Your client starts the server on demand.
Claude Code
claude mcp add mcp-server-kubernetes -- npx mcp-server-kubernetesCursor
{
"mcpServers": {
"mcp-server-kubernetes": {
"command": "npx",
"args": ["mcp-server-kubernetes"]
}
}
}VS Code
{
"servers": {
"mcp-server-kubernetes": {
"type": "stdio",
"command": "npx",
"args": ["mcp-server-kubernetes"]
}
}
}Claude Desktop
{
"mcpServers": {
"mcp-server-kubernetes": {
"command": "npx",
"args": ["mcp-server-kubernetes"]
}
}
}Codex
[mcp_servers.mcp-server-kubernetes]
command = "npx"
args = ["mcp-server-kubernetes"]MCP Server Kubernetes vs. the alternatives
All 163 alternatives →| Record | Stars | Pricing | ||
|---|---|---|---|---|
| MCP Server Kubernetesthis listing | 1.6k | TypeScript | MIT | Open source |
| MCP Reference Servers | 91k | TypeScript | MIT AND Apache-2.0 | Open source |
| context7 | 62k | TypeScript | MIT | Open source |
| chrome-devtools-mcp | 53k | TypeScript | Apache-2.0 | Open source |
| Playwright MCP | 37k | TypeScript | Apache-2.0 | Open source |
| github-mcp-server | 33k | Go | MIT | Open source |
