Claude Desktop
Claude Desktop supports both OAuth and API key authentication for the Ada MCP server.
Requirements
- Claude Desktop installed.
- Node.js LTS installed locally (see recommendation).
- An Ada dashboard account. Available tools depend on your role — see Permissions.
Option 1: OAuth (recommended)
OAuth uses browser-based login with your Ada credentials. No API key is required.
-
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). -
Restart Claude Desktop.
-
When prompted, authorize the connection with your Ada credentials.
Option 2: 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.
-
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.
Next steps
- Try a prompt from the prompt library.
- Review data privacy settings.
- Connect additional AI Agents: see Connecting multiple Agents.