mcpbeat Sign in

UnCorreoTemporal MCP Server

local only

UnCorreoTemporal runs on your own machine — the client starts it, so there is no endpoint to ping. 58 installs a week from pypi. Last commit 19 Apr 2026.

Temporary email for AI agents: create inboxes, wait for emails, extract OTPs, verify signups.

Installs per day peak 16 · avg 8 · +0% w/w
a month agotoday
58
Installs / week
pypi · uncorreotemporal-mcp
0
Stars
5 open issues
19 Apr 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check UnCorreoTemporal every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add uncorreotemporal-mcp-server -- uvx uncorreotemporal-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "uncorreotemporal-mcp-server": {
      "args": [
        "uncorreotemporal-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.uncorreotemporal-mcp-server]
command = "uvx"
args = ["uncorreotemporal-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "uncorreotemporal-mcp-server": {
      "args": [
        "uncorreotemporal-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "uncorreotemporal-mcp-server": {
      "args": [
        "uncorreotemporal-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: UCT_API_KEY (Your UnCorreoTemporal API key (get one at https://uncorreotemporal.com). Format: uct_...), UCT_API_BASE (API base URL. Defaults to https://uncorreotemporal.com), UCT_MCP_TRANSPORT (Transport mode: stdio (default), streamable-http, or sse). The author declared them in the registry entry; get the values from the project itself.

Alternatives to UnCorreoTemporal

same job, measured the same way
Best Tempmail MCP
by mbilalawan926-sys

Disposable email inboxes for AI agents: create, wait for mail, extract verification codes

335 installs/wk local only
DevInbox
by devinbox

Real email inboxes for AI agents: create inboxes, catch verification codes, extract OTPs, reply.

answering
Zyntra - Temp e-mails MCP
by dd77ss

Disposable inboxes for AI agents: create, wait for delivery, and extract email content or links.

answering
Openagentemail
by openagentemail

Unlimited agent mailboxes — create identities, read/wait for mail, extract OTPs, send email.

340 installs/wk local only
EmptyInbox
by cnohall

Zero-config disposable email inboxes for AI agents: create, read mail, await verify codes.

459 installs/wk local only
N
agentsbase — Email for AI Agents
by agentsbase

Email for AI agents. Create mailboxes, send/receive emails, and auto-extract verification codes.

26 installs/wk local only
Machine Inbox
by machineinbox

Task-scoped email inboxes for AI agents: read mail, extract verification codes, and reply.

11 tools answering
MailFixture
by mailfixture

Test-inbox API for email and SMS: create inboxes, long-poll messages, extract OTPs and links.

answering

UnCorreoTemporal — questions

Answers built from our own checks of this server.

Why is there no uptime for UnCorreoTemporal?
UnCorreoTemporal runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package uncorreotemporal-mcp was installed 58 times last week.
How do I connect UnCorreoTemporal?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls uncorreotemporal-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use UnCorreoTemporal?
The pypi package uncorreotemporal-mcp was installed 58 times in the last week. Week over week that is +0%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is UnCorreoTemporal open source?
Yes — it is published under the MIT licence, written in TypeScript, 0 stars on GitHub and 5 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.