telegram-mcp
by Abol1644
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CHAT_ID | Yes | Comma-separated chat IDs (e.g., 123456789,-987654321) | |
| DB_PATH | No | SQLite database file path | ./data/telegram-mcp.db |
| OWNER_ID | No | Bot owner's Telegram user ID | |
| BOT_TOKEN | Yes | Telegram Bot API token from @BotFather | |
| LOG_LEVEL | No | Log level: debug, info, warn, error | info |
| MAX_RETRIES | No | Maximum retries for failed API calls | 3 |
| RATE_LIMIT_RPS | No | Telegram API rate limit (requests per second) | 30 |
| POLL_INTERVAL_MS | No | Polling interval for message updates (ms) | 2000 |
| RESPONSE_TIMEOUT_SEC | No | Default timeout for wait_for_response (seconds) | 300 |
| RESPONSE_POLL_INTERVAL_MS | No | Poll interval when waiting for a response (ms) | 500 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/Abol1644/telegram-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server