Server Directory
CloudAdvanced

Kubernetes

by Community

Manage Kubernetes clusters through MCP. List and inspect pods, deployments, services, and other resources. Execute kubectl-like operations.

CAPABILITIES

  • List and inspect pods
  • Deployment management
  • Service and ingress management
  • Namespace operations
  • Log streaming
  • Resource scaling

INSTALLATION

Terminal
npx -y mcp-server-kubernetes

CLAUDE DESKTOP CONFIG

claude_desktop_config.json
{
  "mcpServers": {
    "kubernetes": {
      "command": "npx",
      "args": [
        "npx", "-y",
        ""mcp-server-kubernetes"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

QUICK FACTS

Category
Cloud
Difficulty
Advanced
Maintained By
Community
NPM Package
mcp-server-kubernetes

RELATED SERVERS

NEW TO MCP?

Learn how to set up MCP servers with Claude Desktop step by step.

Read the tutorial →