mailmcp
Controls Apple Mail, enabling management of configured accounts and mailboxes, searching and reading messages, setting read/flag state, moving or trashing messages, creating/reply/forwarding drafts, handling attachments, and sending drafts from the local Mail session.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mailmcpread my latest unread email"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mailmcp
A local MCP server that controls Apple Mail through JavaScript for Automation. It uses the accounts that are already configured in Mail. It does not need passwords.
Requirements
macOS with Apple Mail configured
Node.js 22 or later
Automation permission to control Mail
Accessibility permission, only for
delete_mailbox
Related MCP server: Mailbridge for Apple Mail
Install
npm install -g @beeltec/mailmcp
mailmcp setupSetup lets you select:
The accounts the server can access
The Trash mailbox of each account (detected automatically when possible)
The tools the server offers (destructive tools are off by default)
The harnesses to install the server in: Claude Code, Codex, Cursor, Gemini CLI, opencode, and pi
Run mailmcp setup again to change these settings. Restart the harness after changes.
To add the server manually:
codex mcp add mail -- /absolute/path/to/node /absolute/path/to/mailmcp/dist/cli.jsConfiguration
Setup writes ~/.config/mailmcp/config.json. Set MAILMCP_CONFIG to use a different path.
{
"accounts": [
{ "id": "ACCOUNT-ID-FROM-SETUP", "email": "you@example.com", "trash": ["Trash"] }
],
"tools": ["list_mailboxes", "search_messages", "read_message"]
}Without tools, all tools are enabled. list_accounts is always enabled.
MCP tools cannot change the account allowlist.
Tools
Tools | Purpose |
| List allowed accounts and their mailboxes |
| Manage custom folders (delete only empty ones) |
| Search by subject, sender, recipient, date, and unread state |
| Read message bodies in pages and list attachments |
| Set read state or flag color |
| Move a message within an account or into its Trash |
| Create plain-text drafts |
| Read a draft and get its revision for sending |
| Attach a local file or save a received attachment to |
| Send a draft created in this session |
Limits
Drafts can only be sent from the server session that created them.
send_draftneeds the current revision fromget_draft. Do not retry a timed-out send.Search pages return at most 50 results. Follow
nextOffsetuntil it isnull.Moves between accounts are not supported.
Each request times out after 45 seconds. A timed-out write can still complete in Mail.
Development
npm ci
npm run check
npm run build
npx @modelcontextprotocol/inspector node dist/cli.jsLicense
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Manage Gmail end-to-end: search, read, send, draft, label, and organize threads. Automate workflow…
Manage Gmail messages, threads, labels, drafts, and settings from your workflows. Send and organiz…
Manage Microsoft 365 email, calendar, contacts and inbox rules via the Graph API with OAuth 2.0.
Email infrastructure for AI agents — send, receive, search, and reply to email over MCP.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables integration with Apple Mail on macOS using JavaScript for Automation (JXA). Supports reading, searching, sending, and managing emails across multiple accounts with full mailbox hierarchy support.5-
- AlicenseNot gradedqualityAmaintenanceEnables using Apple Mail accounts to search, read, manage, draft, and send messages from Codex or Claude Code locally.MIT
- AlicenseAqualityBmaintenanceEnables AI assistants to read, search, send, and manage email on macOS through programmatic access to Apple Mail.29MIT
- AlicenseNot gradedqualityAmaintenanceEnables natural-language control of Apple Mail with 53 tools, including millisecond SQLite-powered search across large mailboxes, mailbox and message management, composing and batch operations.8MIT