mcp-kubernetes-server
MCP server to manage Kubernetes clusters via kubectl.
How to install
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>"
}
}
}
}