email for Cursor
io.github.blipemail/email
MCP server for Blip disposable email — create inboxes, receive emails, extract OTP codes
client:Cursor
transport:stdio
runtime:npm
Install email in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"email": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@useblip/email"
],
"env": {
"BLIP_API_KEY": "<BLIP_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs