Comprehensive MCP server for Zoho CRM - 55+ tools covering full API: records CRUD, search, COQL, metadata, users, tags, notes, bulk operations, notifications, blueprints, and more
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"zoho-crm-mcp-server": {
"command": "npx",
"args": [
"-y",
"hemichaeli/zoho-crm-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add zoho-crm-mcp-server npx -y hemichaeli/zoho-crm-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"zoho-crm-mcp-server": {
"command": "npx",
"args": [
"-y",
"hemichaeli/zoho-crm-mcp-server"
]
}
}
}
📋 Copy