Telegram MCP
收发 Telegram 消息与管理对话,搭建机器人工作流。
社区·↓ 390 次安装·1 个月前
安装命令
终端
npx -y telegram-mcp在 Cursor 中配置(mcp.json)
{
"mcpServers": {
"telegram": {
"command": "npx",
"args": [
"-y",
"telegram-mcp"
]
}
}
}收发 Telegram 消息与管理对话,搭建机器人工作流。
npx -y telegram-mcp{
"mcpServers": {
"telegram": {
"command": "npx",
"args": [
"-y",
"telegram-mcp"
]
}
}
}