# Remote MCP servers

Remote Model Context Protocol (MCP) servers are hosted externally and accessed by AI assistants over the network instead of running tools and integrations locally. This means a single MCP server can serve multiple users and multiple AI platforms, such as Claude, ChatGPT, Microsoft Copilot, or Cursor. You can update and maintain remote MCP servers centrally without requiring changes to your client configurations.

FEATURE AVAILABILITY

MCP is available to all users in the US, EU, AU, and SG data centers. MCP servers are hosted in the US, EU, and APAC regions and respect data residency requirements where possible. Contact your Customer Success representative if you're interested in using MCP or require additional information.

# Install remote MCP servers

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

NEED AN EXAMPLE?

Review 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:

# Add a remote MCP server to an AI model

You can use your REMOTE_MCP_URL to configure your remote server with the following AI models:

# ChatGPT MCP configuration

Complete the following steps to add your MCP server to ChatGPT:

1

Sign in to Workato.

2

Go to AI Hub > MCP Servers.

3

Select the MCP server and copy the Remote MCP URL.

4

Go to Settings > Apps & Connectors > Advanced settings and enable the Developer mode toggle.

5

Go to Settings > Apps & Connectors.

6

Click Create. This button is only visible when the Developer mode toggle is enabled.

7

Enter a name for your MCP connector. For example: GitHub tools MCP.

ChatGPT connectorConfigure your ChatGPT MCP connector

8

Paste your MCP URL and token in the URL field.

9

Optional. Enter a description in the Description field.

10

Use the Authentication drop-down menu to select No Auth.

11

Select the checkbox to accept the risk of adding a custom MCP server.

12

Click Create.

13

Open ChatGPT and start a new chat to use your MCP tools.

# Claude MCP configuration

Complete the following steps to add your MCP server to Claude:

1

Sign in to Workato.

2

Go to AI Hub > MCP Servers.

3

Select the MCP server and copy the Remote MCP URL.

4

Go to Settings > Connectors.

5

Click + Add new connector.

6

Enter a name for your MCP connector in the Name field.

Claude connectorConfigure your Claude MCP connector

7

Paste your MCP URL and token into the Remote MCP server URL field.

8

Click Add. The newly created MCP connector appears in the list of connectors.

9

Click Configure.

10

Use the permissions drop-down menu to select Always ask permission or Allow unsupervised. Always ask permission is selected by default.

11

Create a new chat in Claude to use your MCP tools.

# Cursor MCP configuration

The following process authenticates with an MCP URL and authentication token. Refer to Cursor MCP remote server configuration with Workato Identity authentication if you plan to authenticate with Workato Identity.

Complete the following steps to add your MCP server to Cursor:

1

Go to Settings > Cursor settings.

2

Click MCP & Integrations in the sidebar.

3

Click + New MCP Server to open the mcp.json file.

New MCP serverClick + New MCP Server

4

Update the configuration to use the MCP URL and token you copied in the preceding steps. For example:


{
  "mcpServers": {
    "github-tools": {
      "url": "https://387.apim.mcp.workato.com/abc247/example-collection-name-v1?wkt_token=YOUR_API_TOKEN"
    }
  }
}

5

Save your changes.

6

Create a new chat with your Cursor agent to use your MCP tools.

You must start a new chat with your agent. Cursor agents only have access to the tools and capabilities available when a chat begins. Agents can't detect or use new MCP configurations, servers, or tools added after starting a chat.

# Microsoft Copilot MCP configuration

Microsoft Copilot supports OAuth authentication and API-based access for MCP servers. Refer to the Microsoft Copilot MCP server configuration (opens new window) documentation for more information.

Complete the following steps to add your MCP server to Microsoft Copilot:

1

Sign in to your Microsoft Copilot Studio account.

2

Select Agent in the sidebar and create a new agent.

3

Provide a name for your agent in the Name field.

4

Optional. Provide a description for your agent in the Description field.

5

Add your MCP server as a tool. Steps for adding an MCP server vary based on your authentication method:

6

Return to Microsoft Copilot Studio and connect to the newly created MCP server.


Last updated: 1/13/2026, 11:06:58 PM