Claude
Claude connects to the MCP server through two clients:
- Claude Desktop — interactive analysis in a desktop app.
- Claude Code — terminal-based analysis and automation.
Both support OAuth and API key authentication and require an Ada dashboard account. Available tools depend on your role — see Permissions.
Claude Desktop
Requirements
- Claude Desktop installed.
- An Ada dashboard account.
Option 1: Custom connector (recommended)
Add Ada as a custom connector. You do not need Node.js. You do not need mcp-remote. The same connector works in Claude Desktop, claude.ai, and Cowork.
Use this URL. Replace acme-corp.ada.support with your Ada instance domain:
https://acme-corp.ada.support/api/mcp/oauth
Leave OAuth Client ID and OAuth Client Secret blank.
Free, Pro, and Max plans
- Open Claude Desktop, or go to claude.ai.
- Go to Customize > Connectors.
- Click +.
- Click Add custom connector.
- Enter a name. Example:
Ada. - Enter the MCP Server URL.
- Click Add.
- Click Connect.
- Log in with your Ada credentials.
Team and Enterprise plans
A Claude organization Owner or Primary Owner must add the connector first. Other members cannot paste the Ada URL themselves.
If you are a Claude organization Owner or Primary Owner:
- Go to Organization settings > Connectors.
- Click Add.
- Choose Custom. Then choose Web.
- Enter the MCP Server URL.
- Click Add.
Then connect it yourself. Follow the member steps below.
If you are not a Claude organization Owner or Primary Owner:
- Ask a Claude organization Owner to add the Ada URL.
- Go to Customize > Connectors.
- Find the Ada connector. It has a Custom label.
- Click Connect.
- Log in with your Ada credentials.
To use Ada in a chat, click +. Then click Connectors. Turn on the Ada connector.
If you cannot add a custom connector, use Option 2: Local helper.
Option 2: Local helper
Use this path only if you cannot add a custom connector. You need Node.js LTS installed locally (see recommendation).
-
Open Claude Desktop.
-
Go to Settings → Developer → Edit Config.
-
Add the following to your
claude_desktop_config.json: -
Replace
acme-corp.ada.supportwith your Ada instance domain (see Authentication). -
Keep the version pin
mcp-remote@0.2.5. Do not remove it. -
Restart Claude Desktop.
-
When prompted, authorize the connection with your Ada credentials.
Claude Desktop can open two browser tabs for one Agent. This is expected.
- Complete login in one tab.
- Close the other tab.
- If Claude still shows a failed connection, restart Claude Desktop.
See Troubleshooting.
Option 3: API key
API key authentication uses a token generated from your Ada dashboard. This is useful for automated setups or when browser-based login is not available. This path also uses the local helper.
-
Generate an API key from Config > PLATFORM > API keys in your Ada dashboard.
-
Open Claude Desktop and go to Settings → Developer → Edit Config.
-
Add the following to your
claude_desktop_config.json: -
Replace
acme-corp.ada.supportwith your Ada instance domain. -
Replace
YOUR_API_KEYwith your API key. -
Restart Claude Desktop.
Claude Code
Requirements
- Claude Code installed.
Claude Code connects over HTTP. It does not use a custom connector. It does not use mcp-remote.
Option 1: OAuth (recommended)
Run this command, replacing acme-corp.ada.support with your Ada instance domain:
Then run /mcp inside Claude Code to authenticate in the browser.
Option 2: API key
Generate an API key from Config > PLATFORM > API keys in your Ada dashboard, then run this command, replacing the domain and key:
Run /mcp to confirm ada shows connected. Note that Claude Code stores the key in plaintext in ~/.claude.json, scoped to the directory you ran the command in — add -s user to make it available everywhere.
Next steps
- Try a prompt from the prompt library.
- Review data privacy settings.
- Connect additional AI Agents: see Connecting multiple Agents.