MCP Server Tempmail
Rank #16,989io.github.Selenium39/mcp-server-tempmail
MCP server providing server-tempmail capabilities
MCP Server Tempmail is a Model Context Protocol (MCP) server published by selenium39. It ranks #16,989 of 115,591 servers tracked on MCP Toplist, and its repository has 10 GitHub stars. MCP Server Tempmail is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 2 tracked versions. It was first listed on Sep 7, 2025 and most recently updated on Sep 9, 2025.
Ranks ahead of 98,602 of 115,591 servers on MCP Toplist.
Use MCP Server Tempmail
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add mcp-server-tempmail -e "TEMPMAIL_API_KEY=<your TEMPMAIL_API_KEY>" -e "TEMPMAIL_BASE_URL=<your TEMPMAIL_BASE_URL>" -- npx -y mcp-server-tempmailReplace each placeholder with your own value before saving.
[mcp_servers.mcp-server-tempmail]
command = "npx"
args = ["-y", "mcp-server-tempmail"]
[mcp_servers.mcp-server-tempmail.env]
TEMPMAIL_API_KEY = "<your TEMPMAIL_API_KEY>"
TEMPMAIL_BASE_URL = "<your TEMPMAIL_BASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-tempmail": {
"command": "npx",
"args": [
"-y",
"mcp-server-tempmail"
],
"env": {
"TEMPMAIL_API_KEY": "<your TEMPMAIL_API_KEY>",
"TEMPMAIL_BASE_URL": "<your TEMPMAIL_BASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-tempmail": {
"command": "npx",
"args": [
"-y",
"mcp-server-tempmail"
],
"env": {
"TEMPMAIL_API_KEY": "<your TEMPMAIL_API_KEY>",
"TEMPMAIL_BASE_URL": "<your TEMPMAIL_BASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-server-tempmail": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-server-tempmail"
],
"env": {
"TEMPMAIL_API_KEY": "<your TEMPMAIL_API_KEY>",
"TEMPMAIL_BASE_URL": "<your TEMPMAIL_BASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-tempmail": {
"command": "npx",
"args": [
"-y",
"mcp-server-tempmail"
],
"env": {
"TEMPMAIL_API_KEY": "<your TEMPMAIL_API_KEY>",
"TEMPMAIL_BASE_URL": "<your TEMPMAIL_BASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-tempmail": {
"command": "npx",
"args": [
"-y",
"mcp-server-tempmail"
],
"env": {
"TEMPMAIL_API_KEY": "<your TEMPMAIL_API_KEY>",
"TEMPMAIL_BASE_URL": "<your TEMPMAIL_BASE_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Selenium39%2Fmcp-server-tempmail)<a href="https://mcptoplist.com/server/io.github.Selenium39%2Fmcp-server-tempmail"><img src="https://mcptoplist.com/badge/io.github.Selenium39%2Fmcp-server-tempmail.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (3 delisted)
selenium39
Other servers by selenium39
View all selenium39 servers →Available versions (2)
| Version | Published |
|---|---|
| 1.0.1 | Sep 9, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Server Tempmail?
- MCP Server Tempmail is maintained by selenium39, which publishes 4 MCP servers (2 total versions) tracked on MCP Toplist.
- Is MCP Server Tempmail listed on the Official MCP Registry?
- Yes — MCP Server Tempmail is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does MCP Server Tempmail have?
- MCP Toplist tracks 2 versions of MCP Server Tempmail, most recently published on Sep 9, 2025.
- Where can I find the source code for MCP Server Tempmail?
- The source code for MCP Server Tempmail is hosted at github.com/selenium39/mcp-server-tempmail.