himalaya-mcp
Related Servers
Alternatives to himalaya-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceA self-hosted, multi-mailbox MCP server that exposes IMAP/SMTP operations as tools for AI agents, enabling email management like listing folders, reading, searching, sending, and moving messages via natural language.MIT
- AlicenseCqualityBmaintenanceA local-first Python MCP server that turns Gmail, Outlook/Microsoft 365, iCloud Mail, and generic IMAP/SMTP mailboxes into a synchronized, searchable OKF knowledge layer, exposing 38 tools and four resources for mailbox actions, synchronization, retrieval, attachments, and optional semantic search while keeping the provider mailbox authoritative.38MIT
- AlicenseNot gradedqualityCmaintenanceCross-platform MCP server and CLI for email operations, including send, read, search, and contact management, compatible with Gmail, Outlook, Yahoo, and any IMAP/SMTP providers.1341MIT
- AlicenseAqualityDmaintenanceProvider-agnostic email MCP server that connects any IMAP mailbox to AI assistants, enabling email management through natural language.8AGPL 3.0
- AlicenseBqualityDmaintenanceA local MCP server that provides LLM clients with read/write access to email and calendar data from Gmail, iCloud, and generic IMAP providers. It runs entirely on your machine, keeping data private while enabling email management, calendar operations, and task handling through natural language.39MIT
- AlicenseNot gradedqualityDmaintenanceA generic IMAP and SMTP MCP server that enables AI agents to interact with email accounts for reading, searching, and sending messages. It provides high-level tools for managing email workflows like daily digests and folder organization across any standard email provider.1MIT
TDQS
Scored across 29 tools
Most tools target a distinct action—folder, emai, attachment, thread, calendar—and descriptions clarify output formats. However, the four read variants (read_email, read_email_html, read_email_raw, render_email) plus send_email/compose_email are close enough to reqire careful reading.
The vast majority follow verb_noun snake_case (list_emails, create_folder, download_attachment), and modifiers are clear. Minor deviations like health_check and copy_to_clipboard break the exact verb_noun pattern but do not cause confusion.
At 29 tools, this exceeds the 25+ threshold and feels heavy for an email tool. Several utilities (clipboard, calendar, reminders, action items) broaden the surface beyond the core email domain, making selection harder.
Core email workflows are well covered: list/search/read, compose/send/reply, folders, flags, moves, attachments, threads, and snooze. Missing permanent delete, forward, and attachment-sending are noticeable but workaroundable via move to Trash and compose_email.