CursorPool
← 返回 MCP 列表
Telegram MCP

Telegram MCP

收发 Telegram 消息与管理对话,搭建机器人工作流。

社区·390 次安装·1 个月前
↓ 添加到 Cursor

安装命令

终端
npx -y telegram-mcp

在 Cursor 中配置(mcp.json)

{
  "mcpServers": {
    "telegram": {
      "command": "npx",
      "args": [
        "-y",
        "telegram-mcp"
      ]
    }
  }
}