UnCorreoTemporal for Cursor
io.github.francofuji/uncorreotemporal-mcp-server
Temporary email for AI agents: create inboxes, wait for emails, extract OTPs, verify signups.
client:Cursor
transport:stdio
runtime:pypi
Install UnCorreoTemporal in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"uncorreotemporal-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"uncorreotemporal-mcp"
],
"env": {
"UCT_API_KEY": "<UCT_API_KEY>",
"UCT_API_BASE": "<UCT_API_BASE>",
"UCT_MCP_TRANSPORT": "<UCT_MCP_TRANSPORT>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs