outlook-local-mcp
Related Servers
Alternatives to outlook-local-mcp
No user-submitted related servers found.
Related Servers
- 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
- AlicenseNot gradedqualityAmaintenanceEnables MCP-aware agents to interact with the classic Outlook desktop client for mail, calendar, contacts, tasks, and Out-of-Office settings via the COM API, without Azure or OAuth.24MIT
- AlicenseNot gradedqualityCmaintenanceMCP server for email + calendar via classic Outlook on Windows (COM automation). No Azure app registration, no OAuth — it just drives the Outlook desktop client you're already signed into.20MIT
- FlicenseNot gradedqualityDmaintenanceProvides LLMs with access to Microsoft Outlook email functionality, allowing them to read, search, compose, and manage emails through a standardized MCP interface on Windows.-
- AlicenseNot gradedqualityBmaintenanceMCP server that connects to Windows Classic Outlook to automate email organization, search, and reply draft creation without sending emails.62MIT
- AlicenseNot gradedqualityCmaintenanceProvides read-only access to classic desktop Outlook mailbox and calendar on Windows, enabling safe email and calendar queries without any write capabilities.MIT
TDQS
Scored across 6 tools
Each tool has a clearly distinct purpose: outlook_status for diagnostics, list_mailboxes/list_folders for navigation, recent_emails vs search_emails for retrieval vs filtered search, and read_email for content. The descriptions explicitly clarify the boundary between browsing (recent_emails) and searching (search_emails) and between folder-level and message-level operations.
Five of six tools follow a consistent verb_noun or noun pattern (list_mailboxes, list_folders, search_emails, read_email, outlook_status). The outlier recent_emails uses an adjective_noun form rather than something like list_recent_emails, a minor deviation within an otherwise readable set.
Six tools is well-scoped for a local Outlook reader, with each tool earning its place across the status, navigation, listing, search, and read stages. Nothing feels padded or missing at the count level.
The read-side lifecycle is well covered: diagnostics, mailbox/folder navigation, listing, searching, and full-body reading with pagination. Gaps remain on the write side (send, reply, move, mark read/unread, attachment download), though for a read-only local reader this is a minor limitation agents can work around by not mutating state.