Supported clients
Claude Desktop
Claude Desktop
- Open Claude Desktop
- Go to Settings → Connectors
- Click Add connector
- Enter the server URL:
https://mcp.relevanceai.com/ - Follow the authentication prompts to connect your Relevance AI project
Claude Web
Claude Web
- Navigate to the Connectors page in Claude.ai
- Click Add connector
- Enter the server URL:
https://mcp.relevanceai.com/ - Follow the authentication prompts
ChatGPT
ChatGPT
ChatGPT supports MCP servers through Developer Mode, available on Pro, Team, Enterprise, and Edu plans.
- Open ChatGPT Settings
- Go to Connectors → Advanced → Developer Mode
- Click Add connector
- Enter the server URL:
https://mcp.relevanceai.com/ - Set Authentication to OAuth and follow the login flow
Cursor
Cursor
- Open Cursor Settings
- Navigate to the MCP tab
- Click Add new MCP server
- Use the following configuration in your
mcp.json:
VS Code / Copilot
VS Code / Copilot
Add the following to your VS Code settings (
.vscode/mcp.json):Windsurf
Windsurf
Add the following to your Windsurf MCP configuration:
Codex
Codex
Run the following command:You can also set the MCP server via an environment variable:
Zed
Zed
Add the following to your Zed settings (
settings.json):v0 by Vercel
v0 by Vercel
Add the following MCP configuration in your v0 project settings:
Claude Code (manual)
Claude Code (manual)
If you prefer to add the MCP server directly without the plugin:Once added, run
/mcp from within Claude Code. You will see the new MCP server in the list. Select it to connect and follow the authentication steps.Other clients
Other clients
For any MCP-compatible client, use the server URL:If your client requires an
npx command, use:Authentication
When you first connect, you will be prompted to authenticate with your Relevance AI account. Authentication is per project — you will be connected to a specific Relevance AI project after logging in.Working with multiple projects
If you work across multiple Relevance AI projects, add a separate MCP server entry for each:Alternatively, you can use a single connection and log out / log back in to switch projects — but the multi-connection approach above is preferred for convenience.
Troubleshooting
Authentication issues
Authentication issues
- Make sure you have an active Relevance AI account
- Check that you have access to the project you are trying to connect to
- Try removing and re-adding the MCP server connection
Tools not appearing
Tools not appearing
- Verify that you have tools configured in your Relevance AI project
- Check that you are authenticated to the correct project
- Try disconnecting and reconnecting the MCP server
Connection errors
Connection errors
- Ensure you have a stable internet connection
- Check that
https://mcp.relevanceai.com/is accessible from your network - Try removing and re-adding the MCP server connection in your client
- Try clearing the auth cache:
rm -rf ~/.mcp-auth
Frequently asked questions (FAQs)
What is MCP?
What is MCP?
The Model Context Protocol (MCP) is an open standard that allows AI clients to connect to external tools and data sources. It provides a standardized way for AI assistants to access your Relevance AI workspace.
Is the MCP server free to use?
Is the MCP server free to use?
The MCP server itself is free. You will be billed for any Relevance AI usage (agent runs, tool executions, etc.) according to your plan.
Can I use multiple AI clients at the same time?
Can I use multiple AI clients at the same time?
Yes. You can connect to the Relevance AI MCP server from as many clients as you like simultaneously. Each client authenticates independently.
Does authentication expire?
Does authentication expire?
Authentication tokens may expire after a period of inactivity. If you are prompted to re-authenticate, simply follow the login flow again.
Can I restrict which tools are available via MCP?
Can I restrict which tools are available via MCP?
The MCP server exposes the tools and agents available in the project you authenticated against. To control access, organize your tools across different projects and authenticate each connection to the appropriate project.

