DevelopmentPython
mcp-telegram
The server is a bridge between the Telegram API and the AI assistants and is based on the Model Context Protocol.
N/A rating (0 reviews)0 installs174 GitHub stars
claudemcp-serverstelegram-api
The server is a bridge between the Telegram API and the AI assistants and is based on the Model Context Protocol.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-telegram-1": {
"args": [
"mcp-server-mcp-telegram-1"
],
"command": "uvx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.