Skip to main content
Glama

Telegram MCP Server

by DLHellMe

scrape_manual

Enable manual scraping of Telegram channels by opening a browser for login, navigation, and data extraction. Supports saving results to MD and JSON files with optional post limits.

Instructions

Manual scraping mode: Opens browser for you to login and navigate to any channel, then scrapes it

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of posts to scrape (optional)
save_to_fileNoSave results to MD and JSON files

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Maximum number of posts to scrape (optional)", "type": "number" }, "save_to_file": { "default": true, "description": "Save results to MD and JSON files", "type": "boolean" } }, "required": [], "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