Skip to main content
Glama
santiv343

outlook-local-mcp

by santiv343

Related Servers

Alternatives to outlook-local-mcp

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      B
      maintenance
      Turns 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
    • A
      license
      Not graded
      quality
      C
      maintenance
      MCP 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.
      20
      MIT
    • F
      license
      Not graded
      quality
      D
      maintenance
      Provides LLMs with access to Microsoft Outlook email functionality, allowing them to read, search, compose, and manage emails through a standardized MCP interface on Windows.
      -
    • A
      license
      Not graded
      quality
      B
      maintenance
      MCP server that connects to Windows Classic Outlook to automate email organization, search, and reply draft creation without sending emails.
      62
      MIT
    • A
      license
      Not graded
      quality
      C
      maintenance
      Provides read-only access to classic desktop Outlook mailbox and calendar on Windows, enabling safe email and calendar queries without any write capabilities.
      MIT

    TDQS

    A4.4/5.0

    Scored across 6 tools

    Disambiguation5/5

    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.

    Naming Consistency4/5

    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.

    Tool Count5/5

    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.

    Completeness4/5

    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.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues