Openagentemail runs on your own machine — the client starts it, so there is no endpoint to ping. 340 installs a week from npm. Last commit 18 Sep 2026.
Unlimited agent mailboxes — create identities, read/wait for mail, extract OTPs, send email.
We read the source, 20 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
return spawnSync(finder, [command], { stdio: 'ignore' }).status === 0;
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
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.
claude mcp add mcp -- npx -y @openagentemail/mcp
{
"mcpServers": {
"mcp": {
"args": [
"-y",
"@openagentemail/mcp"
],
"command": "npx"
}
}
}
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@openagentemail/mcp"]
{
"mcpServers": {
"mcp": {
"args": [
"-y",
"@openagentemail/mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp": {
"args": [
"-y",
"@openagentemail/mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
OPENAGENTEMAIL_API_KEY (Bearer key for the openagent.email API — best: the identity token (oa_…) returned by POST /v1/identities.), OPENAGENTEMAIL_API_URL (Base URL of the openagent.email API.).
The author declared them in the registry entry; get the values from the project itself.
Temporary email for AI agents: create inboxes, wait for emails, extract OTPs, verify signups.
Email for AI agents. Create mailboxes, send/receive emails, and auto-extract verification codes.
Disposable email inboxes for AI agents: create, wait for mail, extract verification codes
Real email inboxes for AI agents: create inboxes, catch verification codes, extract OTPs, reply.
Disposable inboxes for AI agents: create, wait for delivery, and extract email content or links.
Test-inbox API for email and SMS: create inboxes, long-poll messages, extract OTPs and links.
Task-scoped email inboxes for AI agents: read mail, extract verification codes, and reply.
MCP server for Blip disposable email — create inboxes, receive emails, extract OTP codes
Answers built from our own checks of this server.