Skip to content
Cursor

Mac Mail MCP for Cursor

io.github.wagamama/mac-mail-mcp

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

client:Cursor transport:stdio runtime:pypi

Install Mac Mail MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Mac Mail MCP in other clients