Telegram Mcp Local Server
Freeby MCP Community
Secure Model Context Protocol (MCP) server for Telegram integration. Runs locally, allows AI agents to read chats and message history, with built-in readonly mo
v1.1.2Added Apr 12, 2026
mcptelegramservermodel-context-protocolai
Telegram Mcp Local Server MCP Server
Secure Model Context Protocol (MCP) server for Telegram integration. Runs locally, allows AI agents to read chats and message history, with built-in readonly mo
Installation
npx -y telegram-mcp-local-server
Reviews
Installation
Quick install
npx -y telegram-mcp-local-server
Add to claude_desktop_config.json
{
"mcpServers": {
"telegram-mcp-local-server": {
"command": "npx",
"args": ["-y", "telegram-mcp-local-server"]
}
}
}