mcpbeat Sign in

Rancher MCP Server

local only

Rancher MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 134 installs a week from pypi. Last commit 14 Sep 2026.

Capability-aware MCP server for Rancher-managed Kubernetes: discovery, resources, workflows.

Installs per day peak 281 · avg 33 · -78% w/w
a month agotoday
134
Installs / week
pypi · rancher-mcp
1
Stars
0 open issues
14 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    return subprocess.run(  # noqa: S603

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add rancher-mcp -- uvx rancher-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "rancher-mcp": {
      "args": [
        "rancher-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.rancher-mcp]
command = "uvx"
args = ["rancher-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "rancher-mcp": {
      "args": [
        "rancher-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "rancher-mcp": {
      "args": [
        "rancher-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: RANCHER_URL (Rancher server URL (single-instance mode)), RANCHER_TOKEN (Rancher API token (token-xxxxx:yyyyyyyyy)), RANCHER_VERIFY_SSL (Verify TLS certificates (default true)), RANCHER_INSTANCES_JSON (Multi-instance config JSON (overrides single-instance mode; supports per-instance read_only)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Rancher MCP

same job, measured the same way
Radar Kubernetes MCP Server
by skyhook-io

Kubernetes MCP server for diagnosis, resource management, GitOps, and RBAC-enforced operations.

local only
Logicapps MCP
by laveeshb

MCP server for Azure Logic Apps - debug workflows, manage runs, and authoring

38 installs/wk local only
Containerization Assist
by azure

TypeScript MCP server for AI-powered containerization workflows with Docker and Kubernetes support

254 installs/wk local only
MCP K8s Ro
by your-ko

Read-only Kubernetes MCP server: inspect resources, logs, events, and metrics. Secrets are masked.

local only
SQL Server MCP (macOS)
by tharanabope

SQL Server MCP with RAG capabilities for macOS (Docker SQL Server support)

25 installs/wk local only
OpenShift MCP Server
by sanjaypsachdev

OpenShift/Kubernetes cluster management via the oc CLI for MCP clients

45 installs/wk local only
Kubeleash
by kubeleash

Kubernetes MCP server with RBAC-style, context-scoped guardrails for AI agents.

local only
MimiOps mcp server for Kubernetes
by sergelogvinov

MimiOps is an opinionated MCP server for Kubernetes

local only

Rancher MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Rancher MCP?
Rancher MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package rancher-mcp was installed 134 times last week.
How do I connect Rancher MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls rancher-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Rancher MCP?
The pypi package rancher-mcp was installed 134 times in the last week. Week over week that is -78%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Rancher MCP open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.