mirror of
https://github.com/tiennm99/telegram-mcp.git
synced 2026-04-17 09:21:08 +00:00
Replaces simple Telegram forwarder with a proper MCP server deployable to Cloudflare Workers and connectable from Claude.ai web interface.
9 lines
291 B
TOML
9 lines
291 B
TOML
name = "telegram-mcp"
|
|
main = "index.js"
|
|
compatibility_date = "2026-01-01"
|
|
|
|
# Required secrets (set via: wrangler secret put <NAME>):
|
|
# TELEGRAM_TOKEN — your bot token from @BotFather
|
|
# TELEGRAM_CHAT_ID — target chat/group ID
|
|
# MCP_SECRET — optional bearer token for auth
|