Mac Mail MCP

Mac Mail MCP

Local
@wagamamaPythonGPL-3.0Updated 2mo ago

Mac Mail MCP server with full-coverage FTS5 body search for local Apple Mail.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPImac-mail-mcpv0.5.15

Run

uvx mac-mail-mcp

MCP client config

{
  "mcpServers": {
    "mac-mail-mcp": {
      "command": "uvx",
      "args": [
        "mac-mail-mcp"
      ]
    }
  }
}