mail for Cursor
io.github.honeycrisp-suite/mail
Apple Mail over MCP: fenced reads, draft-only writing, human-gated actions, audited with undo.
client:Cursor
transport:stdio
runtime:npm
Install mail in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mail": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@honeycrisp/mail"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs