Email runs on your own machine — the client starts it, so there is no endpoint to ping. 30 installs a week from npm. Last commit 24 Mar 2026.
MCP server for Blip disposable email — create inboxes, receive emails, extract OTP codes
We read the source, 3 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.
Runtime.getRuntime().exec(arrayOf("open", url))
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 email -- npx -y @useblip/email
{
"mcpServers": {
"email": {
"args": [
"-y",
"@useblip/email"
],
"command": "npx"
}
}
}
[mcp_servers.email]
command = "npx"
args = ["-y", "@useblip/email"]
{
"mcpServers": {
"email": {
"args": [
"-y",
"@useblip/email"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"email": {
"args": [
"-y",
"@useblip/email"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
BLIP_API_KEY (Your Blip API key).
The author declared them in the registry entry; get the values from the project itself.
Disposable email inboxes for AI agents: create, wait for mail, extract verification codes
Email for AI agents. Create mailboxes, send/receive emails, and auto-extract verification codes.
Zero-config disposable email inboxes for AI agents: create, read mail, await verify codes.
Real email inboxes for AI agents: create inboxes, catch verification codes, extract OTPs, reply.
Free disposable email for AI agents: a throwaway inbox to read verification codes over MCP.
Disposable email inboxes for AI agents — read messages and verification codes.
Real email and SMS for AI agents — send mail, receive verification codes, drive a real inbox.
Task-scoped email inboxes for AI agents: read mail, extract verification codes, and reply.
Answers built from our own checks of this server.