这是一个符合 MCP 协议的服务器,允许 AI 助手访问和分析 Intercom 的客户支持数据。项目文档托管在 GitHub 上,为客户支持数据的处理和分析提供了强大的工具。
本服务器允许 AI 助手访问和分析 Intercom 的客户支持数据,你可以按照以下步骤进行安装和使用。
# 克隆仓库并进入目录
git clone https://github.com/raoulbia-ai/mcp-server-for-intercom.git
cd mcp-server-for-intercom
# 安装依赖
npm install
# 启动服务
npm start
# 拉取镜像并运行
docker pull raoulbianet/mcp-server-intercom:latest
docker run -it --rm -p 3000:3000 raoulbianet/mcp-server-intercom:latest
# 检查服务是否正常运行
curl http://localhost:3000/health
该服务器提供以下 MCP 工具接口:
在 claude_desktop_config.json
中添加以下内容进行配置:
{
"mcpServers": {
"intercom-mcp": {
"command": "intercom-mcp",
"args": [],
"env": {
"INTERCOM_ACCESS_TOKEN": "your_intercom_api_token"
}
}
}
}
本服务器提供了丰富的 MCP 工具接口,具体包括对话搜索、票务分类和客户关联的票务查询等功能,可根据需求灵活使用。
详细技术文档请参考 src/services/INTERCOM_API_NOTES.md
。
# 克隆仓库并安装依赖
git clone https://github.com/raoulbia-ai/mcp-server-for-intercom.git
cd mcp-server-for-intercom
npm install
# 构建和运行开发环境
npm run build
npm run dev
# 运行测试
npm test
本项目遵循 Apache License 2.0 协议,具体条款见 LICENSE 文件。
⚠️ 重要提示
- 本项目为独立集成,与 Intercom Inc. 无任何关联。
- "Intercom" 是 Intercom Inc. 的注册商标。