mcp-outlook-desktop
Related Servers
Alternatives to mcp-outlook-desktop
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to read, send, and manage Outlook mail locally on Windows via COM/MAPI, without cloud APIs.150 npm1MIT
- AlicenseBqualityDmaintenanceEnables AI assistants to manage Microsoft Outlook email and calendar through the Microsoft Graph API, including reading, sending, searching emails, and handling calendar events.43150 npm27MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to manage Microsoft Outlook Desktop (Classic) calendar and email through local COM automation, without Microsoft Graph or Entra registration.MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to securely interact with the classic Outlook desktop client on Windows via COM, covering mail, calendar, contacts, tasks, categories, and rules. It enforces draft-first outbound email, send gating, and recipient domain allowlisting for restricted environments without Graph, OAuth, or Azure app registration.MIT
- AlicenseNot gradedqualityFmaintenanceEnables AI-powered email management for Microsoft Outlook, allowing users to search, compose, organize, and batch forward emails using natural language commands with 100% local processing.33MIT
- FlicenseNot gradedqualityDmaintenanceProvides programmatic access to Microsoft Outlook mailboxes, enabling AI assistants to search, analyze, and extract insights from emails in personal and shared mailboxes.-
TDQS
Scored across 9 tools
Tools are mostly distinct: message retrieval, listing, searching, drafting/sending, and calendar events are clearly separated. Minor overlap exists between list_messages and search_messages, and between create_draft and send_mail (send_mail can also create a draft if not confirmed), but descriptions clarify the intent.
All tool names follow the consistent pattern 'outlook_<verb>_<noun>', such as outlook_list_messages, outlook_create_calendar_event, outlook_check_status. This is highly predictable and clear.
With 9 tools covering email reading, searching, drafting/sending, folder management, calendar events, and status checking, the count is well-scoped for an Outlook desktop MCP server. Each tool serves a distinct function without unnecessary redundancy.
The toolset covers core email workflows (list, get, search, draft, send, folders) and calendar operations (list, create), plus connection status. Minor gaps: no update/delete for messages or events, and no calendar event update/delete, but these are less critical for typical automation and the core lifecycle is covered.