Connect Catalyst Global MCP Server to Cursor
A Catalyst Global MCP server has a universal MCP URL, you can use to connect to your required MCP Client (LLM). No MCP Tool configuration needs to be done in the MCP console.
You only have to connect the following MCP URL to Cursor.
https://catalyst.zohomcp.com/mcp/message
To connect your Catalyst Global MCP Server to Cursor:
- Navigate to the Tools & Integrations tab in the Settings section in Cursor, and click Add Custom MCP.
- You will be directed to the mcp_config.json file.
- Paste the following code snippet in the file:
{
"mcpServers": {
"ZohoMCP": {
"command": "npx",
"args": [
"mcp-remote",
"https://catalyst.zohomcp.com/mcp/message",
"--transport",
"http-only"
]
}
}
}
Once you click Save, you will be directed to the Zoho MCP authorization screen in your local host.
- Click Allow.
Follow the authorization process, and your MCP server will be connected and ready to use.
You can now leverage the artificial intelligence of Cursor’s AI models through the Catalyst Global MCP Server, which equips them with the context it needs to understand and execute your operations on the Catalyst console.
Last Updated 2026-07-30 12:32:16 +0530 IST
Yes
No
Send your feedback to us
