Connector guide1-minute read9 MCP toolsEN · DE · IT

如何通过 MCP 将 Agile CRM 连接到 ChatGPT

从任何 AI 代理管理 Agile CRM(联系人、交易、任务、笔记、活动)。9 个工具,使用电子邮件 + API 密钥的基本身份验证。

HCBy HelpCode teamUpdated 1 min read Open source on GitHub

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

MCP connector

Agile CRM

Manage Agile CRM (contacts, deals, tasks, notes, campaigns) from any AI agent. 9 tools, basic-auth with email + API key.

Tools

9

Region

INTL

Category

CRM

Authentication

Basic Auth

Required env vars

AGILECRM_DOMAINAGILECRM_EMAILAGILECRM_API_KEY
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 Agile 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 代理管理 Agile CRM(联系人、交易、任务、笔记、活动)。9 个工具,使用电子邮件 + API 密钥的基本身份验证。

试试这样问

Agile CRM 的示例提示

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

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

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

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

Agile CRM + ChatGPT

从任何 AI 代理管理 Agile CRM(联系人、交易、任务、笔记、活动)。9 个工具,使用电子邮件 + API 密钥的基本身份验证。

前提条件

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

AGILECRM_DOMAIN, AGILECRM_EMAIL, AGILECRM_API_KEY

第一步 — 获取凭据

此连接器封装了 Agile CRM REST API(按域 — yourdomain.agilecrm.com/dev/api)。

设置

  1. 登录到你的 Agile CRM 实例 → 右上角头像 → 管理员设置 → 开发者与 API → API 密钥。复制。
  2. 记下你的子域名(在 .agilecrm.com 之前的部分)。
  3. 设置 AGILECRM_DOMAIN(仅子域名),AGILECRM_EMAIL(你的登录电子邮件),AGILECRM_API_KEY

身份验证:使用 email:apikey 对的 HTTP 基本身份验证。API 还接受 key 查询参数;我们使用基本身份验证以保持一致。

每租户的 baseUrlhttps://${AGILECRM_DOMAIN}.agilecrm.com/dev/api — 在导入时进行替换。

…(在应用内连接器说明中继续)

第二步 — 安装适配器

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

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

ChatGPT 通过 Connectors 功能支持 MCP 服务器(Plus / Pro / Team / Enterprise 计划)。免费层不支持自定义连接器。

  1. 打开 ChatGPT → 设置 → Connectors(或点击作曲器中的 🔧 图标 → 管理连接器)。
  2. 点击 "添加自定义连接器"
  3. 填写:
    • 名称: Agile CRM
    • MCP 服务器 URL: https://cloud.anythingmcp.com/mcp
    • 身份验证: Bearer token → 粘贴你的 MCP API 密钥(来自 AnythingMCP → 个人资料 → MCP API 密钥 → 新密钥
  4. 点击 连接 以授权。

可用工具

工具功能
agilecrm_list_contacts列出联系人
agilecrm_get_contact按 ID 获取一个联系人
agilecrm_get_contact_by_email按电子邮件查找联系人 — 比扫描列表快得多
agilecrm_create_contact创建联系人
agilecrm_update_contact更新联系人 — 提供 id 和要合并的 properties
agilecrm_delete_contact按 ID 删除联系人
agilecrm_list_deals列出交易/机会
agilecrm_create_deal创建交易
agilecrm_create_task创建与一个或多个联系人关联的任务

常见问题

ChatGPT 免费层支持自定义 MCP 连接器吗? 不支持 — 需要 Plus、Pro、Team 或 Enterprise 计划。

下一步

这份指南对你有帮助吗?

Ready to ship

Your Agile agent is one click away.

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

相关指南