k8s-ops-mcp-server

harish235/k8s-ops-mcp-server
★ 0 stars TypeScript DevOps Updated 1d ago
A Model Context Protocol (MCP) server that connects Claude Desktop to any Kubernetes cluster. Ask Claude questions in plain English — it calls your cluster's API, reads the real data, and gives you a diagnosis or performs an action.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "k8s-ops-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "harish235/k8s-ops-mcp-server"
      ]
    }
  }
}