email mcp for Cursor
io.github.codefuturist/email-mcp
IMAP/SMTP email MCP server — 47 tools, IMAP IDLE push, multi-account, AI triage.
client:Cursor
transport:stdio
runtime:npm
Install email mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"email-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@codefuturist/email-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs