Available tools
Conductor’s directory connector and custom connections both include the current set of tools:tracked_configsai_brand_insightsai_citation_insightskeyword_insightsai_query_fan_out_insights
keyword_insights.
Learn more about the data you can access through these tools.
Configure Conductor for Claude
Add a custom connector
Add a custom connector
Verify your Claude plan and permissions
Custom connectors using remote MCP are available on Claude, Cowork, and Claude Code for users on Pro, Max, Team, and Enterprise plans.(Anthropic’s documentation indicates that Free users can add custom connections, but are limited to one custom connector. However, Conductor did not find that this was possible.)From Anthropic:While anyone can build and host connectors using remote MCP, only Owners can add them to Team and Enterprise plans. Once a connector has been added to a Team or Enterprise organization, users individually connect to and enable that connector. This ensures that Claude can only access tools and data that the individual user has access to.
Configure your custom connector
For more context, you can review Anthropic’s article about configuring custom connectors. However, we will provide all necessary instructions here:For Team and Enterprise plans
Prerequisite steps for ownersBefore members of Team and Enterprise plans can configure custom connectors, an Owner or Primary Owner needs to perform the following steps to add a custom connector to your organization.- Go to Claude.
- Go to Organization settings > Connectors.
- Click Add.
- Hover over Custom, then select Web.
- Complete the form as follows:
- Name:
Conductor - Remote MCP server URL:
https://mcp-universal.conductor.com/mcp/v3
- Name:
- Click Advanced settings and complete:
- OAuth Client ID:
4fhi7qah4mg0fane9gp9s3i6i5 - OAuth Client Secret: [leave blank]
- OAuth Client ID:
- Click Add. Anthropic will process your information, and you will be redirected to a Conductor authentication screen.
- Authenticate using your Conductor credentials.
- Go to Claude.
- Go to Customize > Connectors.
- Find the Conductor connector your Owner added in the list. It carries a Custom label.
- Click Connect. You will be redirected to a Conductor authentication screen.
- Authenticate using your Conductor credentials.
For Pro and Max plans
- Go to Claude.
- Go to Customize > Connectors.
- In the top-right of the Connectors window, click the Add, and then select Add custom connector.
- Complete the form as follows:
- Name:
Conductor - Remote MCP server URL:
https://mcp-universal.conductor.com/mcp/v3
- Name:
- Click Advanced settings and complete:
- OAuth Client ID:
4fhi7qah4mg0fane9gp9s3i6i5 - OAuth Client Secret: [leave blank]
- OAuth Client ID:
- Click Add. Anthropic will process your information, and you will be redirected to a Conductor authentication screen.
- Authenticate using your Conductor credentials.

Install Conductor's connector from Claude's directory
Install Conductor's connector from Claude's directory
Conductor is listed in Claude’s connector directory. This is the fastest path—there’s no server URL or OAuth client ID to copy. You can browse the directory in Claude on the web, in the desktop app, and on iOS and Android.Once you connect, Conductor is available across your Claude account, including Claude Cowork and Claude Code.
Anthropic lets organizations control which connectors their members can install. On Team and Enterprise plans, an Owner or Primary Owner must add Conductor to the organization before members can connect to it.For more information about browsing and enabling connectors, refer to Anthropic’s documentation.
For Team and Enterprise plans
Prerequisite steps for owners- Go to Claude.
- Go to Organization settings > Connectors.
- At the bottom of the page, click Browse connectors.
- Search for and select Conductor MCP.
- Click Add to your team.
- Go to Claude.
- Go to Customize > Connectors.
- Find the Conductor connector your Owner added and click Connect. You will be redirected to a Conductor authentication screen.
- Authenticate using your Conductor credentials.
For Pro and Max plans
- Go to Claude.
- Go to Customize > Connectors.
- In the top-right of the Connectors window, click Browse.
- Search for and select Conductor MCP.
- Click Connect. You will be redirected to a Conductor authentication screen.
- Authenticate using your Conductor credentials.

Install the Claude Code CLI and connect from the terminal
Install the Claude Code CLI and connect from the terminal
If you can’t—or would rather not—connect Conductor through the Claude apps, you can install Anthropic’s Claude Code command-line interface, and register Conductor’s MCP server yourself. This is the path to use when your organization has disabled the Claude web and desktop apps, or when you simply prefer to work in a terminal.You authenticate the same way as any other Claude surface: with your Conductor credentials, through Conductor’s OAuth flow.Authorization still fails on port 8080 or 8081. Check your Claude Code version:Conductor recognizes the callback address only as
Install Claude Code
Follow Anthropic’s Claude Code quickstart to install the CLI and log in to your Claude account. Anthropic’s advanced setup guide lists system requirements and platform-specific installers, and its installation troubleshooting coverscommand not found and sign-in errors.When claude --version returns a version number, you’re ready to add Conductor.Add Conductor’s MCP server
Run the following from your terminal—not from inside aclaude session:-
--client-idis Conductor’s OAuth client ID—the same one the custom connector uses. There’s no client secret to provide. -
--callback-portmust be8080or8081. Use8081if another program on your machine is already listening on8080. -
--scope userregisters Conductor once for every project on your machine. Omit it to register Conductor only for the directory you’re currently in.
Authorize Conductor
- Start a session with
claude. - Run
/mcpand select conductor. - Claude Code opens Conductor’s authentication screen in your browser. Authenticate using your Conductor credentials.
- Return to your terminal. Conductor’s tools are available in the session.
claude mcp list. Conductor appears in the list with its connection status.Troubleshoot the connection
The browser showsredirect_mismatch. The URL reads https://auth.conductor.com/error?error=redirect_mismatch. Claude Code used a callback port Conductor doesn’t recognize—usually because the server was added without --callback-port. Remove the server, then add it again with the port pinned:localhost. Claude Code versions before 2.1.231 send 127.0.0.1 instead, which doesn’t match. Run claude update to move to a current version, then authorize again.Query your data
In the Claude apps, to access your data from the Claude interface:- Click the + icon.
- In the Connectors menu, confirm that the toggle for the Conductor connector is enabled. If not, enable the toggle.
- Enter a query.
FAQs
Review this feature’s frequently asked questionsChange Log
- 2026-08-10 · Added — Conductor is now available as a connector in Claude’s connector directory. You can install Conductor from the directory in a few clicks instead of building a custom connector. Either path covers Claude, Claude Cowork, and Claude Code.
