Exposes the Telegram Bot API as tools for MCP clients, enabling sending messages, photos, polls, and more via a Telegram bot.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.OIDC_DISCOVERY_URL— export =https://auth.example.com/application/o/my-app/.well-known/openid-configurationOIDC_CLIENT_ID— export =your_client_idOIDC_CLIENT_SECRET— export =your_client_secretBASE_URL— export =https://telegram-bot-mcp.example.comJWT_SIGNING_KEY— No Stable key for signing session JWTs; random per startup if unsetSESSION_LIFETIME_HOURS— Full OAuth2 flow — the server acts as an OIDC proxy. Users authenticate via your identity provider (Authentik, Keycloak, Auth0, etc.) and receive a session that lasts (default: 8h).AUTH_TOKEN— export =your_secret_bearer_token # optional: require authKNOWN_CHATS— No Pre-configured chats: Name=chat_id,Name2=chat_id2TELEGRAM_BOT_TOKEN— export =your_token_here[](https://m8ven.ai/mcp/eweol-telegram-bot-mcp-193u18)