Apple Mail MCP for Cursor
io.github.imdinu/apple-mail-mcp
Apple Mail MCP server with full-coverage FTS5 body search, reliable on large mailboxes.
client:Cursor
transport:stdio
runtime:pypi
Install Apple Mail MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"apple-mail-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"apple-mail-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs