Skip to main content
Glama
petazuev228277

Cripto Norte Telegram MCP Server

Cripto Norte — Telegram MCP 服务器

远程 MCP 服务器,只有一个工具 post_to_telegram_channel,可让 Claude 将已完成的帖子发布到你的 Telegram 频道。已在本地完成端到端测试(MCP 握手、工具列表、工具调用、错误处理)——可随时部署。

1. 创建 Telegram 机器人

  1. 在 Telegram 中,打开 @BotFather/newbot → 按照提示操作。

  2. 复制它给你的令牌(TELEGRAM_BOT_TOKEN)。

  3. 将机器人以管理员身份添加到你的频道,并授予发布消息的权限。

  4. 你的 TELEGRAM_CHAT_ID 是频道的 @username(如果是公开频道)或其数字 ID(如果是私密频道——可通过将频道消息转发给 @userinfobot 或类似机器人来获取)。

Related MCP server: Telegram Bot MCP Server

2. 部署服务器

任何能为你提供公共 HTTPS URL 的 Node.js 主机都可以。最简单的选择:

Railway / Render(免费套餐即可满足需求)

  1. 将此文件夹推送到一个新的 GitHub 仓库。

  2. 在 Railway 或 Render 上创建一个新的 Web Service,并将其指向该仓库。

  3. 在主机仪表板中设置 .env.example 中的环境变量(使用真实值)。

  4. 构建命令:npm install。启动命令:npm start

  5. 部署完成后,记下公共 URL,例如 https://your-app.up.railway.app。MCP 端点为 https://your-app.up.railway.app/mcp

Fly.io / 一台 VPS 也可以——使用相同的环境变量、相同的 npm start,只需通过 HTTPS 暴露端口 3000(或你设置的任何 PORT)。

在本地,npm install && npm start 会在 http://localhost:3000/mcp 上运行它,供测试使用。

3. 将其连接到 Claude

  1. 在 Claude 中:自定义 → 连接器 → + → 添加自定义连接器

  2. 名称:Cripto Norte Telegram

  3. URL:https://your-app.up.railway.app/mcp

  4. 高级设置:由于此服务器检查的是简单的 Bearer 令牌(MCP_AUTH_TOKEN),而非完整的 OAuth,请查看你的 Claude 套餐的自定义连接器界面当前为静态 Bearer 令牌提供了什么选项——这一功能最近有所变化,所以如果你没有看到该选项,建议查看 support.claude.com 了解当前字段名称,或者在首次个人测试时完全去掉 MCP_AUTH_TOKEN 检查。

  5. 点击添加,然后点击连接

  6. 在聊天中,点击 + → 连接器,并为该对话启用它。

4. 测试

在该对话中让 Claude:“使用该连接器向 Telegram 频道发送一条测试消息。”它应该会调用 post_to_telegram_channel,然后你会看到消息出现在你的频道中。

5. 将其接入定时任务

在 Claude Cowork → 定时任务 → 新建任务 → 手动设置中:

  • 为该任务启用 Cripto Norte Telegram 连接器。

  • 提示词:引用 cripto-norte-posts 技能、帖子类型(UTRNNIK / 摘要)、从哪里获取当前价格/新闻,并明确指示使用已完成且格式化好的文本调用 post_to_telegram_channel

  • 设置执行频率(例如每天当地时间 08:30 和 19:00)。

  • 先从“需要确认”的审批模式开始,检查几次运行结果后再切换到自动模式。

备注

  • 服务器将会话保存在内存中。如果它重启,Claude 只会在下次调用时重新初始化——无需任何操作。

  • 发送时使用 parse_mode: "Markdown",与技能的格式规则一致(等宽标题、加粗数字、仅在标题中使用破折号)。

  • 如果你需要更多工具(例如发布到多个频道,或为每种币提供单独的工具),请按照相同模式在 index.js 中添加更多 server.registerTool(...) 代码块。

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Connect any AI agent to 11+ social platforms: schedule, publish & track posts via hosted MCP.

  • Telegram bridge for your MCP-compatible agent. Bidirectional, no LLM in our stack.

  • Telegram channels you administer: analytics, content plans, scheduled publishing. No userbot

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/petazuev228277/cripto-norte-telegram-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server