mcpbeat Sign in

Orca MCP Server

local only

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

Go from natural language to verified finite state machines — topology bugs caught before code runs.

Installs per day peak 35 · avg 8 · -21% w/w
a month agotoday
48
Installs / week
npm · @orcalang/orca-mcp-server
14
Stars
0 open issues
3 Jun 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

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

            meta = pickle.load(f)
    const stdout = execSync(cmd, { cwd, encoding: 'utf-8', timeout, maxBuffer: 10 * 1024 * 1024 });
        proc = subprocess.run(

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

This one needs environment variables set before it will start: ANTHROPIC_API_KEY (Anthropic API key for LLM-powered tools (generate_machine, generate_multi_machine, refine_machine, generate_actions with use_llm). Not required for parse_machine, verify_machine, compile_machine, or server_status.), ORCA_PROVIDER (LLM provider to use: anthropic (default), openai, grok, or ollama.), ORCA_MODEL (Model name to use for LLM tools. Defaults to claude-sonnet-4-6 for Anthropic.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Orca MCP Server

same job, measured the same way
AI Diagram Maker
by erajasekar

Generate software diagrams from natural language, code, ASCII, images, Mermaid.

47 installs/wk local only
tdmcp — TouchDesigner MCP server
by pantani

Build real visual systems in TouchDesigner from plain language with Claude, Cursor or Codex.

141 installs/wk local only
Calllint
by calllint

Static preflight safety gate for MCP servers — scan configs before you run them. Never executes.

40 installs/wk local only
code-index
by regsorm

Rust code index MCP server, native 1C:Enterprise (BSL) support. 32 tools, AST for 14 languages.

1 032 installs/wk local only
Silex
by silex-tec

Local-first MCP server that reconstructs architecture, workflows and business rules from your code.

212 installs/wk local only
Run Python
by hal9ai

Run Python code from natural language prompts, with optional PyPI package install.

1 tools answering
Code Runner
by formulahendry

Code Runner MCP Server which can run code in various programming languages.

1 601 installs/wk local only
Deed
by deed-lang

Contract-first language and MCP server for capability-aware code and patch review.

local only

Orca MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Orca MCP Server?
Orca 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 @orcalang/orca-mcp-server was installed 48 times last week.
How do I connect Orca 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 @orcalang/orca-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Orca MCP Server?
The npm package @orcalang/orca-mcp-server was installed 48 times in the last week. Week over week that is -21%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Orca MCP Server open source?
We cannot say either way: written in TypeScript and 14 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.