mcpbeat Sign in

MCP Server Tempmail

by selenium39 Your server? Claim it
local only

MCP Server Tempmail runs on your own machine — the client starts it, so there is no endpoint to ping. 59 installs a week from npm. Last commit 9 Sep 2025.

MCP server for temporary email management using ChatTempMail API

No commits for 12 months.

Installs per day peak 57 · avg 13 · +30% w/w
a month agotoday
59
Installs / week
npm · mcp-server-tempmail
10
Stars
0 open issues
9 Sep 2025
Last commit
0 releases in 90 days
MIT
License
JavaScript

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

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 mcp-server-tempmail -- npx -y mcp-server-tempmail
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server-tempmail": {
      "args": [
        "-y",
        "mcp-server-tempmail"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server-tempmail]
command = "npx"
args = ["-y", "mcp-server-tempmail"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server-tempmail": {
      "args": [
        "-y",
        "mcp-server-tempmail"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server-tempmail": {
      "args": [
        "-y",
        "mcp-server-tempmail"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: TEMPMAIL_API_KEY (API key for ChatTempMail service), TEMPMAIL_BASE_URL (Base URL for ChatTempMail API (optional, defaults to https://chat-tempmail.com)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Server Tempmail

same job, measured the same way
Fetchpet
by pulsemcp

MCP server for Fetch Pet insurance claims management using Playwright automation.

69 installs/wk local only
MCP Server Browser
by bytedance

MCP server for browser use access

1 973 installs/wk local only
MCP Server Browserbase
by browserbase

MCP server for AI web browser automation using Browserbase and Stagehand

4 334 installs/wk local only
Browser
by cherchyk

MCP server for loading authenticated web pages using Chrome DevTools Protocol

local only
Good Eggs
by pulsemcp

MCP server for Good Eggs grocery shopping automation using Playwright.

81 installs/wk local only
Chrome DevTools MCP
by chromedevtools

MCP server for Chrome DevTools

1 500 288 installs/wk local only
Chrome DevTools MCP
by async23

MCP server for Chrome DevTools

51 installs/wk local only
Chrome DevTools MCP
by dinesh-nalla-se

MCP server for Chrome DevTools

31 installs/wk local only

MCP Server Tempmail — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Server Tempmail?
MCP Server Tempmail 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 npm package mcp-server-tempmail was installed 59 times last week.
Is MCP Server Tempmail still maintained?
No commits for 12 months. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect MCP Server Tempmail?
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 mcp-server-tempmail straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Server Tempmail?
The npm package mcp-server-tempmail was installed 59 times in the last week. Week over week that is +30%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Server Tempmail open source?
Yes — it is published under the MIT licence, written in JavaScript and 10 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.