Skip to main content
Glama

Apple MCP Server

mail

Manage Apple Mail app tasks: read unread emails, search for specific messages, and send emails directly. Supports operations across mailboxes and accounts with customizable parameters.

Instructions

Interact with Apple Mail app - read unread emails, search emails, and send emails

Input Schema

NameRequiredDescriptionDefault
accountNoEmail account to use (optional - if not provided, searches across all accounts)
bccNoBCC email address (optional for send operation)
bodyNoEmail body content (required for send operation)
ccNoCC email address (optional for send operation)
limitNoNumber of emails to retrieve (optional, for unread, search, and latest operations)
mailboxNoMailbox to use (optional - if not provided, uses inbox or searches across all mailboxes)
operationYesOperation to perform: 'unread', 'search', 'send', 'mailboxes', 'accounts', or 'latest'
searchTermNoText to search for in emails (required for search operation)
subjectNoEmail subject (required for send operation)
toNoRecipient email address (required for send operation)

Input Schema (JSON Schema)

{ "properties": { "account": { "description": "Email account to use (optional - if not provided, searches across all accounts)", "type": "string" }, "bcc": { "description": "BCC email address (optional for send operation)", "type": "string" }, "body": { "description": "Email body content (required for send operation)", "type": "string" }, "cc": { "description": "CC email address (optional for send operation)", "type": "string" }, "limit": { "description": "Number of emails to retrieve (optional, for unread, search, and latest operations)", "type": "number" }, "mailbox": { "description": "Mailbox to use (optional - if not provided, uses inbox or searches across all mailboxes)", "type": "string" }, "operation": { "description": "Operation to perform: 'unread', 'search', 'send', 'mailboxes', 'accounts', or 'latest'", "enum": [ "unread", "search", "send", "mailboxes", "accounts", "latest" ], "type": "string" }, "searchTerm": { "description": "Text to search for in emails (required for search operation)", "type": "string" }, "subject": { "description": "Email subject (required for send operation)", "type": "string" }, "to": { "description": "Recipient email address (required for send operation)", "type": "string" } }, "required": [ "operation" ], "type": "object" }

Other Tools from Apple MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/supermemoryai/apple-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server