agentsbase — Email for AI Agents for Cursor
net.agentsbase/mcp
Email for AI agents. Create mailboxes, send/receive emails, and auto-extract verification codes.
client:Cursor
transport:stdio
runtime:npm
Install agentsbase — Email for AI Agents in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agentsbase-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs