Connecting Your MCP Server to AI Clients
After creating your MCP server in Cequence AI Gateway, connect it to your preferred AI client to start using it. This section provides detailed configuration instructions for each supported client.
Supported AI Clients
Claude Desktop
Configure your MCP server with Claude Desktop using Custom Connectors (recommended) or the configuration file. Anthropic's official desktop application with native MCP support.
Cursor IDE
Connect your MCP server to Cursor, the AI-powered code editor built for maximum productivity.
Windsurf IDE
Set up your MCP server with Windsurf, Codeium's AI IDE featuring the Cascade AI system.
Quick Start
After creating your MCP server, you'll receive a server URL from Cequence AI Gateway.
Claude Desktop (Recommended)
Use Custom Connectors (UI-based):
- Open Claude Desktop → Settings → Connectors
- Click "Add custom connector"
- Enter your MCP server URL
- Click "Add" and authenticate
Cursor IDE
Configuration format:
{
"mcpServers": {
"your-server-name": {
"url": "your-mcp-server-url"
}
}
}
Claude Desktop & Windsurf (Configuration File)
Alternative configuration file format:
{
"mcpServers": {
"your-server-name": {
"command": "npx",
"args": [
"-y",
"@cequenceai/mcp-remote",
"your-mcp-server-url"
]
}
}
}
Replace:
your-server-name- A descriptive name for this integration (e.g., "salesforce", "github", "databricks")your-mcp-server-url- The URL provided by Cequence AI Gateway
Configuration File Locations
Each client stores its MCP configuration in a different location:
| Client | Configuration Location |
|---|---|
| Claude Desktop (macOS) | ~/Library/Application Support/Claude/claude_desktop_config.json |
| Claude Desktop (Windows) | %APPDATA%\Claude\claude_desktop_config.json |
| Cursor (macOS/Linux) | ~/.cursor/config/mcp.json |
| Cursor (Windows) | %USERPROFILE%\.cursor\config\mcp.json |
| Windsurf | Via Settings UI: Advanced → Cascade |
Next Steps
- Choose your AI client from the list above
- Follow the detailed configuration guide for your client
- Start using your MCP server with natural language commands
Getting Help
Each client configuration page includes:
- Step-by-step setup instructions
- Configuration examples
- Troubleshooting common issues
- Best practices
For additional support, visit Cequence AI Gateway Documentation or contact support@cequence.ai.