💡 Simplify Temporary Email Handling in Cursor MCP

:light_bulb: 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.
:backhand_index_pointing_right: Learn more: https://chat-tempmail.com/en/blog/mcp-server-temporary-email-integration


:rocket: Key Features

  • :three_o_clock: Instant inbox generation — create temporary emails in one command
  • :open_mailbox_with_raised_flag: Automatic email fetching — no page refreshes or external scripts
  • :toolbox: Developer-friendly API — built for seamless MCP integration
  • :locked: Privacy-first — no registration, no tracking

:gear: How It Works

  1. Create a .cursor directory in your project root if it doesn’t exist.
    Add a .cursor/mcp.json file and open it.
  2. 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"
      }
    }
  }
}
  1. Replace <personal-access-token> with your personal access token.
    Save the file, open Cursor → Settings → MCP, and you should see a green active status.

:globe_showing_europe_africa: Open Source & Community

The integration is fully open-source and open to community contributions.
Fork or explore it here:
:backhand_index_pointing_right: 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.