Connector guide1-minute read10 MCP toolsEN · DE · IT

如何通过 MCP 将 Zoho CRM 连接到 Claude

从任何 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 + Claude

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

前提条件

请查看连接器中包含的完整设置说明(在选择连接器时可在应用内商店中查看)。此连接器所需的环境变量为:

ZOHO_CLIENT_ID, ZOHO_CLIENT_SECRET, ZOHO_REFRESH_TOKEN

第一步 — 获取凭据

此连接器封装了 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

第二步 — 安装适配器

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

第三步 — 在 Claude 中添加连接器

推荐路径 — 在 claude.ai web 上工作,无需编辑任何配置文件。

  1. 打开 claude.ai/customize/connectors
  2. 点击 “添加自定义连接器”
  3. 填写:
    • 名称: Zoho CRM
    • URL: https://cloud.anythingmcp.com/mcp
    • 认证: Bearer 令牌 → 粘贴你的 MCP API 密钥(来自 AnythingMCP → 个人资料 → MCP API 密钥 → 新密钥
  4. 点击 连接 进行授权。

所有工具将出现在你的聊天中 — 开始输入提示。

可用工具

工具功能
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 中修改

常见问题

它是否同时适用于 Claude Code 和 Claude Desktop? 是的 — 两者都指向 https://cloud.anythingmcp.com/mcp

下一步

这份指南对你有帮助吗?

Ready to ship

Your Zoho agent is one click away.

Install the connector, paste the key, prompt Claude. Free for 7 days, no credit card.

相关指南