Kubectl
Freeby MCP Community
A Model Context Protocol (MCP) server for Kubernetes with 270+ tools, 8 resources, and 8 prompts for AI assistants
v1.24.0Added Apr 12, 2026
kuberneteskubectlmcpmodel-context-protocolclaude
Kubectl MCP Server
A Model Context Protocol (MCP) server for Kubernetes with 270+ tools, 8 resources, and 8 prompts for AI assistants
Installation
Reviews
Installation
Quick install
npx -y kubectl-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"kubectl": {
"command": "npx",
"args": ["-y", "kubectl-mcp-server"]
}
}
}