Telegram
Freeby MCP Community
MCP server for Telegram user bot — comprehensive tools for messaging, groups, contacts, media, admin, and more via Claude Code
v1.0.1Added Apr 12, 2026
mcptelegramclaudeclaude-codemodel-context-protocol
Telegram MCP Server
MCP server for Telegram user bot — comprehensive tools for messaging, groups, contacts, media, admin, and more via Claude Code
Installation
npx -y @shaxbozaka/telegram-mcp
Reviews
Installation
Quick install
npx -y @shaxbozaka/telegram-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"telegram": {
"command": "npx",
"args": ["-y", "@shaxbozaka/telegram-mcp"]
}
}
}