mcpbeat Sign in

OpenShift MCP Server

by sanjaypsachdev Your server? Claim it
local only

OpenShift MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 45 installs a week from npm. Last commit 25 Jun 2026.

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

Installs per day peak 21 · avg 6 · -26% w/w
a month agotoday
45
Installs / week
npm · mcp-server-openshift
1
Stars
1 open issues
25 Jun 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check OpenShift MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 mcp-server-openshift -- npx -y mcp-server-openshift
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server-openshift": {
      "args": [
        "-y",
        "mcp-server-openshift"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server-openshift]
command = "npx"
args = ["-y", "mcp-server-openshift"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server-openshift": {
      "args": [
        "-y",
        "mcp-server-openshift"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server-openshift": {
      "args": [
        "-y",
        "mcp-server-openshift"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: OPENSHIFT_CONTEXT (Default OpenShift/Kubernetes context), OPENSHIFT_NAMESPACE (Default namespace/project). The author declared them in the registry entry; get the values from the project itself.

Alternatives to OpenShift MCP Server

same job, measured the same way
Kubernetes MCP Server
by containers

A Model Context Protocol (MCP) server for Kubernetes and OpenShift

6 636 installs/wk local only
WhiteCapData Dev
by michael-whitecapdata

Operate a k3s / Kubernetes cluster from your AI agent — safe-by-default MCP server.

78 installs/wk local only
K8s Lens
by firas-mcp-servers

MCP server for natural-language Kubernetes operations across single or multi-cluster environments.

50 installs/wk local only
K8gentS — Kubernetes RCA MCP Server
by jdoornink

Kubernetes RCA agent that sandboxes its own AI with OPA Gatekeeper. MCP-ready for any client.

local only
Radar Kubernetes MCP Server
by skyhook-io

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

local only
MimiOps mcp server for Kubernetes
by sergelogvinov

MimiOps is an opinionated MCP server for Kubernetes

local only
Arcane RMCP
by dinglebear

Rust MCP server and CLI for Arcane Docker and container management.

local only
Strimzi Kafka CLI
by systemcraftsman

Manage Apache Kafka on Kubernetes via Strimzi. Clusters, topics, users, connectors, MM2.

308 installs/wk local only

OpenShift MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for OpenShift MCP Server?
OpenShift MCP Server 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 npm package mcp-server-openshift was installed 45 times last week.
How do I connect OpenShift MCP Server?
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 mcp-server-openshift straight from npm; nothing to host, nothing to sign up for.
How many people use OpenShift MCP Server?
The npm package mcp-server-openshift was installed 45 times in the last week. Week over week that is -26%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is OpenShift MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript, 1 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.