Zoho CRM MCP Server
Enables AI models to interact with Zoho CRM via Model Context Protocol, supporting CRUD operations, COQL queries, search, and deal stage management.
README
🚀 Zoho CRM MCP Server & Antigravity Skill
<p align="center"> <a href="https://modelcontextprotocol.io"><img src="https://img.shields.io/badge/MCP-Model%20Context%20Protocol-blue.svg?style=for-the-badge" alt="MCP"></a> <a href="https://antigravity.google"><img src="https://img.shields.io/badge/Antigravity-Ready-purple.svg?style=for-the-badge" alt="Antigravity"></a> <a href="https://www.zoho.com/crm/"><img src="https://img.shields.io/badge/Zoho%20CRM-API%20v6-red.svg?style=for-the-badge" alt="Zoho CRM"></a> <a href="https://python.org"><img src="https://img.shields.io/badge/Python-3.10%2B-green.svg?style=for-the-badge" alt="Python"></a> <a href="LICENSE"><img src="https://img.shields.io/badge/License-MIT-yellow.svg?style=for-the-badge" alt="License"></a> </p>
🌟 Overview
zoho-crm-mcp is an enterprise-grade Model Context Protocol (MCP) server and Antigravity Skill designed specifically for Zoho CRM. Inspired by the architecture of googleads/google-ads-mcp, it bridges AI models (Google Antigravity, Claude, ChatGPT, Cursor) with Zoho CRM's API v6.
🎤 Presented at the Zoho User & Developer Conference!
This open-source repository was built to give developers and sales engineering teams a turnkey solution for AI-driven CRM automation. Check out our Event Handout & Quick Sheet.
🏗️ Architecture
flowchart TD
subgraph Client["🤖 AI Host Environment"]
Agent["Antigravity / Claude Agent"]
Skill["Antigravity Skill\n(skills/zoho-crm/SKILL.md)"]
end
subgraph MCP["⚙️ Model Context Protocol"]
Server["zoho-crm-mcp Server\n(FastMCP / Stdio)"]
AuthCLI["Auth CLI Wizard\n(zoho-mcp auth)"]
end
subgraph Zoho["☁️ Zoho Cloud (Multi-DC)"]
OAuth["Zoho OAuth 2.0 Server"]
CRM["Zoho CRM REST API v6\n(Leads, Deals, COQL Engine)"]
end
Agent <-->|Stdio Protocol| Server
Skill --> Agent
Server <-->|Auto-Refreshed Tokens| CRM
AuthCLI <-->|Grant Code Exchange| OAuth
✨ Features & Tools Matrix
| Tool | Category | Description |
|---|---|---|
zoho_coql_query |
🔍 Query | SQL-like query engine (COQL) for filtering and sorting CRM data. |
zoho_list_records |
📋 Modules | List records from any standard or custom CRM module. |
zoho_get_record |
📄 Records | Retrieve full record details by module and unique ID. |
zoho_search_records |
🔎 Search | Search by criteria, keyword, email, or phone. |
zoho_insert_records |
➕ Create | Create single or batch records with workflow triggers. |
zoho_update_records |
✏️ Update | Update existing records by ID. |
zoho_upsert_records |
🔄 Upsert | Deduplicate automatically based on matching fields (e.g. Email). |
zoho_delete_records |
🗑️ Delete | Move record(s) to trash bin. |
zoho_change_deal_stage |
💼 Sales | Change deal stage, update amount, closing date, and next step. |
zoho_get_module_meta |
⚙️ Schema | Inspect field API names, data types, and picklist choices. |
zoho_list_modules |
🗺️ Setup | Discover all accessible modules in the Zoho organization. |
🚀 Quick Start (5 Minutes)
1. Installation
macOS / Linux
git clone https://github.com/henriquecaner/zoho-crm-mcp.git
cd zoho-crm-mcp
python3 -m venv .venv
source .venv/bin/activate
pip install .
Windows (PowerShell)
git clone https://github.com/henriquecaner/zoho-crm-mcp.git
cd zoho-crm-mcp
py -m venv .venv
.venv\Scripts\Activate.ps1
pip install .
Contributors:
pip install -e .works normally on Windows and Linux. On macOS with Python 3.14 only, Hatchling marks its editable.pthfile as hidden and Python 3.14 skips hidden.pthfiles, so the package will not import. There, use the plainpip install .shown above, or clear the flag withchflags nohidden .venv/lib/python3.*/site-packages/_editable_impl_*.pth.
2. Configure Zoho API Credentials
- Open the Zoho API Console.
- Click Add Client ➔ Server-based Applications.
- Set Authorized Redirect URI:
http://localhost:8989/callback - Copy your Client ID and Client Secret.
3. One-Command Interactive Setup Wizard
zoho-mcp setup
The automatic wizard will:
- Prompt for your Client ID, Client Secret, and Data Center region.
- Launch the OAuth browser flow to generate your Refresh Token.
- Auto-detect your AI tools (Claude Code, Claude Desktop, Antigravity CLI/IDE, Cursor) and register
zoho-crmin each. - Copy the Antigravity Skill (
skills/zoho-crm) into your local skills directory.
4. Verify Connection
zoho-mcp status
zoho-mcp doctor
🤖 Antigravity & IDE Integration
zoho-mcp setup writes these configs automatically. See
Setup per AI host for every supported host and its
exact config path on macOS, Windows, and Linux.
On Windows, JSON treats \ as an escape character, so either double every backslash or use
forward slashes:
"command": "C:\\Users\\you\\zoho-crm-mcp\\.venv\\Scripts\\zoho-mcp.exe"
"command": "C:/Users/you/zoho-crm-mcp/.venv/Scripts/zoho-mcp.exe"
📚 Documentation & Resources
🤝 Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
📄 License
This project is licensed under the MIT License - see the LICENSE file for details.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。