MCP server to manage Kubernetes clusters via kubectl.
Ensure kubectl is installed and added to your PATH and then config your MCP servers in Claude Desktop, Cursor, ChatGPT Copilot and other supported clients:
{
"mcpServers": {
"kubernetes": {
"command": "uvx",
"args": [
"mcp-kubernetes-server"
],
"env": {
"KUBECONFIG": "<your-kubeconfig-path>"
}
}
}
}