mcpbeat Sign in

OrchestrUI MCP Server

local only

OrchestrUI runs on your own machine — the client starts it, so there is no endpoint to ping. 112 installs a week from npm. Last commit 17 Sep 2026.

Deterministic UI policy, discovery and audits for coding agents across seven ecosystems.

Installs per day peak 389 · avg 12
a month agotoday
112
Installs / week
npm · orchestrui
1
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check OrchestrUI 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 orchestrui -- npx -y orchestrui
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "orchestrui": {
      "args": [
        "-y",
        "orchestrui"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.orchestrui]
command = "npx"
args = ["-y", "orchestrui"]
.cursor/mcp.json
{
  "mcpServers": {
    "orchestrui": {
      "args": [
        "-y",
        "orchestrui"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "orchestrui": {
      "args": [
        "-y",
        "orchestrui"
      ],
      "command": "npx"
    }
  }
}

Alternatives to OrchestrUI

same job, measured the same way
Ariadne
by whyy9527

Deterministic local cross-service API-chain discovery for AI coding agents.

96 installs/wk local only
One Shot UI
by tn0123

Deterministic UI extraction and screenshot diffing for AI coding agents.

66 installs/wk local only
Agent Release Auditor
by veyndrasystems

Deterministic release gate for AI-written code and coding agents.

27 installs/wk local only
ossfind
by aniket-kr1030

Safety-ranked open-source component discovery for agents across six package ecosystems.

134 installs/wk local only
Rosentic
by rosentic

Deterministic cross-branch conflict detection for AI coding agents

1 794 installs/wk local only
Codeledger
by codeledgerecf

Deterministic context selection for AI coding agents. Local memory that compounds across sessions.

435 installs/wk local only
Verdoc
by verdochello

Deterministic AGENTS.md and repo analysis for coding agents, paid per call in USDC over x402.

local only
consolelog dev tools
by mbdev3

Deterministic dev tools for AI agents over MCP: hashing, encoding, formatting, codegen, and more.

22 installs/wk local only

OrchestrUI — questions

Answers built from our own checks of this server.

Why is there no uptime for OrchestrUI?
OrchestrUI 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 orchestrui was installed 112 times last week.
How do I connect OrchestrUI?
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 orchestrui straight from npm; nothing to host, nothing to sign up for.
How many people use OrchestrUI?
The npm package orchestrui was installed 112 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is OrchestrUI open source?
Yes — it is published under the MIT licence, written in JavaScript 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.