K8s Pilot MCP Server

`k8s_pilot` is a lightweight, centralized control plane server for managing **multiple Kubernetes clusters** at once. With powerful tools and

Local serverstdioPython

What is the K8s Pilot MCP server?

If you want an AI assistant working directly with K8s Pilot, the k8s pilot mcp server is the bridge. k8s_pilot is a lightweight, centralized control plane server for managing multiple Kubernetes clusters at once. With powerful tools and intuitive APIs, you can observe and control all your clusters from one cockpit.

What K8s Pilot does

k8s_pilot is a lightweight, centralized control plane server for managing multiple Kubernetes clusters at once. With powerful tools and intuitive APIs, you can observe and control all your clusters from one cockpit.

Installing the k8s pilot mcp server

Setup follows the standard MCP pattern: clone or install the server, then register it in your client's configuration file and restart the client. The configuration snippets on this page cover Claude Desktop, Claude Code and Cursor.

Where it fits

Cloud and DevOps servers put infrastructure on speaking terms with your assistant, so "why is this broken?" is answered from real state rather than a generic checklist. K8s Pilot sits in that group. Worth comparing against the other cloud devops servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.

Practical notes

  • This server runs locally, so it operates with whatever access your machine and its credentials already have. Scope that deliberately rather than by default.
  • Maintained by bourbonkk, written in Python.
  • MCP clients ask for confirmation before each tool call by default. Keep that on while you learn what the k8s pilot mcp server actually does with your data.
  • Every entry in this directory is reviewed by hand before it goes live, and details are checked against the project's own documentation.

How to install the K8s Pilot MCP server

{
  "mcpServers": {
    "k8s_pilot": {
      "command": "uv",
      "args": [
        "--directory",
        "<path-to-cloned-repo>/k8s-pilot",
        "run",
        "--with",
        "mcp[cli]>=1.28.0,<2",
        "python",
        "k8s_pilot.py"
      ]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Frequently asked questions

It connects K8s Pilot to MCP-compatible AI assistants such as Claude and Cursor. Instead of copying data back and forth by hand, the assistant works with K8s Pilot directly.