Kubernetes MCP Server (containers)
A native Go MCP server for Kubernetes and OpenShift with generic resource CRUD and pod operations.
Sources and review
Checked against public documentation on . Suitability guidance is our editorial judgment; this is not a performance benchmark or an endorsement.
Teams on Kubernetes or OpenShift who want a single-binary MCP server without a Node.js or Python runtime.
About Kubernetes MCP Server (containers)
This Kubernetes MCP server, a native Go implementation from the containers organisation, supports Kubernetes and OpenShift. It performs create, read, update and delete operations on any resource, provides pod-specific operations such as logs and exec, and watches the kubeconfig or in-cluster configuration for changes.
Kubernetes MCP Server (containers) is an open-source project written primarily in Go, with 2.1k stars on GitHub. It was last updated in September 2026.
Add Kubernetes MCP Server (containers) 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 kubernetes-mcp-server -- npx -y kubernetes-mcp-server@latestCursor
{
"mcpServers": {
"kubernetes-mcp-server": {
"command": "npx",
"args": ["-y", "kubernetes-mcp-server@latest"]
}
}
}VS Code
{
"servers": {
"kubernetes-mcp-server": {
"type": "stdio",
"command": "npx",
"args": ["-y", "kubernetes-mcp-server@latest"]
}
}
}Claude Desktop
{
"mcpServers": {
"kubernetes-mcp-server": {
"command": "npx",
"args": ["-y", "kubernetes-mcp-server@latest"]
}
}
}Codex
[mcp_servers.kubernetes-mcp-server]
command = "npx"
args = ["-y", "kubernetes-mcp-server@latest"]Kubernetes MCP Server (containers) vs. the alternatives
All 163 alternatives →| Record | Stars | Pricing | ||
|---|---|---|---|---|
| Kubernetes MCP Server (containers)this listing | 2.1k | Go | Apache-2.0 | 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 |
See all 163 Kubernetes MCP Server (containers) alternatives, compared →
