Connect Zoho Payments MCP to Cursor
Zoho Payments MCP with Cursor lets you access and manage payment operations directly within your IDE. This enables your AI assistant to securely perform real-world payment actions without interrupting your development workflow.
To configure the server in your Cursor desktop application automatically, go to Zoho MCP > Connect > Cursor and click Add to Cursor.
Setting Up Zoho Payments MCP in Cursor
If the automatic setup does not work or you need to modify the installation, follow these steps.
-
Open Cursor settings using Shift + Command + J (macOS) or Shift + Control + J (Windows).
-
Go to the MCP Tools tab and click New MCP Server.
-
Copy and paste the JSON configuration below.
{
"mcpServers": {
"ZohoPaymentsMCP": {
"command": "npx",
"args": [
"mcp-remote",
"https://zoho-payments-120766338.testzohomcp.com/mcp/****************/message",
"--transport",
"http-only"
]
}
}
}
- Save the configuration using Command + S (macOS) or Control + S (Windows).
- Click Save. You will be directed to the Zoho MCP authorization screen in your local host.
- Click Allow.
- Set the chat to Agent mode to access Zoho Payments MCP tools inside Cursor.
You will now be able to perform actions in your required services using the Zoho MCP server.
Note: Handle your MCP server URL like a password. It can trigger tools connected to your account and access sensitive payment information.
Insight: You can temporarily disable MCP tools in Cursor by going to Cursor Settings → MCP tab, expanding the server, and toggling off any individual tools you prefer not to use.
Disconnect MCP Server
If you no longer need the MCP integration, you can disconnect the Zoho Payments MCP server from Cursor at any time by removing its configuration.
To disconnect your MCP server:
- Open Cursor and go to Cursor Settings and click the MCP tab.
- Locate Zoho Payments MCP Server in the list.
- Use the toggle to disable it temporarily.
- Open the config file (
~/.cursor/mcp.jsonfor global or.cursor/mcp.jsonfor project-level). - Delete the Zoho Payments entry from the
mcpServersobject. - Save the file and click the Refresh button in MCP settings.
Your MCP server will be disconnected. You’ll need to follow the setup steps again to reconnect it.