trackmcp
Back to directory
haskx

1tempmail-mcp-server

View on GitHub

1TempMail-mcp

0 stars JavaScriptOthers Updated Jul 15, 2026

Documentation

@1tempmail/mcp-server

MCP Server for 1TempMail — Generate temporary emails, check inboxes, and read messages via AI assistants.

Install

bash
npm install -g @1tempmail/mcp-server

Or use directly with npx (no install needed):

bash
npx -y @1tempmail/mcp-server

Get Your API Key

1. Visit https://www.1tempmail.com/api/

2. Sign in with Google

3. Click "Generate API Key"

4. Copy your API key

Configuration

Set the `1TEMPMAIL_API_KEY` environment variable:

bash
export 1TEMPMAIL_API_KEY="your_api_key_here"

Usage with AI Tools

Claude Code

Add to `~/.claude/settings.json` or your project's `.claude/settings.json`:

json
{
  "mcpServers": {
    "1tempmail": {
      "command": "npx",
      "args": ["-y", "@1tempmail/mcp-server"],
      "env": {
        "1TEMPMAIL_API_KEY": "your_api_key_here"
      }
    }
  }
}

Cursor

Add to `~/.cursor/mcp.json` or your project's `.cursor/mcp.json`:

json
{
  "mcpServers": {
    "1tempmail": {
      "command": "npx",
      "args": ["-y", "@1tempmail/mcp-server"],
      "env": {
        "1TEMPMAIL_API_KEY": "your_api_key_here"
      }
    }
  }
}

Other MCP-Compatible Tools (Windsurf, Cline, etc.)

Add the same server config to your tool's MCP settings file.

Tools

ToolDescription
`generate_email`Generate a new temporary email address (active for 60 minutes)
`check_inbox`Retrieve all messages in the inbox for a given session token
`get_message`Retrieve the full content of a specific message

Environment Variables

VariableRequiredDefaultDescription
`1TEMPMAIL_API_KEY`YesYour 1TempMail API key
`1TEMPMAIL_API_BASE`No`https://www.1tempmail.com`API base URL

License

MIT

Frequently asked questions

What is 1tempmail-mcp-server?

1tempmail-mcp-server is 1TempMail-mcp

How do I install 1tempmail-mcp-server?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is 1tempmail-mcp-server open source?

Yes — it is hosted on GitHub at https://github.com/haskx/1tempmail-mcp-server.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP