Skip to main content
Conductor’s MCP is designed to meet your workflows where they take place. It’s built to work anywhere your AI workflows and automation live. Whether you’re building automations, agents, or custom pipelines, Conductor’s data and insights can plug directly into the tools your team already relies on. We’ve validated tools like Abacus, Google Gemini Enterprise, LibreChat, Lovable, n8n, Notion, and Replit—but these are just examples of what’s possible. Because Conductor MCP connections can be made with API token, connections can extend to virtually any platform that supports token-based authentication, including workflow builders, IDEs, and automation tools like Replit and Cursor, coming soon.
If you have issues with the tool you want to connect, contact Conductor—we can work with you to get you connected.

Authenticating Custom Connections

Conductor supports OAuth, Bearer, or Header authentication.
Conductor supports OAuth connections to ChatGPT, Claude, and Perplexity. For these platforms, simply use your Conductor platform credentials to sign in.
Use your Conductor credentials to sign in

Examples for connecting Conductor’s MCP to other platforms

The examples below show how to connect each platform to Conductor’s MCP server. In every case, the MCP server URL is https://mcp-universal.conductor.com/mcp/v3. Most of these platforms authenticate with the API token generated above—the exception is Google Gemini Enterprise, which supports only OAuth.
These directions describe the general approach for each platform. The exact labels and menu locations may change as these third-party tools evolve—consult each platform’s own documentation to be sure.
Abacus.AI’s ChatLLM lets you register remote MCP servers from its agent settings.
  1. In Abacus.AI, open Agent Settings and select MCP Server Config from the sidebar.
  2. Add a JSON entry for Conductor that includes the server URL and an Authorization header carrying your API token:
  1. Save the configuration. Abacus queries the server and lists Conductor’s available tools.
For more details, see Abacus.AI’s MCP Servers documentation.
Gemini Enterprise connects to Conductor through a Custom MCP Server data store. Unlike the other platforms on this page, Gemini Enterprise offers only No authentication or OAuth 2.0—there’s no field for a Bearer token or a custom header—so this connection uses OAuth rather than your Conductor API token.

Get your client secret from Conductor

The client secret for the Gemini Enterprise OAuth client isn’t published on this page. Contact Conductor to request it before you start—you’ll enter it when you create the data store.

Prerequisites

Gemini Enterprise blocks custom MCP data stores by default. Before you begin, a Google Cloud administrator must:
  • Set the Disable custom MCP server connector for Gemini Enterprise organization policy constraint to Off (Not enforced). This requires an Organization Policy Administrator.
  • Add all three of Conductor’s hosts to the allowedEgressFqdns parameter in your egress domain policy: mcp-universal.conductor.com, auth.conductor.com, and prod-conductor.auth.us-east-1.amazoncognito.com. Miss either of the last two and the OAuth exchange fails even though the MCP server itself is reachable.
  • Add custom_mcp to the allowed data sources, if project enforcement is enabled or the project is protected by VPC Service Controls.
  • Grant the Discovery Engine Editor (roles/discoveryengine.editor) role to whoever creates the data store.

Create the data store

  1. In the Google Cloud console, go to Gemini Enterprise.
  2. In the navigation menu, click Data stores, then click Create data store.
  3. On the Select a data source page, enter Custom MCP Server in the Search sources field, then click Add MCP server on the card that appears.
  4. In the Authentication settings section, select OAuth 2.0 and complete the form:
    • MCP Server URL: https://mcp-universal.conductor.com/mcp/v3
    • Authorization URL: https://auth.conductor.com/oauth2/authorize
    • Authorization URL Parameters: leave empty. Gemini Enterprise appends the standard OAuth parameters itself.
    • Token URL: https://prod-conductor.auth.us-east-1.amazoncognito.com/oauth2/token
    • Client ID: 2ff2jkrpif0dmb7meqc4tc0o4d
    • Enable PKCE Support: on. Conductor’s authorization server supports PKCE with the S256 challenge method—turn this off only if the token exchange errors.
    • Client Secret: [Enter the client secret you received from Conductor]
    • Scopes: openid profile email
  5. Click Verify Auth, then click Continue.
  6. Select Multi-region as the location, enter a name in Your data connector name (for example, Conductor), and click Create.

