MCP server for Telegram: chat history, local analytics, media, and opt-in channel publishing.
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/20grizz03/telegram-mcp@latest"
]
}
}
}
Run in terminal:
claude mcp add telegram-mcp go run github.com/20grizz03/telegram-mcp@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"telegram-mcp": {
"command": "go",
"args": [
"run",
"github.com/20grizz03/telegram-mcp@latest"
]
}
}
}