Mmcp.market

Mailappmcp MCP server

by aernouddekker·io.github.aernouddekker/mailappmcp·v0.4.1

MCP server for macOS Mail.app — gives Claude native email access via AppleScript

A92/100grade A
What users say
No reviews yet
Be the first
Safety scan
A92/100

full report

Adoption
Growing

5 stars45 downloads/wk

Reviews

Write one

Nobody has reviewed Mailappmcp yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Mailappmcp tools (21, 4 write)

write = sends, deletes, buys or posts

Read from the package source without running it. The installed server may list more.

  • check-for-new-mail

    Trigger Mail.app to check for new mail on one or all accounts

  • compose-messagewrite action

    Create a new email draft in Mail.app (opens compose window, does NOT send). Pass from to pre-select a specific sender account (must be configured in Mail.app). Pass htmlBody for a rich-text/HTML draft; the recipient will see rendered formatting (headings, bold, links) instead of raw tags. When htmlBody is supplied, body is still used as a plain-text fallback for clients that read plain content.

  • delete-messageswrite action

    Delete one or more email messages by their Mail local IDs or RFC Message-IDs

  • extract-email-addresswrite action

    Parse a formatted email string (e.g. 'John Doe <jdoe@example.com>') into name and address

  • flag-message

    Flag or unflag one or more email messages with a color flag

  • forward-message

    Forward an existing email message to one or more recipients

  • get-message-source

    Get the raw RFC822 source of an email message

  • list-accounts

    List all Mail.app accounts with their email addresses, type, and enabled status

  • list-attachments

    List all attachments of an email message with metadata

  • list-mailboxes

    List all mailboxes across all Mail.app accounts with unread counts

  • list-signatures

    List all email signatures configured in Mail.app

  • mark-as-junk

    Mark or unmark one or more email messages as junk/spam

  • mark-as-read

    Mark one or more email messages as read

  • move-messages

    Move one or more email messages to a different mailbox

  • read-message

    Read the full content of a specific email message

  • redirect-message

    Redirect an email message to new recipients (preserves original sender, unlike forward)

  • reply-to-message

    Reply to an existing email message. The reply inherits correct threading headers (In-Reply-To / References) from Mail's native reply, so it nests in the thread even in strict clients (Outlook, Gmail web). Pass htmlBody for a branded rich-text/HTML reply; the HTML is rendered above the quoted thread and Mail derives the plain-text fallback. htmlBody cannot be combined with attachments (Mail corrupt

  • save-attachment

    Save email attachments to disk

  • search-messages

    Search messages in a mailbox by subject or sender

  • send-messagewrite action

    Create and immediately send an email via Mail.app. Pass htmlBody to send a rich-text/HTML message; the recipient will see rendered formatting (headings, bold, links) instead of raw tags. When htmlBody is supplied, body is still used as a plain-text fallback for clients that read plain content.

  • set-message-color

    Set the background color highlight of one or more email messages in Mail.app

Public scan report

scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it

no findings
  • Code scan49 source files scanned25/25
  • Live reliabilityno gateway calls yet and no remote to proben/a
  • Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitylocal package, no credentials required12/15
  • Maintenancelast push 19 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Overall 92/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the Mailappmcp repository's README, as published. We do not edit it. Read it on GitHub

macos-mcp

MCP servers for macOS native apps — gives Claude Code, Claude Desktop, and any MCP client native access to Mail, Numbers, Contacts, Calendar, Reminders, and FaceTime / phone calls.

No API keys, no OAuth, no cloud services. Talks directly to macOS apps via AppleScript and URL schemes (tel://, facetime://). Runs locally on your Mac.

CUPS printing (printmcp) used to live here; it moved to office-mcp since it's a shell wrapper, not an AppleScript bridge.

Servers

Mail (mailappmcp) — 21 tools

Works with every email account configured in Mail.app — iCloud, Gmail, Outlook, Fastmail, you name it.

Numbers (numbersmcp) — 29 tools

Works with any open Numbers spreadsheet.

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

Runs npx -y mailappmcp on your machine. Read the scan report first; the gateway never runs local packages.

claude mcp add mailappmcp -- npx -y mailappmcp
Add to Cursor

Mailappmcp: common questions

Is Mailappmcp MCP server safe?
Yes, by our scan: it is graded A (92/100). Read the Mailappmcp safety report
How do I install Mailappmcp?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Mailappmcp need an API key?
Not as far as the registry entry and our scan can tell: no credentials are declared or required.
Is Mailappmcp maintained?
The last commit was 19 days ago (2026-09-02). The latest release is v0.4.1.
What can I use instead of Mailappmcp?
Servers from other publishers that do the same job: Agent-Native Mail MCP server, Postfleet MCP server and Atomic Mail MCP server. Compare all Mailappmcp alternatives.

Alternatives to Mailappmcp

Same job from other publishers: the closest match first, then the best rated.

All Mailappmcp alternatives →
  • Agent-Native Mail
    Agent-Native Superhuman - email client with keyboard shortcuts and AI triage
    A
  • Postfleet
    Give an AI agent its own email address: send, reply, read, and wait for mail.
    A
  • Atomic Mail
    Programmable email inbox for AI agents — JMAP, PoW auth, stdio MCP server.
    A
  • Clippy
    Copy AI-generated content to the macOS clipboard: rich Gmail-ready email drafts, text, and files
    A
  • Agent Email
    Local email connectivity for AI agents — read, draft, send, and organize Outlook mail via MCP
    A

More from aernouddekker