# MCP Local Servers

An MCP local server is a program that runs on your machine and implements Model Context Protocol (opens new window)(MCP). It enables AI models to access and interact with local tools and data sources like files, databases, and APIs by running the server on the same machine as the AI model.

Your MCP server acts as a regular APIM user and supports all APIM authentication methods. This lets you securely connect an MCP client to any APIM collection using standard credentials without remote setup. All Workato APIM collections are compatible in this feature.

FEATURE AVAILABILITY

MCP is only available for the US datacenter.

# Install a local MCP server

Complete the following steps to install a local MCP server:

1

Open your preferred MCP client. For example, Claude, Cursor, or Windsurf.

2

Locate your MCP configuration settings in the client, and update the config to use the Workato MCP server.

Example configuration:

{
    "mcpServers": {
        "workato-mcp-server": {
            "command": "npx",
            "args": [
                "-y",
                "@workato/mcp-server"
            ],
            "env": {
                "REMOTE_MCP_URL": "https://mcp.workato.com/demo/example?wkt_token=<INSERT_TOKEN_HERE>"  }
        }
    }
}

3

Replace the REMOTE_MCP_URL value with the MCP URL generated for your API collection. Refer to the Retrieve your remote MCP URL section for more information.

# Retrieve your remote MCP URL

Your API recipe collections and AI gateway collections provide unique MCP URLs.

Complete the following steps to retrieve the MCP URL for your API endpoint collection:

1

Sign in to your Workato account.

2

Go to Platform > API platform > API collections.

3

Select the collection you plan to retrieve the MCP URL for. The Endpoints page displays by default.

4

Locate the Remote MCP URL section and click the Copy URL button.

Copy Remote MCP URLCopy the remote MCP URL

5

Click the Copy URL button to copy the MCP URL and replace (YOUR_API_TOKEN) with your API key. Refer to API keys for more information.

# Add a remote MCP server to an AI model

You can use your REMOTE_MCP_URL to configure your local server to work with your AI model, such as OpenAI or Anthropic.

Refer to the following OpenAI example steps for more information:

1

Sign in to Workato.

2

Go to Platform > API platform > API collections.

3

Select the collection and copy the Remote MCP URL.

4

Go to your OpenAI account.

5

Select Prompts in the sidebar.

6

Click Tools > Create > MCP Server > +Add new.

7

Paste your remote MCP URL into the URL field.

Image titleConfigure your MCP Server

8

Add a descriptive label for your MCP server.

9

Ensure that Authentication is set to Access token/API key.

10

Add your API key to the key field.

11

Click Connect. The connection establishes and a list of available tools displays.

12

Use the Approval drop-down menu to select the approvals required for the tools listed.

MCP toolsMCP Tools and Approval

13

Click Add to complete the setup.


Last updated: 6/13/2025, 3:05:55 PM