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.- OAuth
- Bearer token auth
- Header auth
Conductor supports OAuth connections to ChatGPT, Claude, and Perplexity. For these platforms, simply use your Conductor platform 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 using your Conductor API token. In every case, the MCP server URL ishttps://mcp-universal.conductor.com/mcp/v3, and you’ll authenticate with the API token generated above.
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.
Connect Abacus with Conductor
Connect Abacus with Conductor
Abacus.AI’s ChatLLM lets you register remote MCP servers from its agent settings.
- In Abacus.AI, open Agent Settings and select MCP Server Config from the sidebar.
- Add a JSON entry for Conductor that includes the server URL and an
Authorizationheader carrying your API token:
- Save the configuration. Abacus queries the server and lists Conductor’s available tools.
Connect Librechat with Conductor
Connect Librechat with Conductor
LibreChat connects to remote MCP servers through the
mcpServers block in your librechat.yaml file.- Open your
librechat.yamlconfiguration file. - Add Conductor as a
streamable-httpserver, passing your API token in theAuthorizationheader. SetrequiresOAuth: falseso LibreChat uses your header instead of attempting an OAuth flow:
- Restart LibreChat so it picks up the new server, then select Conductor in the MCP menu.
Connect Lovable with Conductor
Connect Lovable with Conductor
Lovable connects to MCP servers as “chat connectors.” Custom MCP servers are available on paid plans.
- In Lovable, open Connectors and go to Chat connectors.
- Click New MCP server.
- Enter a Server name (for example,
Conductor) and set the Server URL tohttps://mcp-universal.conductor.com/mcp/v3. - Under Authentication, choose Bearer token or API key and paste your Conductor API token.
- Click Add server. Conductor now appears in your list of chat connectors.
Connect n8n with Conductor
Connect n8n with Conductor
In n8n, use the MCP Client Tool node to expose Conductor’s tools to an AI agent.
- Add an MCP Client Tool node to your workflow and connect it to your AI Agent node.
- Set the SSE Endpoint (server URL) to
https://mcp-universal.conductor.com/mcp/v3. - 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
Authorizationheader with the valueBearer YOUR_CONDUCTOR_API_TOKEN. - Save and execute the workflow. The agent can now call Conductor’s tools.
Connect Notion with Conductor
Connect Notion with Conductor
Notion supports custom MCP servers for Custom Agents once an admin enables the feature.
- A workspace admin enables custom connections in Settings > Notion AI > AI connectors > Enable Custom MCP servers.
- Open your Custom Agent’s Settings and go to Tools & Access.
- Click Add connection > Custom MCP server.
- Enter the MCP server URL
https://mcp-universal.conductor.com/mcp/v3and a display name (for example,Conductor). - When prompted for authentication, choose header-based auth and add an
Authorizationheader with the valueBearer YOUR_CONDUCTOR_API_TOKEN. - Click Save. Conductor’s tools become available to the agent.
Connect Replit with Conductor
Connect Replit with Conductor
Replit Agent can connect to any MCP server you add by URL.
- In Replit, open the MCP Servers settings pane and click Add MCP server.
- Paste the server URL
https://mcp-universal.conductor.com/mcp/v3. - Open Advanced settings and add a custom header:
- Key:
Authorization - Value:
Bearer YOUR_CONDUCTOR_API_TOKEN
- Key:
- Click Test & save. Once the connection succeeds, Conductor appears under MCP Servers and its tools are available to Agent.

