engagelab email for Cursor
io.github.r1ghtherewaiting/engagelab-email
Send, receive, monitor and reply to email from AI agents with threaded inbox context.
client:Cursor
transport:stdio
runtime:npm
Install engagelab email in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"engagelab-email": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@engagelabemail/mcp"
],
"env": {
"ENGAGELAB_EMAIL_SECRET_KEY": "<ENGAGELAB_EMAIL_SECRET_KEY>",
"ENGAGELAB_EMAIL_BASE_URL": "<ENGAGELAB_EMAIL_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs