The AIRO MCP server exposes Workato AIRO's full platform capabilities to MCP-compatible AI clients such as Claude Code, Claude Desktop, Cursor, and ChatGPT. This enables you to build recipes, manage Genies, create MCP servers, and manage data table schema directly from your AI development environment using natural language.
The AIRO MCP server authenticates with a Workato API token. This token comes from an API client with the AIRO MCP feature enabled. After you add it to your MCP client configuration and connect, the server exposes tools organized into the following categories:
Category
What you can do
Recipes
Create, edit, search, and manage recipes, including step-level operations, field mapping, conditions, and connections
Skills and MCP
Convert recipes to skills and create or manage MCP servers
Genies and knowledge bases
Create and configure Genies, manage knowledge bases, and assign knowledge sources
Blueprints and assets
Work with blueprints, asset maps, and asset metadata
Data
Create and manage data table schema
Jobs and tests
Inspect job history and manage test cases
Use the help tool within your MCP client to get detailed information about any specific tool, including input schemas and usage guidance.
The AIRO MCP server respects your Workato account permissions. Actions performed through the MCP server follow the same access controls as actions performed in the Workato platform.
Use single quotes around the header. This stores the literal ${WORKATO_API_TOKEN} reference in your configuration, and Claude Code expands it when it connects.
4
Start a new Claude Code session.
5
Verify the connection by running /mcp in Claude Code. workato-airo-mcp-server should appear with a connected status.
6
Confirm the server responds by prompting Claude Code. For example, List my Workato projects.
Restart Claude Desktop and start a new chat. If the server doesn't connect, check its status under Settings > Developer.
6
Confirm the server responds by prompting Claude. For example, List my Workato projects.
1
Open your Cursor MCP configuration file. Edit it directly for all projects, or use .cursor/mcp.json in a project root to scope the server to that project.
macOS and Linux: ~/.cursor/mcp.json
Windows: %USERPROFILE%\.cursor\mcp.json
You can also open the file from the Customize page in the Cursor desktop app by selecting MCPs > + New.
2
Add the following configuration, replacing <YOUR_API_TOKEN> with the token you generated:
Verify the connection. On the Customize page, select MCPs and confirm that the server appears with its tools and resources.
5
Start a new chat and prompt your Cursor agent to confirm that the server responds. For example, List my Workato projects.
START A NEW CHAT
Start a new chat with your agent after saving changes. Cursor agents only have access to the tools and capabilities available when a chat begins. Agents can't detect or use MCP configurations, servers, or tools added after a chat starts.
ChatGPT requires Developer mode to connect to remote MCP servers. Developer mode grants ChatGPT read and write access to your AIRO tools. OpenAI classifies developer mode as an advanced feature with elevated risk, so refer to their developer mode guide for details before you enable it.
1
Sign in to ChatGPT on the web with a Pro, Plus, Business, Enterprise, or Education account. Developer mode isn't available in the desktop or mobile apps.
2
Go to Settings > Security and login > Developer mode and enable the Developer mode toggle.
3
Go to Plugins and click + to add a new plugin. This button appears after you turn on developer mode.
4
Enter workato-airo-mcp-server in the Name field.
5
Optional. Enter a description for your MCP server in the Description field.
6
Set the server URL to https://app.workato.com/airo_mcp in the Connection field.
7
Use the Authentication drop-down menu to select Access token / API key.
8
Use the Header scheme drop-down menu to select Bearer.
9
Select the I understand and want to continue checkbox, then click Create.
10
Enter your API token in the Enter access token or API key field, then click Connect.
11
Verify the connection by trying the app in a new conversation.
1
Open a new chat in ChatGPT.
2
Click the + button near the message composer, then select your app from the list of available tools to add it to the conversation context.
3
Prompt the model to use the app. For example, List my Workato projects.
Use AIRO to create a multi-step recipe from a natural language description, then save and test it without leaving your development environment.
Create a recipe that syncs new Salesforce opportunities to Jira issues.Add an OpenAI step to summarize the opportunity before creating the Jira issue.Save the recipe and show me the test cases.