TL;DR
Kubernetes is a Cloud Platforms MCP server that lets Claude Code, Cursor, Windsurf and any MCP-compatible AI agent cluster operations — pods, deployments, services. Install in 1 minute with mcpizy install kubernetes.
Kubernetes
Install verified 7 toolsCloud Platforms
Cluster operations — pods, deployments, services
Official homepageRepo audit: 98/100 — actively maintained, documented and licensed
Scored on licence, adoption, maintenance and documentation of flux159/mcp-server-kubernetes. We show the grade whether it flatters the server or not.
last commit 15 days ago · 1,574 stars · MIT licence · 6 open issues
Read the full audit on CheckMCPInstall Kubernetes
mcpizy install kubernetesnpx -y mcp-server-kubernetesTools exposed
7 tools availablelist_podsList pods in a namespace
list_podsList pods in a namespace
Inputs
namespacestringoptional
describe_podDescribe a pod with events and status
describe_podDescribe a pod with events and status
Inputs
namestringrequirednamespacestringoptional
get_logsFetch logs from a pod container
get_logsFetch logs from a pod container
Inputs
namestringrequirednamespacestringoptional
list_deploymentsList deployments in a namespace
list_deploymentsList deployments in a namespace
Inputs
namespacestringoptional
scale_deploymentScale a deployment to N replicas
scale_deploymentScale a deployment to N replicas
Inputs
namestringrequiredreplicasnumberrequirednamespacestringoptional
apply_manifestApply a YAML manifest
apply_manifestApply a YAML manifest
Inputs
manifeststringrequired
list_nodesList all cluster nodes
list_nodesList all cluster nodes
Configuration
Works identically across clients. Only the config file path differs.
Claude Code~/.claude.json
~/.claude.json{
"mcpServers": {
"kubernetes": {
"command": "npx",
"args": [
"mcp-server-kubernetes"
]
}
}
}Cursor.cursor/mcp.json
.cursor/mcp.json{
"mcpServers": {
"kubernetes": {
"command": "npx",
"args": [
"mcp-server-kubernetes"
]
}
}
}Windsurf~/.codeium/windsurf/mcp_config.json
~/.codeium/windsurf/mcp_config.json{
"mcpServers": {
"kubernetes": {
"command": "npx",
"args": [
"mcp-server-kubernetes"
]
}
}
}Authentication setup
- 1
Ensure ~/.kube/config is set up and your current context points at the right cluster
Get itKUBECONFIG
What you can do with Kubernetes MCP
Paste any of these prompts into Claude Code, Cursor or another MCP-compatible client.
“List every pod in the `production` namespace and show which ones are not Running”
Uses: list_pods
“Get the last 200 log lines from the `api-server` pod”
Uses: list_pods, get_logs
“Scale `web` deployment to 5 replicas in namespace `production`”
Uses: scale_deployment
“Describe the `payments-worker` pod and tell me why it keeps restarting”
Uses: describe_pod
Works with
More Cloud Platforms MCPs
Alternatives to Kubernetes
If Kubernetes doesn't fit your stack, these Cloud Platforms MCP servers solve similar problems.
Frequently asked questions
What is the Kubernetes MCP server?
Kubernetes is listed as an Cloud Platforms Model Context Protocol server whose documented purpose is to let an MCP-compatible agent cluster operations — pods, deployments, services. Client support, permissions and authentication remain specific to the upstream project.
How do I install Kubernetes MCP with Claude Code?
The fastest way is the MCPizy CLI: run `mcpizy install kubernetes` and MCPizy will add the server to your `.claude.json` automatically. You can also install it manually by adding an entry under `mcpServers` in `.claude.json` with the command `npx -y mcp-server-kubernetes` and restarting Claude Code.
Does MCPizy charge to view or install Kubernetes MCP?
No. Reading this profile and copying its install guidance is free. Upstream software, API, account or usage costs are separate, and licence coverage should be checked from the linked source when available.
Does Kubernetes MCP work with Cursor and Windsurf?
The MCP standard is supported by those clients, but a specific server can still have client-specific setup or transport limits. Use the configuration shown on this page when present and verify the upstream instructions before installation.
What can I do with Kubernetes MCP?
Its documented purpose is to let an MCP-compatible agent cluster operations — pods, deployments, services. The exact tools, permissions and write capabilities depend on the server version and configuration shown by the upstream project.
Compare before you commit
Put this server beside an alternative, or return to the full evidence directory.
Compare MCP serversBack to directory