Kubernetes
Freeby MCP Community
Model Context Protocol (MCP) server for Kubernetes and OpenShift
v0.0.60Added Apr 12, 2026
mcpkubernetesopenshiftmodel context protocolmodel
Kubernetes MCP Server
Model Context Protocol (MCP) server for Kubernetes and OpenShift
Installation
npx -y kubernetes-mcp-server
Reviews
Installation
Quick install
npx -y kubernetes-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"kubernetes": {
"command": "npx",
"args": ["-y", "kubernetes-mcp-server"]
}
}
}