# Workato Developer API MCP

Workato Developer API MCP servers enable AI-powered developer environments like Claude Desktop and Cursor to programmatically access your Workato workspace. This enables you to inspect and modify assets, perform bulk operations, and interact with the platform from within your development tools.

Your MCP server acts as a standard API platform user and supports Developer API token authentication. This lets you securely integrate with development environments using the same governance and access controls as the API platform.

# Install Developer API MCP for remote servers

You can install a remote MCP with a URL that authenticates with a token or through Workato Identity. The configurations in this section use Cursor and Claude Desktop.

Refer to the LLM, GitHub, and Workato Developer API use case for steps to create an MCP server integration that lets you create GitHub issues with natural-language commands in ChatGPT, Claude, or Cursor.

Complete the following steps to install the MCP remote server with a URL:

1

Sign in to Workato.

2

Configure your MCP integration:

# Install Developer API MCP for local servers

Complete the following steps to install and configure the MCP local server:

1

Open your preferred developer environment, such as Claude Desktop or Cursor.

2

Locate the MCP configuration settings:

3

Update the configuration file to use the following configuration, replacing YOUR_API_TOKEN with your MCP API token:

{
  "mcpServers": {
    "workato-dev-api": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://app.workato.com/sse?dev_api_token=YOUR_API_TOKEN"
      ]
    }
  }
}


TOOL AVAILABILITY

The tools and endpoints available depend on the scopes defined in your API token.

4

Restart your environment in Cursor or Claude Desktop. The server populates tools based on your token’s permissions.

# Limitations

Workato Developer API MCP servers have the following limitations:

# Unsupported endpoints

The following Developer API endpoints aren't supported:

# Custom domains

Workato MCP servers don't support custom API platform domains. MCP server URLs must use the Workato default domain format.

Example:

  • Supported: https://123.apim.mcp.workato.com/peopleai/mcp
  • Not supported: https://it-api.people.ai/mcp

For example, your API endpoints can be accessed through a custom domain, such as https://it-api.people.ai when called directly. However, MCP server integrations must use the Workato MCP URL format available in AI Hub > MCP servers > User access.


Last updated: 10/29/2025, 9:05:32 PM