Connect Zoho Payments MCP to Windsurf
Connect Zoho Payments MCP tools directly inside Windsurf IDE and enable your AI assistant to perform payment actions securely and easily, without leaving your coding environment.
Configure Zoho Payments MCP in Windsurf
You can configure the Zoho Payments MCP server in Windsurf by adding a custom MCP server. To configure:
- Open Windsurf, click your profile in the top-right corner and select Settings.
- Go to the Cascade tab and click Add Server.
- Select Add custom server +.
- Copy and paste the JSON configuration below, replacing the placeholder key with your MCP URL.
{
"mcpServers": {
"ZohoPaymentsMCP": {
"command": "npx",
"args": [
"mcp-remote",
"https://zoho-payments-1207****8.zohomcp.com/mcp/****************/message",
"--transport",
"http-only"
]
}
}
}
- Save the configuration.
- Authorize Zoho MCP by clicking Allow.
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 Windsurf by clicking the MCPs icon in the cascade panel and toggling off any server or 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 Windsurf at any time by removing its configuration.
To disconnect your MCP server:
- Open Windsurf and click the MCPs icon in the cascade panel (top-right corner).
- Locate Zoho Payments MCP Server in the list.
- Use the toggle to disable the server.
- Select Configure to open the config file (or manually open
~/.codeium/windsurf/mcp_config.json). - Delete the Zoho Payments entry from the
mcpServersobject. - Save the file and restart Windsurf.
Your MCP server will be disconnected. You’ll need to follow the setup steps again to reconnect it.