Back to MCP Servers
Telegram
Telegram API integration for accessing user data, managing dialogs (chats, channels, groups), retrieving messages, sending messages and handling read status.
communicationapi
By chigwell
Installation
npx -y telegram-mcpConfiguration
{
"mcpServers": {
"telegram-mcp": {
"command": "npx",
"args": ["-y", "telegram-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes