
Watson Orchestrate
Wire Cursor, Copilot, or Claude to IBM Watson Orchestrate so your coding agent can list and manage orchestrate tools, agents, and connections from the IDE.
Overview
Watson Orchestrate MCP is a MCP server for the Build phase that lets coding agents manage IBM Watson Orchestrate tools, agents, and connections from the IDE.
What is this MCP server?
- stdio MCP server (npm @markusvankempen/wxo-builder-mcp-server v1.0.4)
- Manage Watson Orchestrate tools, agents, and connections from Cursor, Copilot, or Claude
- Requires WO_API_KEY and WO_INSTANCE_URL (IBM Cloud Orchestrate endpoint)
- IBM Cloud–backed orchestration layer, not a generic HTTP wrapper skill
- MCP server version 1.0.4
- npm package @markusvankempen/wxo-builder-mcp-server
- 2 required secrets: WO_API_KEY, WO_INSTANCE_URL
What problem does it solve?
Toggling between IBM Orchestrate consoles and your agent breaks flow when you need to adjust tools, agents, or connections during integration work.
Who is it for?
Indie builders or consultants standardizing on IBM watsonx Orchestrate who want Cursor, Copilot, or Claude to mutate orchestrate assets via MCP.
Skip if: Teams not on IBM Orchestrate, or anyone who only needs a one-off REST call without MCP registration.
What do I get? / Deliverables
Your agent can orchestrate Watson Orchestrate resources in-thread after you add the npm MCP server with WO_API_KEY and WO_INSTANCE_URL.
- MCP-exposed control plane for Orchestrate tools, agents, and connections
- Agent-callable workflows without manual console navigation
Recommended MCP Servers
Journey fit
Canonical shelf is Build because you configure enterprise AI orchestration and external connections while assembling the product and agent stack, not during launch SEO or support ops. Integrations fits wiring a hosted IBM Orchestrate instance into local MCP clients with API key and instance URL credentials.
How it compares
IBM Orchestrate MCP integration, not a reusable agent skill or local CLI-only SDK.
Common Questions / FAQ
Who is Watson Orchestrate MCP for?
Developers using Claude Code, Cursor, Copilot, or other MCP clients who manage IBM Watson Orchestrate tenants and want agent-driven control of tools, agents, and connections.
When should I use Watson Orchestrate MCP?
During build and integration sprints when you are provisioning or updating Orchestrate tools, agents, and connections alongside your app or agent product.
How do I add Watson Orchestrate MCP to my agent?
Install @markusvankempen/wxo-builder-mcp-server from npm, configure stdio transport, and set WO_API_KEY and WO_INSTANCE_URL in your MCP client environment.