tg-mcp
Related Servers
Alternatives to tg-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityAmaintenanceEnables AI agents to scoped, permissioned access to Telegram chats with per-chat read/write levels and human approval for sending messages.1MIT
- FlicenseNot gradedqualityBmaintenanceEnables AI assistants to read Telegram conversations, search messages, retrieve chat context, resolve recipients, and send messages with delivery status.-
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to search and act on Telegram conversations, groups, channels, files, and links, with semantic search, AI-powered knowledge extraction, human-in-the-loop approvals, and PostgreSQL/pgvector persistence.Apache 2.0
- AlicenseAqualityBmaintenanceConnect any AI agent to your personal Telegram messages through the official Business API, enabling message history search and draft replies with optional manual approval.715MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to read chats, Saved Messages, files and media, search history, and send messages through your personal Telegram account.1MIT
- AlicenseNot gradedqualityAmaintenanceEnables AI agents to operate a Telegram account through the same commands as the terminal client: messaging, chat management, voice transcription, calls, stickers, and privacy settings.1MIT
TDQS
Scored across 15 tools
Most tools are clearly separated by action (chat_info vs list_chats, get_messages vs search_messages vs semantic_search), but draft_message/draft_edit/draft_delete and outbox_cancel/outbox_list/outbox_status could cause some confusion for agents, though descriptions clarify the distinctions.
The naming follows a consistent verb_noun pattern (list_chats, get_messages, search_messages, draft_message, outbox_list). Minor deviations like chat_info and message_context use noun phrases instead of verb_noun, but the pattern is mostly predictable.
15 tools is within the well-scoped range for a Telegram MCP server covering chat browsing, search, media processing, and message drafting. Each tool serves a distinct function in the workflow.
The server covers chat listing, message retrieval, search, semantic search, backfill, media fetching, and the full draft/send/edit/delete lifecycle. Minor gaps like sending direct messages without owner confirmation or managing chats are absent, but the core domain is well covered.