mcpbeat Sign in

CTRLRun Operator MCP Server

local only

CTRLRun Operator runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 20 Sep 2026.

Answer CTRLRun approvals from an MCP client: list what is held, inspect it, grant or deny.

Installs / week
pypi · ctrlrun
22
Stars
7 open issues
20 Sep 2026
Last commit
no recent releases
Apache-2.0
License
Python

What the code does

We read the source, 9 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.

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

Alternatives to CTRLRun Operator

same job, measured the same way
VibeKit
by vibekit-bot

Build, deploy, and operate hosted web apps on VibeKit (vibekit.bot) from any MCP client.

36 tools answering
GenMB
by genmb

List, read, edit, and deploy your GenMB AI-generated apps from any MCP client.

answering
Extensiondev
by extensiondev

Build, run, inspect, and publish browser extensions from any MCP client. 30 tools, 11 browsers.

143 installs/wk local only
Maildev MCP
by pierre3

MailDev MCP server. Manage Docker containers and inspect emails from your AI editor or MCP client.

local only
Power Automate MCP Server
by sapientsai

Inspect, operate, and author Microsoft Power Automate cloud flows from an agent context.

33 installs/wk local only
AgentCloud — Hosted iOS Simulator MCP
by agentcloud

Build, run, and inspect iOS apps in disposable hosted Simulators from cloud coding agents.

answering
Whatsapp
by wacli

Your own WhatsApp as an MCP server: read, search and send from any MCP client.

answering
AWS CLI MCP Server
by musaddiq-dev

Python MCP server for AWS CLI inspection and operations

71 installs/wk local only

CTRLRun Operator — questions

Answers built from our own checks of this server.

Why is there no uptime for CTRLRun Operator?
CTRLRun Operator 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 ctrlrun.
How do I connect CTRLRun Operator?
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 ctrlrun straight from pypi; nothing to host, nothing to sign up for.
Is CTRLRun Operator open source?
Yes — it is published under the Apache-2.0 licence, written in Python, 22 stars on GitHub and 7 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.