Connect MCP clients to the Control Room
- Updated: 2025/11/14
Describes how to connect multiple MCP clients (MCP-aware agents) to the Automation Anywhere Control Room.
Important: This feature is not generally available and
is restricted to specific customers. Contact your Automation
Anywhere account team for more information.
With the Agent Interoperability feature, you can connect multiple MCP clients to the Automation Anywhere Control Room so that:
-
For example, the following MCP clients can search, think, and direct tasks:
- Microsoft Copilot
- Anthropic Claude
- OpenAI
- ENTKB (Enterprise KB)
Note: Each MCP client might support different MCP features, allowing for varying levels of integration with MCP servers. For a comprehensive list of supported MCP clients and latest features, click Feature support matrixThe following table describes the goals and a typical setup for each MCP client:
MCP client Goal Typical setup MS Copilot Let Copilot (Teams/Office) send intents to the Automation Anywhere Control Room using route, and start bots usinginvoke.- Register the MCP endpoint in your Copilot extensibility layer (such as through your Copilot Studio plugin or connector that uses MCP).
- Map Copilot intents, such as “process invoices”
or “create case”, to
automation.trigger. - Add user identity or tenant in
contextfor policy and audit purposes.
Anthropic Claude Use Claude for thinking and content, but let the Automation Anywhere Control Room handle the automation. - Install the Claude MCP client or your in-house bridge.
- Default authoring intents to Claude
(
content.draft), automation to AACR (automation.trigger).
OpenAI Use OpenAI for RAG, writing, and tools while the Automation Anywhere Control Room manages enterprise automations. - Register the Automation Anywhere Control Room as an MCP tool or client.
- Route
kb.searchfallback to OpenAI if ENTKB does not find anything. - Use
tool.usewith OpenAI for things such as simple utilities, and usebot-executionwith the Automation Anywhere Control Room.
ENTKB Preferred knowledge source for reliable answers. - First, direct
kb.searchto ENTKB and make sure to give credit to the source. - If there is no result or the confidence is low, then switch to LLM (OpenAI/Claude).
-
Inbound automation triggering can start enterprise automations (bots) and workflows directly from any MCP client.
-
The Control Room centrally manages invoking, routing, and observing flows with audit logging.
The following procedure includes these components:
- Agents (clients): These might include MS Copilot, Claude, OpenAI, or ENTKB.
- Orchestrator (server-side MCP client): This is the Automation Anywhere Control Room (AACR).
-
Core MCP endpoints (AACR):
invoke: This starts automations, bots and tools.route: This maps intents to the right client or tool. Align bot permissions with agent identity and honor tenant/department boundaries via policies.observe: This tracks job status and streams events or logs.
- Security: OAuth2 access tokens are scoped for
mcp.invoke,mcp.route, andmcp.observeand grant the least privilege per client. - Audit: All calls create audit events for compliance and debugging.