io.github.leshchenko1979/fast-mcp-telegram MCP Server
io.github.leshchenko1979/fast-mcp-telegram
What is the io.github.leshchenko1979/fast-mcp-telegram MCP server?
Multi-tenant Telegram gateway for AI agents — HTTP+stdio, 8 tools, MTProto User API
How to install io.github.leshchenko1979/fast-mcp-telegram
Copy-paste configuration for popular MCP clients.
API_IDrequiredTelegram API ID from my.telegram.org
API_HASHrequiredsecretTelegram API Hash from my.telegram.org
SERVER_MODEServer mode: stdio (local), http-no-auth (dev), http-auth (prod)
SESSION_DIRCustom session directory (defaults to ~/.config/fast-mcp-telegram/)
{
"mcpServers": {
"fast-mcp-telegram": {
"command": "uvx",
"args": [
"fast-mcp-telegram"
],
"env": {
"API_ID": "<YOUR_API_ID>",
"API_HASH": "<YOUR_API_HASH>",
"SERVER_MODE": "<YOUR_SERVER_MODE>",
"SESSION_DIR": "<YOUR_SESSION_DIR>"
}
}
}
}{
"mcpServers": {
"fast-mcp-telegram": {
"command": "uvx",
"args": [
"fast-mcp-telegram"
],
"env": {
"API_ID": "<YOUR_API_ID>",
"API_HASH": "<YOUR_API_HASH>",
"SERVER_MODE": "<YOUR_SERVER_MODE>",
"SESSION_DIR": "<YOUR_SESSION_DIR>"
}
}
}
}{
"mcpServers": {
"fast-mcp-telegram": {
"command": "uvx",
"args": [
"fast-mcp-telegram"
],
"env": {
"API_ID": "<YOUR_API_ID>",
"API_HASH": "<YOUR_API_HASH>",
"SERVER_MODE": "<YOUR_SERVER_MODE>",
"SESSION_DIR": "<YOUR_SESSION_DIR>"
}
}
}
}{
"servers": {
"fast-mcp-telegram": {
"type": "stdio",
"command": "uvx",
"args": [
"fast-mcp-telegram"
],
"env": {
"API_ID": "<YOUR_API_ID>",
"API_HASH": "<YOUR_API_HASH>",
"SERVER_MODE": "<YOUR_SERVER_MODE>",
"SESSION_DIR": "<YOUR_SESSION_DIR>"
}
}
}
}claude mcp add fast-mcp-telegram --env API_ID=<YOUR_API_ID> --env API_HASH=<YOUR_API_HASH> --env SERVER_MODE=<YOUR_SERVER_MODE> --env SESSION_DIR=<YOUR_SESSION_DIR> -- uvx fast-mcp-telegramRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.