Skip to main content
Glama

Telegram MCP Server

by DLHellMe

scrape_channel_full

Extract all posts from a Telegram channel and save them to MD and JSON files using authenticated sessions. Ideal for archiving or analyzing channel content.

Instructions

Scrape ALL posts from a Telegram channel and save to file. Uses authenticated session if logged in. Returns file location.

Input Schema

NameRequiredDescriptionDefault
save_to_fileNoSave results to MD and JSON files
urlYesThe Telegram channel URL (e.g., https://t.me/channelname)

Input Schema (JSON Schema)

{ "properties": { "save_to_file": { "default": true, "description": "Save results to MD and JSON files", "type": "boolean" }, "url": { "description": "The Telegram channel URL (e.g., https://t.me/channelname)", "type": "string" } }, "required": [ "url" ], "type": "object" }

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/DLHellMe/telegram-mcp-server'

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