mcp-outlook-applescript
Related Servers
Alternatives to mcp-outlook-applescript
No user-submitted related servers found.
Related Servers
- 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
- AlicenseBqualityAmaintenanceMCP server that provides 62 tools to manage Outlook mail, calendar, contacts, and tasks for personal Microsoft accounts via Microsoft Graph API.62978 PyPI31MIT
- 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
- AlicenseNot gradedqualityBmaintenanceTurns your running Outlook Desktop into an MCP server, enabling email, calendar, tasks, and attachment management through your existing Outlook session without any cloud APIs.AGPL 3.0
- FlicenseNot gradedqualityCmaintenanceA remote MCP server that enables Microsoft Outlook integration, allowing agents to manage mail, calendar events, contacts, and meeting room availability with OAuth2 and production-ready features.-
- AlicenseNot gradedqualityBmaintenanceMCP server that connects to Windows Classic Outlook to automate email organization, search, and reply draft creation without sending emails.144 npmMIT
TDQS
Scored across 49 tools
Each tool targets a distinct resource and action; the prepare/confirm pairs are clearly differentiated by action and resource, and confirm_batch_operation explicitly states which prepare tools it consumes. Even similarly named tools like list_emails/search_emails or set_email_flag/clear_email_flag have non-overlapping purposes described clearly.
The surface uses a consistent snake_case verb_noun pattern (list_*, get_*, search_*, create_*, update_*, delete_*, prepare_*, confirm_*), which makes navigation predictable. Minor inconsistencies exist: singular vs plural resources (email vs emails), and confirm_batch_operation is generic where a verb_noun name would fit better.
At 49 tools, the surface is heavily over-scoped for an agent to navigate. The 16 prepare/confirm pairs plus batch variants inflate the count significantly; many could be consolidated into a single tool with an optional confirmation step.
Mail, folders, and calendar events have solid CRUD/lifecycle coverage, but contacts, tasks, and notes are read-only (list/search/get only), and create_event/update_event omit attendee management. These are notable gaps that will block common Outlook workflows, though core email operations are complete.