qqconnect
Related Servers
Alternatives to qqconnect
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceEnables AI clients to read, search, manage, and send QQ mailbox emails via IMAP/SMTP, including attachments, drafts, replies, and structured message context for models.MIT
- AlicenseBqualityDmaintenanceEnables AI to send and receive emails via SMTP/IMAP, supporting auto-configuration for major email providers like QQ, 163, Gmail, Outlook, and enterprise mail.71,026 npm3MIT
- FlicenseNot gradedqualityDmaintenanceEnables interaction with 163 email accounts through IMAP/SMTP protocols. Supports reading unread emails, sending text/HTML emails with attachments, and saving email attachments through natural language commands.-
- AlicenseBqualityBmaintenanceEnables sending, listing, and reading email messages via IMAP/POP3 with support for multiple providers, including NetEase, QQ, Gmail, and Outlook.73,788 npmMIT
- AlicenseBqualityBmaintenanceEnables AI agents to securely interact with Gmail and QQ Mail, including IMAP search/read/organization, attachments, and preview-confirmed sending.411MIT
- AlicenseNot gradedqualityBmaintenanceEnables reading and drafting emails via IMAP, including searching and managing drafts, through natural language.1,599 npmMIT
TDQS
Scored across 15 tools
Each tool targets a distinct email operation: settings, mailbox binding, draft creation, sending, searching, reading, and attachments. The four send variants and two draft savers are clearly differentiated by their descriptions and recipient/behavior rules.
All 15 tools follow a consistent snake_case verb_noun pattern, such as get_settings, save_draft, send_reply, and list_folders. The get_ versus list_ distinction is also semantically regular: singular resources use get_, collections use list_.
15 tools is at the upper bound of well-scoped, but each tool represents a meaningful email operation. The count is justified by the breadth of composing, sending, reading, searching, and attachment handling.
The set has a significant gap: both get_settings and list_accounts explicitly direct users to an add_mailbox tool that is not present, so mailbox onboarding cannot be completed. Additional message lifecycle operations like move/delete are absent as well, but the missing referenced tool is the critical failure.