k3s (MCP Server)

GitHub

Lightweight Kubernetes

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "k3s": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-k3s"
      ]
    }
  }
}