Back to MCP Servers

K8s

MCP-K8S is an AI-driven Kubernetes resource management tool that allows users to operate any resources in Kubernetes clusters through natural language interaction, including native resources (like Deployment, Service) and custom resources (CRD). No need to memorize complex comma…

cloud-platformskubernetesdeploymentai

Installation

npx -y mcp-k8s

Configuration

{
  "mcpServers": {
    "mcp-k8s": {
      "command": "npx",
      "args": ["-y", "mcp-k8s"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub