Claude (claude.ai)
Requirements: Claude Organization Admin; Claude Team plan or higher (for org-wide access)
Setup Steps:
- Go to
claude.ai/settings/connectors(or Settings → Integrations/Connectors in Claude desktop) - Click Add Custom Connector
- Enter name → paste Server URL → click Save
- Scroll to connector → click Connect
- Complete two-layer OAuth (Allow → Accept)
- In chat: click + → Connectors → select your connector
Note: After adding new tools to MCP, disconnect and reconnect the Claude connector to refresh permissions.
ChatGPT (OpenAI)
Requirements: ChatGPT Plus, Pro, or Team plan (not available on free tier)
Setup Steps:
- Profile icon → Settings → Apps tab → Advanced Settings
- Toggle Developer Mode → Create App
- Enter name → paste MCP URL in MCP Server URL → set Authentication to OAuth
- Check "I trust this application" → Create
- Complete two-layer OAuth (Allow → Accept)
- In chat: click + → More → select your app
Note: After adding new tools, refresh the connector and re-grant permissions.
Cursor
Setup Steps:
- Settings → Tools & Integrations → Add Custom MCP → opens
mcp_config.json - Paste:
json
{
"mcpServers": {
"command": "npx",
"args": [{"mcp-remote": "your-MCP-URL"}]
}
}
{
"mcpServers": {
"command": "npx",
"args": [{"mcp-remote": "your-MCP-URL"}]
}
}
- Save → click Allow on localhost prompt
VS Code / GitHub Copilot (Agent Mode)
Setup Steps:
- Enable GitHub Copilot → search "MCP server" → +Add MCP Server → select HTTP
- Paste into
settings.json:
json
{
"mcp": {
"servers": {
"zoho-mcp": {
"type": "http",
"url": "your-mcp-url"
}
}
}
}
{
"mcp": {
"servers": {
"zoho-mcp": {
"type": "http",
"url": "your-mcp-url"
}
}
}
}
- Click Allow on localhost prompt
Windsurf
Setup Steps:
- Settings → search "mcp" → Manage Plugins → View Raw Config → opens
mcp_config.json - Paste:
json
{
"mcpServers": {
"github": {
"command": "npx",
"args": [{"mcp-remote": "your-MCP-URL"}]
}
}
}
{
"mcpServers": {
"github": {
"command": "npx",
"args": [{"mcp-remote": "your-MCP-URL"}]
}
}
}
- Save → Allow on localhost
Additional compatible clients: Zed, Continue, Cline, n8n, CrewAI, OpenAI (custom)
Source: Zoho MCP Help Documentation; Zoho Billing MCP Help