What is the WxO Agent MCP MCP server?
Invoke a Watson Orchestrate agent via MCP. Configure with WO_AGENT_ID.
How to install WxO Agent MCP
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
WO_API_KEYrequiredsecretIBM Cloud API key for Watson Orchestrate
WO_INSTANCE_URLrequiredWatson Orchestrate instance URL (e.g. https://xxx.orchestrate.ibm.com)
WO_AGENT_IDrequiredAgent ID to invoke (or use WO_AGENT_IDs)
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"wxo-agent-mcp": {
"command": "npx",
"args": [
"-y",
"wxo-agent-mcp"
],
"env": {
"WO_API_KEY": "<YOUR_WO_API_KEY>",
"WO_INSTANCE_URL": "<YOUR_WO_INSTANCE_URL>",
"WO_AGENT_ID": "<YOUR_WO_AGENT_ID>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"wxo-agent-mcp": {
"command": "npx",
"args": [
"-y",
"wxo-agent-mcp"
],
"env": {
"WO_API_KEY": "<YOUR_WO_API_KEY>",
"WO_INSTANCE_URL": "<YOUR_WO_INSTANCE_URL>",
"WO_AGENT_ID": "<YOUR_WO_AGENT_ID>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"wxo-agent-mcp": {
"command": "npx",
"args": [
"-y",
"wxo-agent-mcp"
],
"env": {
"WO_API_KEY": "<YOUR_WO_API_KEY>",
"WO_INSTANCE_URL": "<YOUR_WO_INSTANCE_URL>",
"WO_AGENT_ID": "<YOUR_WO_AGENT_ID>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"wxo-agent-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"wxo-agent-mcp"
],
"env": {
"WO_API_KEY": "<YOUR_WO_API_KEY>",
"WO_INSTANCE_URL": "<YOUR_WO_INSTANCE_URL>",
"WO_AGENT_ID": "<YOUR_WO_AGENT_ID>"
}
}
}
}Claude Code
claude mcp add wxo-agent-mcp --env WO_API_KEY=<YOUR_WO_API_KEY> --env WO_INSTANCE_URL=<YOUR_WO_INSTANCE_URL> --env WO_AGENT_ID=<YOUR_WO_AGENT_ID> -- npx -y wxo-agent-mcpRelated MCP servers
Deploy to IBM Code Engine from Cursor, Copilot, Claude & Cline. Build, push, deploy via MCP.
View repository →Connect AI assistants to IBM Maximo for API discovery, OSLC querying, and Carbon UI generation.
View repository →IBM Quantum OpenQASM 2.0 MCP — list backends, submit QASM, poll jobs, get histograms.
View repository →Manage IBM Watson Orchestrate tools, agents, connections from Cursor, Copilot, Claude.
View repository →Zendesk MCP: 14 tools for AI agents — create, search, assign, comment, and close support tickets.
View repository →