★ 299 stars
Go
💬 Communication
Updated 1mo ago
Telegram MCP for managing dialogs, messages, drafts, read statuses, and more.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"telegram-mcp": {
"command": "go",
"args": [
"run",
"github.com/chaindead/telegram-mcp@latest"
]
}
}
}
Run in terminal:
claude mcp add telegram-mcp go run github.com/chaindead/telegram-mcp@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"telegram-mcp": {
"command": "go",
"args": [
"run",
"github.com/chaindead/telegram-mcp@latest"
]
}
}
}
Topics
mcpmcp-servermtprototelegramtelegram-api