telegram-mcp
The Telegram MCP Server provides automated interaction with Telegram via the Model Context Protocol, leveraging Telethon's full suite of API features for seamless integration. It supports message handling, chat management, and profile updates programmatically through clients like Claude and Cursor.
What is the Telegram MCP Server?
The Telegram MCP Server is a tool that allows for programmatic interaction with Telegram accounts using the Telethon library and Model Context Protocol.
What are the main features of the Telegram MCP Server?
The server offers comprehensive chat and group management, advanced messaging capabilities, contact management, user and profile management, and media and search tools.
How do I install and set up the Telegram MCP Server?
You can install the server by cloning the repository, creating a virtual environment, installing dependencies, and configuring your environment variables. Detailed instructions are provided in the documentation.
Can I run the Telegram MCP Server using Docker?
Yes, the server can be run using Docker. You can build the Docker image and run the container with your Telegram API credentials as environment variables.
What should I do if I encounter errors?
Check the logs in your MCP client and the terminal for errors. Detailed error logs can be found in 'mcp_errors.log'. Ensure your environment is set up correctly and regenerate your session string if necessary.