outlook-mcp
Related Servers
Alternatives to outlook-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceMCP server for sending and managing Microsoft Outlook email via the Microsoft Graph API, including drafts, replies, contacts, and directory search.144 npmMIT
- AlicenseNot gradedqualityCmaintenanceComprehensive MCP server for local Microsoft Outlook automation, providing 64 tools across email, calendar, contacts, tasks, notes, and Exchange features on both Windows and macOS.1MIT
- AlicenseNot gradedqualityCmaintenanceMCP server providing full control over Outlook.com, Hotmail, Live, or Microsoft 365 email via Microsoft Graph API, enabling reading, searching, sending, and managing messages and folders securely.1MIT
- AlicenseNot gradedqualityCmaintenanceMCP server for Microsoft Outlook that enables searching, sending, and managing mail and calendar via the OWA REST API using browser-session authentication, with no Azure AD app registration required.144 npmMIT
- AlicenseAqualityBmaintenanceMCP server for Microsoft Outlook via Graph API. 20 consolidated tools for email, calendar, contacts, folders, rules, categories, and settings with safety controls (dry-run preview, rate limiting, recipient allowlists) and MCP annotations on every tool.822922 npm36MIT
- AlicenseAqualityFmaintenanceAn MCP server that provides 49 tools to access Microsoft Outlook for Mac, enabling management of mail, calendar, contacts, tasks, and notes via AppleScript.498MIT
TDQS
Scored across 62 tools
Most tools target distinct resources or workflow phases, and descriptions explicitly cross-reference alternatives such as list_inbox vs search_mail vs list_inbox_delta. Some redundancy remains (read_message vs read_messages, batch_triage vs single-message operations, delete_draft vs delete_message), so selection is not entirely frictionless.
All 62 tools use the outlook_ prefix and snake_case, overwhelmingly following verb_noun or verb_object patterns. Minor outliers like outlook_whoami and outlook_rsvp are still clearly named and consistent with the overall convention.
62 tools is far beyond the scoped 3-15 range and exceeds the 25+ 'too many' threshold. Although Outlook is a broad domain, the set includes many delta, bulk, and batch variants that could be consolidated, creating heavy selection overhead.
Core lifecycles for mail, drafts, events, contacts, tasks, and folders are well covered with read, list, search, create, update, and delete operations. Minor gaps remain for secondary entities, such as task-list CRUD and category CRUD, which are not exposed.