Back to MCP Servers
K8s
A Kubernetes Model Context Protocol (MCP) server that provides tools for interacting with Kubernetes clusters through a standardized interface, including API resource discovery, resource management, pod logs, metrics, and events.
cloud-platformskubernetesapi
Installation
npx -y k8s-mcp-serverConfiguration
{
"mcpServers": {
"k8s-mcp-server": {
"command": "npx",
"args": ["-y", "k8s-mcp-server"]
}
}
}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