## Zoho Payments Documentation Index Access the complete documentation index at: https://www.zoho.com/us/payments/llms.txt Use this file to discover all available documentation pages before proceeding. # 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. * [Setting Up Zoho Payments MCP in Cursor](#manual-setup) * [Disconnect MCP Server](#disconnect) 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. 1. Open _Cursor_ settings using **Shift + Command + J** (macOS) or **Shift + Control + J** (Windows). 2. Go to the _MCP Tools_ tab and click **New MCP Server**. 3. Copy and paste the JSON configuration below. MCP Server Configuration Copy ```json { "mcpServers": { "ZohoPaymentsMCP": { "command": "npx", "args": [ "mcp-remote", "https://zoho-payments-120766338.testzohomcp.com/mcp/****************/message", "--transport", "http-only" ] } } } ``` 4. Save the configuration using **Command + S** (macOS) or **Control + S** (Windows). 5. Click **Save**. You will be directed to the Zoho MCP authorization screen in your local host. 6. Click **Allow**. 7. 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: 1. Open _Cursor_ and go to _Cursor Settings_ and click the **MCP** tab. 2. Locate **Zoho Payments MCP Server** in the list. 3. Use the toggle to disable it temporarily. 4. Open the config file (`~/.cursor/mcp.json` for global or `.cursor/mcp.json` for project-level). 5. Delete the Zoho Payments entry from the `mcpServers` object. 6. 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.