# 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.
FEATURE AVAILABILITY
MCP is only available for the US datacenter.
Your MCP server acts as a regular API platform user and supports all API platform authentication methods. This lets you securely connect an MCP client to any API collection using standard credentials without remote setup. All Workato API collections are compatible with this feature.
# MCP Local Server requirements
You must have the following components to use an MCP local server:
- Node.js v18.0.0 or later
- npm v8.0.0 or later
- An LLM client, such as Claude Desktop, Cursor, or Windsurf
# Install a local MCP server
Complete the following steps to install a local MCP server:
Open your preferred MCP client. For example, Claude, Cursor, or Windsurf.
Locate your MCP configuration settings in the client, and update the config to use the Workato MCP server with the authentication token in the MCP URL or with the authentication token as a separate environment variable:
# 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:
Sign in to your Workato account.
Go to Platform > API platform > API collections.
Select the collection you plan to retrieve the MCP URL for. The Endpoints page displays by default.
Locate the Remote MCP URL section and click the Copy URL button.
Copy the remote MCP URL
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:
Sign in to Workato.
Go to Platform > API platform > API collections.
Select the collection and copy the Remote MCP URL.
Go to your OpenAI account.
Select Prompts in the sidebar.
Click Tools > Create > MCP Server > +Add new.
Paste your remote MCP URL into the URL field.
Configure your MCP Server
Add a descriptive label for your MCP server.
Ensure that Authentication is set to Access token/API key.
Add your API key to the key field.
Click Connect. The connection establishes and a list of available tools displays.
Use the Approval drop-down menu to select the approvals required for the tools listed.
MCP Tools and Approval
Click Add to complete the setup.
Last updated: 6/30/2025, 9:05:56 PM