apple mail mcp for Cursor
io.github.parasxos/apple-mail-mcp
Fast local Apple Mail MCP: indexed search, full-text bodies, verified sends, triage. macOS.
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-mailbox-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs