K8s-mcp-server is a Model Context Protocol (MCP) server that enables AI assistants like Claude to securely execute Kubernetes commands. It provides a bridge between language models and essential Kubernetes CLI tools including kubectl, helm, istioctl, and argocd, allowing AI systems to assist with cluster management, troubleshooting, and deployments
Standard I/O
Build from source
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"k8s-mcp-server": {
"args": [
"index.js"
],
"command": "node"
}
}
}