Simplify Temporary Email Handling in Cursor MCP
If you’ve ever needed a quick, disposable email during testing, onboarding, or integration workflows in Cursor MCP, now you can do it seamlessly with ChatTempMail.
We’ve released a ready-to-use MCP integration — mcp-server-tempmail — that connects your MCP environment directly to ChatTempMail, a fast and privacy-friendly temporary email service.
Learn more: https://chat-tempmail.com/en/blog/mcp-server-temporary-email-integration
Key Features
Instant inbox generation — create temporary emails in one command
Automatic email fetching — no page refreshes or external scripts
Developer-friendly API — built for seamless MCP integration
Privacy-first — no registration, no tracking
How It Works
- Create a
.cursordirectory in your project root if it doesn’t exist.
Add a.cursor/mcp.jsonfile and open it. - Add the following configuration:
{
"mcpServers": {
"tempmail": {
"command": "npx",
"args": ["mcp-server-tempmail"],
"env": {
"TEMPMAIL_API_KEY": "<personal-access-token>",
"TEMPMAIL_BASE_URL": "https://chat-tempmail.com"
}
}
}
}
- Replace
<personal-access-token>with your personal access token.
Save the file, open Cursor → Settings → MCP, and you should see a green active status.
Open Source & Community
The integration is fully open-source and open to community contributions.
Fork or explore it here:
GitHub - Selenium39/mcp-server-tempmail: MCP server for temporary email management using ChatTempMail API
Let’s make temporary email handling a natural part of every developer’s workflow.