Zoho CRM customer relationship management
The Zoho CRM MCP server provides integration with Zoho's CRM platform. Manage leads, deals, contacts, and accounts. Automate workflows, track sales activities, and generate reports. Perfect for SMBs requiring comprehensive CRM capabilities.
{
"mcpServers": {
"zoho-crm": {
"env": {
"ZOHO_CLIENT_ID": "your_client_id",
"ZOHO_CLIENT_SECRET": "your_client_secret",
"ZOHO_REFRESH_TOKEN": "your_refresh_token"
},
"args": [
"-y",
"@anthropic/mcp-server-zohocrm"
],
"command": "npx"
}
}
}ZOHO_CLIENT_IDyour_client_idZOHO_CLIENT_SECRETyour_client_secretZOHO_REFRESH_TOKENyour_refresh_token