# Publish MCP servers to AI model organizations
Register your Workato MCP server and publish it for organizational or team use. This enables your team members to discover and connect to the published MCP server.
# ChatGPT MCP server publication
PREREQUISITES
Ensure you meet the following prerequisite before you publish your MCP server for Enterprise or Business use:
- Verify that you have ChatGPT Admin or Owner privileges.
- Complete the steps in the ChatGPT MCP configuration section.
Complete the following steps to publish your MCP server for organization-wide use:
Sign in to your ChatGPT account.
Go to Workspace Settings > Apps.
Click Drafts and locate the app you added in the ChatGPT MCP configuration section.
Click the Publish button. Published apps appear in the workspace's approved connectors list and in users' Apps settings with the label custom next to the app name.
# Connect to a published MCP server in ChatGPT
Complete the following steps to connect to a published MCP server in ChatGPT:
Sign in to your ChatGPT (opens new window) account.
Go to Settings > Apps & Connectors.
Select the app published by your organization and click Connect.
Complete the authorization flow and authenticate with your credentials.
Open a new chat and enter a prompt. ChatGPT automatically invokes the relevant MCP server tools based on your input.
# Claude MCP server publication
PREREQUISITES
Ensure you meet the following prerequisites before you publish your MCP server for Enterprise or Team use:
- Verify that you have Claude Admin or Owner privileges.
- Complete the steps in the Claude MCP configuration section.
Complete the following steps to publish your MCP server for organization-wide use:
Sign in to your Claude account.
Go to Organization Settings > Connectors.
Click Add connector and enter your remote MCP server URL.
Optional. Go to Advanced Settings and configure an OAuth Client ID and Client Secret.
Click Add. The connector is available to everyone in your team to connect and authenticate.
# Connect to a published MCP server in Claude
Complete the following steps to connect to a published MCP server in Claude:
Sign in to your Claude (opens new window) account.
Click the + (add) button and select Connectors.
Locate the MCP server connector published by your organization and select it.
Select Connect.
Complete the authorization flow and authenticate with your credentials.
Open a new chat and enter a prompt. Claude automatically invokes the relevant MCP tools based on your input.
# Cursor MCP server publication
You can define an MCP server at the project level to make MCP server tools available in a specific project. Cursor reads configuration files from the .cursor/ directory at the project root, such as .cursor/mcp.json.
PREREQUISITES
Ensure you meet the following prerequisites before you publish your MCP server for team distribution:
- Verify that you have the correct permissions to modify project-level files in your repository.
- Complete the steps in the Cursor MCP configuration section.
Complete the following steps to publish your MCP server for team-wide use:
Open Cursor.
Go to your repository root and create a .cursor/mcp.json file with the following code:
{
"mcpServers": {
"snowflake-tools": {
"url": "https://2255.apim.mcp.workato.com?wkt_token=YOUR_API_TOKEN"
},
"github-tools": {
"url": "https://387.apim.mcp.workato.com/abc247/example-collection-name-v1?wkt_token=YOUR_API_TOKEN"
}
}
}
Commit the .cursor/mcp.json file to your repository. This ensures all project team members can access the MCP server tools.
# Connect to a published MCP server in Cursor
Complete the following steps to connect to a project-wide MCP server in Cursor:
Pull the latest changes from your repository to ensure you have the .cursor/mcp.json file locally.
Open the project folder in Cursor. Cursor automatically detects and connects to the MCP server configured in .cursor/mcp.json on startup.
Optional. Go to Settings > Features > MCP Tools to verify the connection. The server appears with a green indicator and a list of its available tools.
Provide your credentials if your MCP server requires authentication:
- API key: Set the required environment variable locally on your machine.
- OAuth: Cursor prompts you to authenticate on first use.
Restart Cursor to load the new configuration in the .cursor/mcp.json file.
Open the Cursor AI chat panel and enter a prompt. Cursor automatically invokes the relevant MCP tools based on your input.
# Microsoft Copilot MCP server publication
PREREQUISITES
Ensure you meet the following prerequisites before you publish your MCP server for organizational use:
- Verify that you have Administrator privileges.
- Complete the steps in the Microsoft Copilot MCP configuration section.
Complete the following steps to publish your MCP server for organization-wide use:
Sign in to your Microsoft Copilot account.
Go to the agent where you plan to publish the MCP server.
Go to the Overview page and select Publish in the navigation menu.
Complete the fields in the publish form. This information populates the catalog entry in your organization's Office and Teams Catalogs and the Microsoft Admin Center Integrated Apps list.
Click Publish. This provisions a bot resource in the Microsoft Entra ID tenant environment that corresponds to your Copilot agent.
Go to the Teams and Microsoft 365 Copilot channel and open the configuration panel.
Go to Turn on Microsoft 365 and ensure that Make agent available in Microsoft 365 Copilot is selected.
Select Add channel.
Select Availability options to configure who can access the agent.
Select Share with specific users or groups or Deploy org-wide as your distribution method:
# Connect to a published MCP server in Microsoft Copilot
Complete the following steps to connect to a published MCP server in Microsoft Copilot:
Sign in to Microsoft 365 Copilot.
Locate the agent where you plan to add the published MCP server and select it to open the chat interface.
Select Open Connection Manager if this is your first time using the agent and you're prompted to authenticate.
Select Connect then select Add new connection.
Enter your credentials and select Sign in.
Return to the chat window and enter a prompt. Microsoft Copilot automatically invokes the relevant MCP tools based on your input.
Last updated: 3/2/2026, 10:31:39 PM