Connector guide1-minute read10 MCP toolsEN · DE · IT

Zoho CRM 到 MCP — 从任何 AI 代理驱动 Zoho CRM

从任何 AI 代理管理 Zoho CRM(潜在客户、联系人、账户、交易、任务、笔记、自定义模块)。10 个工具,OAuth 刷新令牌认证。

HCBy HelpCode teamUpdated 1 min read Open source on GitHub

No credit card · 7-day trial · Self-host alternative available

Zoho CRM

MCP connector

Zoho CRM

Manage Zoho CRM (leads, contacts, accounts, deals, tasks, notes, custom modules) from any AI agent. 10 tools, OAuth refresh-token auth.

Tools

10

Region

INTL

Category

CRM

Authentication

OAuth 2.0

Required env vars

ZOHO_CLIENT_IDZOHO_CLIENT_SECRETZOHO_REFRESH_TOKEN
Install in one click on Cloud

7-day free trial · No credit card

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Open source AGPL-3.0
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

Skip the install. Get this working in under 2 minutes.

Start a free trial on cloud.anythingmcp.com, add the Zoho CRM in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.

Start free trial

Summary

从任何 AI 代理管理 Zoho CRM(潜在客户、联系人、账户、交易、任务、笔记、自定义模块)。10 个工具,OAuth 刷新令牌认证。

试试这样问

Zoho CRM 的示例提示

点击任意提示即可复制,然后粘贴到 Claude、ChatGPT、Cursor、Gemini、Copilot 或 OpenClaw 中,在该连接器上运行。

Zoho CRM · 通过 MCP 实时
分享
Opus 4.7

Claude 是 AI,可能会出错。请核对回答。

💡 不需要安装?直接使用 cloud.anythingmcp.com 登录,点击 Connectors → Zoho CRM,粘贴你的凭据,生成一个 MCP API 密钥 — 完成。无需 Docker,无需 git clone,无需本地服务器。

Zoho CRM

从任何 AI 代理管理 Zoho CRM(潜在客户、联系人、账户、交易、任务、笔记、自定义模块)。10 个工具,OAuth 刷新令牌认证。

设置

此连接器封装了 Zoho CRM API v8 (www.zohoapis.com/crm/v8)。

设置 — OAuth 客户端 + 刷新令牌

  1. 前往 https://api-console.zoho.com添加客户端 → 自助客户端。生成一个具有范围 ZohoCRM.modules.ALL,ZohoCRM.settings.READ,ZohoCRM.users.READ 的“授权令牌”,并复制它。
  2. 通过以下方式将其交换为刷新令牌: curl -X POST 'https://accounts.zoho.com/oauth/v2/token?grant_type=authorization_code&client_id=CLIENT_ID&client_secret=CLIENT_SECRET&code=GRANT_TOKEN'
  3. 从响应中保存 refresh_token。设置 ZOHO_CLIENT_IDZOHO_CLIENT_SECRETZOHO_REFRESH_TOKEN

先决条件ZOHO_CLIENT_IDZOHO_CLIENT_SECRETZOHO_REFRESH_TOKEN

在本地安装连接器

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d

打开 http://localhost:3000/connectors/store,选择 Zoho CRM 并粘贴在先决条件下列出的环境变量。

可用工具

工具功能
zoho_crm_list_records列出任何模块的记录(潜在客户、联系人、账户、交易、任务、自定义)
zoho_crm_get_record根据 ID 从任何模块获取单个记录
zoho_crm_search_records使用三种模式之一搜索记录:criteria(Zoho 的 COQL 类似的条件语法)、emailphoneword(文本搜索)
zoho_crm_create_records在模块中创建一个或多个记录
zoho_crm_update_records更新一个或多个记录
zoho_crm_upsert_records根据重复检查字段插入或更新
zoho_crm_delete_record根据 ID 删除单个记录
zoho_crm_list_notes列出附加到记录的笔记(适用于任何模块)
zoho_crm_create_note向记录添加笔记
zoho_crm_list_modules列出组织中的所有模块(标准 + 自定义),包括它们的 API 名称、显示名称,以及是否可以在 CRM 中修改

下一步

这份指南对你有帮助吗?

Ready to ship

Your Zoho agent is one click away.

Install the connector, paste the key, prompt any MCP client. Free for 7 days, no credit card.

相关指南