mcpbeat Sign in

Watson Orchestrate MCP Server

local only

Watson Orchestrate runs on your own machine — the client starts it, so there is no endpoint to ping. 42 installs a week from npm. Last commit 23 Feb 2026.

Manage IBM Watson Orchestrate tools, agents, connections from Cursor, Copilot, Claude.

Installs per day peak 14 · avg 5 · +115% w/w
a month agotoday
42
Installs / week
npm · @markusvankempen/wxo-builder-mcp-server
0
Stars
0 open issues
23 Feb 2026
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

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

This one needs environment variables set before it will start: WO_API_KEY (IBM Cloud API key for Watson Orchestrate), WO_INSTANCE_URL (Watson Orchestrate instance URL (e.g. https://xxx.orchestrate.ibm.com)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Watson Orchestrate

same job, measured the same way
Claude Army
by robbhimself-1337

Orchestrate multiple Claude Code agents in parallel from chat

35 installs/wk local only
WxO Agent MCP
by markusvankempen

Invoke a Watson Orchestrate agent via MCP. Configure with WO_AGENT_ID.

25 installs/wk local only
Forge Orchestrator
by nxtg-ai

Multi-tool AI orchestration: Claude Code, Codex, Gemini on shared repos. 11 MCP tools, stdio.

local only
I
Orchestro
by khaoss85

Your AI Development Conductor - 60 MCP tools for intelligent task orchestration

83 installs/wk local only
CloudBees Unify MCP Server
by cloudbees

Connect AI agents to CloudBees Unify: feature flags, CI/CD, release orchestration, and security

answering
Gossipcat
by ataberk-xyz

Multi-agent orchestration for Claude Code — consensus review, adaptive dispatch, skill learning

184 installs/wk local only
Laviya Agent Skills
by kartegagithub

Laviya AI Orchestration MCP runtime for IDE and agent integrations.

61 installs/wk local only
Agentpmt
by agentpmt

AI agent marketplace for automated employees, workflows, skills, and tool orchestration.

answering

Watson Orchestrate — questions

Answers built from our own checks of this server.

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