Skip to main content
Cloud PlatformsPython

rohitg00/kubectl-mcp-server

A Model Context Protocol (MCP) server for Kubernetes that enables AI assistants like Claude, Cursor, and others to interact with Kubernetes clusters through natural language.

cloud-platformscloud-servicelocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/rohitg00/kubectl-mcp-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "kubectl-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "rohitg00/kubectl-mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Cloud Platforms
Language
Python
Author
rohitg00