telegram-mcp-server
13
The Telegram MCP Server allows AI assistants to interact with Telegram accounts through the user client API. Key features include channel listing and message retrieval. It requires Node.js and Telegram API credentials to function.
telegram-client.js
Main client library
client.js
Sample client with extra helper functions
index.js
Original example using client library
mcp-server.js
MCP server main portal
telegram-mcp.js
MCP server implementation with Telegram tools
http-server.js
HTTP/SSE server transport layer
mcp-client-example.js
Simple client for testing MCP servers