A Kubernetes MCP (Model Control Protocol) server that enables interaction with Kubernetes clusters through MCP tools.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-k8s": {
"command": "go",
"args": [
"run",
"github.com/silenceper/mcp-k8s@latest"
]
}
}
}
Run in terminal:
claude mcp add mcp-k8s go run github.com/silenceper/mcp-k8s@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-k8s": {
"command": "go",
"args": [
"run",
"github.com/silenceper/mcp-k8s@latest"
]
}
}
}