EmptyInbox for Cursor
io.github.cnohall/emptyinbox
Zero-config disposable email inboxes for AI agents: create, read mail, await verify codes.
client:Cursor
transport:stdio
runtime:npm
Install EmptyInbox in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"emptyinbox": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"emptyinbox-mcp"
],
"env": {
"EMPTYINBOX_API_KEY": "<EMPTYINBOX_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs