Claude web connects to Core through a custom connector in Claude settings. Claude's cloud service must be able to reach the MCP server over public HTTPS.
Core MCP server URL:
https://core.gradien.ai/mcp
Setup
- Open Claude in your browser.
- Open Settings or Customize.
- Go to Connectors.
- Choose Add custom connector.
- Enter name:
Core. - Paste
https://core.gradien.ai/mcp. - Approve the Core login or permissions screen.
- Start a fresh Claude chat if the connector does not appear in the current chat.
For Team or Enterprise plans, an Owner may need to add the connector under Organization settings first. Members can then connect Core individually from their own Claude connector settings.
Optional CLI Signup
The Core setup CLI can create or link your Core account before you add the connector:
npx -y @gradien/core-agent-setup install --base-url https://core.gradien.ai --yes --harness claude-web
This CLI step is optional for Claude web. The key setting in Claude is still the remote MCP URL above.
Troubleshooting
If Claude shows Authorization with the MCP server failed, check the Core troubleshooting page. Common causes include OAuth metadata, dynamic client registration, redirect URI allowlists, token scopes, or token audience/resource mismatch.