Skip to content
ai101.tools
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161
Kubernetes MCP Server logo
MCP server

Kubernetes MCP Server

Speaks to the Kubernetes API in-process instead of shelling out to kubectl

0
SaveVisit website ↗

Add it to your client

Community
Install
npx kubernetes-mcp-server@latest
mcpServers
{
  "mcpServers": {
    "kubernetes-mcp": {
      "command": "npx",
      "args": [
        "kubernetes-mcp-server@latest"
      ]
    }
  }
}
Transport
both
Runtime
Go
Auth
Required
License
Apache-2.0
Stars
1,976
Tools
pods_listpods_logpods_execresources_listresources_create_or_updateresources_deleteresources_scaleevents_listnodes_tophelm_installhelm_listhelm_uninstall

A Go server built on the Kubernetes client libraries, so the machine running it needs neither a kubectl nor a helm binary — it resolves kubeconfig the way any client would, including in-cluster credentials. The default toolset covers pods, arbitrary resources, events, nodes and contexts, with exec, logs and top included, while Helm releases, Tekton pipelines, KubeVirt machines and OpenShift views sit behind optional toolsets. Two flags decide how much damage an agent can do: --read-only blocks every write, --disable-destructive keeps creates and updates but drops deletes. It runs on stdio by default and exposes Streamable HTTP plus SSE once a port is given.

Comments(0)

Sign in to comment

No comments yet — be the first.

Similar MCP servers

Report this comment

Why are you reporting this?