Enable Conductor’s tools

When the data store reaches Active, Gemini Enterprise imports Conductor’s tools but leaves them disabled.
  1. Open your new Custom MCP data store.
  2. Click Actions > Reload custom actions to fetch the list of available tools.
  3. Select the tools you want, then click Enable actions. You can enable up to 100 at a time.
  4. Connect the data store to the app or agent that should use it. See Google’s guide to connecting a data store to an app for the steps.
  5. Authorize the connection: open the app, select Manage your data, click Enable actions next to the Conductor data store, and sign in with your Conductor credentials.
For more details, see Google’s custom MCP server data store documentation.
LibreChat connects to remote MCP servers through the mcpServers block in your librechat.yaml file.
  1. Open your librechat.yaml configuration file.
  2. Add Conductor as a streamable-http server, passing your API token in the Authorization header. Set requiresOAuth: false so LibreChat uses your header instead of attempting an OAuth flow:
  1. Restart LibreChat so it picks up the new server, then select Conductor in the MCP menu.
For more details, see LibreChat’s MCP servers documentation.
Lovable connects to MCP servers as “chat connectors.” Custom MCP servers are available on paid plans.
  1. In Lovable, open Connectors and go to Chat connectors.
  2. Click New MCP server.
  3. Enter a Server name (for example, Conductor) and set the Server URL to https://mcp-universal.conductor.com/mcp/v3.
  4. Under Authentication, choose Bearer token or API key and paste your Conductor API token.
  5. Click Add server. Conductor now appears in your list of chat connectors.
For more details, see Lovable’s MCP servers documentation.
In n8n, use the MCP Client Tool node to expose Conductor’s tools to an AI agent.
  1. Add an MCP Client Tool node to your workflow and connect it to your AI Agent node.
  2. Set the SSE Endpoint (server URL) to https://mcp-universal.conductor.com/mcp/v3.
  3. Set Authentication to Bearer Auth, then create a credential whose token is your Conductor API token. If you prefer to send the token yourself, choose Header Auth and add an Authorization header with the value Bearer YOUR_CONDUCTOR_API_TOKEN.
  4. Save and execute the workflow. The agent can now call Conductor’s tools.
For more details, see n8n’s MCP Client Tool documentation.
Notion supports custom MCP servers for Custom Agents once an admin enables the feature.
  1. A workspace admin enables custom connections in Settings > Notion AI > AI connectors > Enable Custom MCP servers.
  2. Open your Custom Agent’s Settings and go to Tools & Access.
  3. Click Add connection > Custom MCP server.
  4. Enter the MCP server URL https://mcp-universal.conductor.com/mcp/v3 and a display name (for example, Conductor).
  5. When prompted for authentication, choose header-based auth and add an Authorization header with the value Bearer YOUR_CONDUCTOR_API_TOKEN.
  6. Click Save. Conductor’s tools become available to the agent.
For more details, see Notion’s MCP connections for Custom Agents documentation.
Replit Agent can connect to any MCP server you add by URL.
  1. In Replit, open the MCP Servers settings pane and click Add MCP server.
  2. Paste the server URL https://mcp-universal.conductor.com/mcp/v3.
  3. Open Advanced settings and add a custom header:
    • Key: Authorization
    • Value: Bearer YOUR_CONDUCTOR_API_TOKEN
  4. Click Test & save. Once the connection succeeds, Conductor appears under MCP Servers and its tools are available to Agent.
For more details, see Replit’s Connect via MCP documentation.

Change Log

  • 2026-09-17 · Added — Google Gemini Enterprise can now connect to Conductor’s MCP as a Custom MCP Server data store. Gemini Enterprise supports only OAuth 2.0, not Bearer or Header auth, so it uses OAuth client credentials issued by Conductor rather than an API token.