MCP Server Tempmail
Rank #14,173io.github.Selenium39/mcp-server-tempmail
Manages temporary email addresses via the ChatTempMail API, supporting creation, listing, and deletion of emails and messages, as well as webhook configuration.
MCP Server Tempmail is a Model Context Protocol (MCP) server published by selenium39. It ranks #14,173 of 76,851 servers tracked on MCP Toplist, and its repository has 9 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 62,678 of 76,851 servers on MCP Toplist.
Use MCP Server Tempmail
Add MCP Server Tempmail to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"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.
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.