Enterprise1-minute readEN · DE · IT

如何将 Intercom 连接到 ChatGPT

通过 MCP 将 Intercom API 连接到 ChatGPT。使用 AnythingMCP 分析对话、跟踪客户支持指标,并使用 AI 查询联系人。

HCBy HelpCode teamUpdated 1 min read Open source on GitHub

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

  • 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

Summary

通过 MCP 将 Intercom API 连接到 ChatGPT。使用 AnythingMCP 分析对话、跟踪客户支持指标,并使用 AI 查询联系人。

使用 ChatGPT 分析客户支持

Intercom 没有官方的 MCP 连接器。使用 AnythingMCP,你可以将 Intercom 的 REST API 转换为 MCP 服务器,让 ChatGPT 分析对话、支持指标和客户数据。

分步指南

第一步:部署 AnythingMCP

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

第二步:获取 Intercom API 令牌

前往 Intercom 的设置 > 集成 > 开发者中心。创建一个应用并生成具有读取权限的访问令牌。

第三步:创建 REST 连接器

创建一个基础 URL 为 https://api.intercom.io 的 REST 连接器。设置 Bearer 令牌并添加 Intercom-Version: 2.10 头。

第四步:暴露关键端点

  • GET /conversations — 所有对话
  • GET /conversations/{id} — 对话详情
  • GET /contacts — 客户联系人
  • GET /tickets — 支持工单
  • GET /data_attributes — 自定义属性
  • GET /teams — 支持团队

第五步:连接 ChatGPT

{
  "mcpServers": {
    "intercom": {
      "url": "http://localhost:4000/mcp"
    }
  }
}

第六步:分析你的支持

  • "我们有多少个未解决的对话?"
  • "我们本周的平均首次响应时间是多少?"
  • "客户对话中最常出现的话题是什么?"
  • "显示我所有超过 3 天未解决的工单"
  • "这个月新增了多少个联系人?"

下一步

这份指南对你有帮助吗?

Ready to ship

Ship MCP to your stack in 60 seconds.

Spin up AnythingMCP on managed Cloud or self-host it on your infrastructure. Free for 7 days, no credit card.

相关指南