mcpbeat Sign in

OrangePro MCP Server

by orangeproai Your server? Claim it
local only

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

Find test gaps, generate grounded tests, and dynamically prove behavior with mutation testing.

Installs per day peak 417 · avg 82 · -14% w/w
a month agotoday
474
Installs / week
npm · @orangepro/mcp-server
17
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

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

File ships in the package but is absent from the source [пакет] bin/mcp-server.js:1
этот файл ставится пользователю, но в репозитории его нет
const child = spawnSync(process.execPath, [cliPath, ...process.argv.slice(2)], {
Builds a file path from a variable src/local/analyze/coverageArtifacts.ts:122
      const artifactAbs = path.join(absRoot, artifactRel);
Page executes code built at runtime src/local/viz/behaviorReport.template.html:617
  document.getElementById("sysmap").innerHTML=out;

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

This one needs environment variables set before it will start: OPENAI_API_KEY (Optional OpenAI BYOK key for AI candidate links and test generation.), ANTHROPIC_API_KEY (Optional Anthropic BYOK key for AI candidate links and test generation.), OLLAMA_BASE_URL (Optional Ollama endpoint for local AI candidate links and test generation.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to OrangePro

same job, measured the same way
OrangePro
by orangepro

Find test gaps, generate grounded tests, and dynamically prove behavior with mutation testing.

local only
I
Playwright Wizard MCP
by oguzc

MCP server providing Playwright test generation wizard with intelligent prompts and best practices

64 installs/wk local only
Agent Eval
by rudrendupaul

Statistical regression testing for LLM agents: p-value, effect size, and CI on behavior change.

161 installs/wk local only
Guidance Lark MCP
by guidance-ai

Validate and test llguidance grammars with batch testing and documentation

85 installs/wk local only
I
Spectra
by jorgesandoval

Generates unit tests for Python code with coverage before/after reports and concrete edge cases.

answering
Provar MCP Server
by provartesting

Provar MCP: AI-powered Salesforce test automation. Generate, validate, migrate, and run tests.

427 installs/wk local only
WpfPilot MCP
by skuzadev

Automate Windows WPF apps from AI agents with semantic UIA selectors and FlaUI test generation.

38 installs/wk local only
Openapi Navigator
by mgaruccio

Navigate and query OpenAPI specs with fuzzy search, pagination, and API testing

113 installs/wk local only

OrangePro — questions

Answers built from our own checks of this server.

Why is there no uptime for OrangePro?
OrangePro 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 @orangepro/mcp-server was installed 474 times last week.
How do I connect OrangePro?
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 @orangepro/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use OrangePro?
The npm package @orangepro/mcp-server was installed 474 times in the last week. Week over week that is -14%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is OrangePro open source?
Yes — it is published under the MIT licence, written in TypeScript and 17 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.