Zoho CRM is the most extensively documented Zoho app in the MCP ecosystem, with its own dedicated developer documentation (Zoho CRM MCP Overview).
Four Pre-Built CRM MCP Servers
Zoho CRM groups MCP capabilities into four distinct, pre-built servers—each covering a specific functional domain. Multiple servers can be installed simultaneously.
1. Data Insights (Read-Only)
Purpose: Query and analyze CRM data without modification risk
| Capability | Details |
|---|---|
| COQL queries | Filter, sort, group, paginate records across standard and custom modules |
| Module listing | Retrieve list of all modules |
| Field schemas | Access field definitions for any module |
Example prompts:
- "Show me all deals closing this month"
- "How many leads were created last week?"
- "List top 10 accounts by annual revenue"
2. Data Operations (Read/Write)
Purpose: Full CRUD record management
| Capability | Details |
|---|---|
| Create records | New leads, contacts, deals, etc. |
| Read records | Retrieve individual or related records |
| Update records | Modify field values, bulk updates |
| Delete records | Remove records matching criteria |
| Bulk operations | Multi-record create/update/delete |
| Related records | Retrieve and update child records of a parent |
| COQL search | Complex filtered queries |
| Module/field metadata | Full schema access |
Example prompts:
- "Create a new lead: Patricia Boyle, Zylker Corp, [email protected]"
- "Delete all deals stuck in 'Negotiation' since March"
- "Show all contacts related to account 'Zylker'"
3. Module Customization
Purpose: Configure the CRM data model without UI navigation
| Capability | Details |
|---|---|
| Module management | List, create, update module settings |
| Field management | Retrieve schemas, create/update custom fields (label, required, tooltip) |
| Layout management | Retrieve, update, activate, deactivate page layouts |
Example prompts:
- "Add a text field called 'Customer Type' to the Leads module"
- "List all fields in the Contacts module"
- "Show all layouts in the Deals module"
4. Workflow & Process Automation
Purpose: Configure automation rules via conversational prompts
| Capability | Details |
|---|---|
| Workflow rules | Create, update, list, reorder |
| Task actions | Create, update, list workflow task actions |
| Configuration retrieval | View full workflow configuration |
Example prompts:
- "Create a task to call new leads within 1 day"
- "List all active workflow rules in the Leads module"
- "Show the workflow configuration for 'Big Deal Alert' in Deals module"
CRM MCP Key Properties
- Permission-aware execution: All actions bound by authenticated user's CRM roles and RBAC
- Secure authentication: OAuth-based session management
- Phased rollout: Rolling out progressively across data centers
- Pre-built, zero-infrastructure: No need to build, host, or maintain servers
Source: Zoho CRM MCP Overview; Zoho CRM Community – Built-in MCP Support