Back to MCP Servers
Server Kubernetes
Typescript implementation of Kubernetes cluster operations for pods, deployments, services.
cloud-platformstypescriptkubernetesdeployment
By Flux159
Installation
npx -y mcp-server-kubernetesConfiguration
{
"mcpServers": {
"mcp-server-kubernetes": {
"command": "npx",
"args": ["-y", "mcp-server-kubernetes"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes