跳转到内容

通过 MCP 连接 Entergram

Entergram 托管了一个远程 MCP(Model Context Protocol) 端点,让你可以将 Telegram 工作区连接到 AI 工具和自动化平台。

MCP 服务器 URL:

https://mcp.entergram.com/mcp
  • 拥有 owner 或 admin 权限的 Entergram 工作区
  • 你要连接的应用的账号(Claude、ChatGPT、n8n 等)

第 1 步。 在 Entergram 中,前往 Settings → Developer → Create new OAuth client。选择 Claude 预设。点击 Create

在 Entergram 中创建工作区 OAuth 客户端并选择 Claude 预设

第 2 步。 在 Claude 中,前往 Settings → Connectors → Add custom connector。输入 Entergram 作为名称,粘贴 https://mcp.entergram.com/mcp 作为 URL。点击 Add

在 Claude 中将 Entergram 添加为自定义 MCP 连接器

第 3 步。 点击 Entergram 旁边的 Connect。在授权页面查看权限,点击 Allow access

在 Claude 设置中点击 Entergram 自定义连接器上的 Connect

授权 Claude 访问你的 Entergram 工作区

完成。打开一个新的 Claude 对话,试试:“列出我的 Entergram 工作区。“


第 1 步。 在 Entergram 中,前往 Settings → Developer → Create new OAuth client。选择 ChatGPT 预设。点击 Create

第 2 步。 在 ChatGPT 中,添加一个自定义 MCP 连接器,名称为 Entergram,URL 为 https://mcp.entergram.com/mcp

第 3 步。 点击 Connect,查看权限,点击 Allow access


第 1 步。 在 Entergram 中,前往 Settings → Developer → Create new OAuth client。选择 n8n 预设。点击 Create

第 2 步。 在 n8n 中,添加一个 MCP 节点,粘贴 https://mcp.entergram.com/mcp 作为服务器 URL。

第 3 步。 出现提示时,通过 OAuth 流程进行身份验证。


第 1 步。 在 Entergram 中,前往 Settings → Developer → Create new OAuth client。选择 Make 预设。点击 Create

第 2 步。 在 Make.com 中,添加一个 MCP 模块,粘贴 https://mcp.entergram.com/mcp 作为服务器 URL。

第 3 步。 出现提示时,通过 OAuth 流程进行身份验证。


第 1 步。 在 Entergram 中,前往 Settings → Developer → Create new OAuth client。选择 Custom 预设。为你的应用配置回调 URL。点击 Create

第 2 步。 在你的应用中,添加 MCP 服务器 URL:https://mcp.entergram.com/mcp

第 3 步。 完成 OAuth 身份验证流程。


  • 从已连接的应用 — 找到 Entergram 连接器,点击 Disconnect(断开连接)。
  • 从 Entergram — Settings → Developer → 找到 OAuth 客户端 → Revoke(撤销)。立即生效。

  • 连接时出现 “Invalid client” — Client ID 末尾有多余空格,或客户端已被撤销。重新复制后再试。
  • 授权页面无法加载 — 确认创建 OAuth 客户端时选择了正确的预设。自定义的 redirect URL 必须完全匹配。
  • 工具调用返回 403 错误 — OAuth 客户端的 scope 范围太窄。在 Settings → Developer 中编辑客户端,添加缺少的 scope,然后重新连接。
  • 连接一段时间后断开 — 可能未启用 offline_access scope。编辑 OAuth 客户端,确保勾选了 “Stay connected”。