Dead Simple Email
Rank #17,550email.deadsimple/dead-simple-email
Give an agent its own inbox: send, receive, and pull signup codes from real email.
Dead Simple Email is a Model Context Protocol (MCP) server published by deadsimple-email. It ranks #17,550 of 132,046 servers tracked on MCP Toplist. Dead Simple Email is listed across 2 registries — Official MCP and Glama, with 4 tracked versions. It was first listed on Jul 27, 2026 and most recently updated on Jul 30, 2026.
Ranks ahead of 114,496 of 132,046 servers on MCP Toplist.
Use Dead Simple Email
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http dead-simple-email https://api.deadsimple.email/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add dead-simple-email -e "DSE_API_KEY=<your DSE_API_KEY>" -- uvx deadsimple-emailReplace each placeholder with your own value before saving.
claude mcp add dead-simple-email -e "DSE_API_KEY=<your DSE_API_KEY>" -- docker run -i --rm ghcr.io/deadsimple-email/deadsimple-email:0.2.2Replace each placeholder with your own value before saving.
[mcp_servers.dead-simple-email]
url = "https://api.deadsimple.email/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.dead-simple-email]
command = "uvx"
args = ["deadsimple-email"]
[mcp_servers.dead-simple-email.env]
DSE_API_KEY = "<your DSE_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
[mcp_servers.dead-simple-email]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/deadsimple-email/deadsimple-email:0.2.2"]
[mcp_servers.dead-simple-email.env]
DSE_API_KEY = "<your DSE_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://api.deadsimple.email/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"dead-simple-email": {
"command": "uvx",
"args": [
"deadsimple-email"
],
"env": {
"DSE_API_KEY": "<your DSE_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dead-simple-email": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/deadsimple-email/deadsimple-email:0.2.2"
],
"env": {
"DSE_API_KEY": "<your DSE_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dead-simple-email": {
"url": "https://api.deadsimple.email/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"dead-simple-email": {
"command": "uvx",
"args": [
"deadsimple-email"
],
"env": {
"DSE_API_KEY": "<your DSE_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dead-simple-email": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/deadsimple-email/deadsimple-email:0.2.2"
],
"env": {
"DSE_API_KEY": "<your DSE_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"dead-simple-email": {
"type": "http",
"url": "https://api.deadsimple.email/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"dead-simple-email": {
"type": "stdio",
"command": "uvx",
"args": [
"deadsimple-email"
],
"env": {
"DSE_API_KEY": "<your DSE_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"servers": {
"dead-simple-email": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/deadsimple-email/deadsimple-email:0.2.2"
],
"env": {
"DSE_API_KEY": "<your DSE_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dead-simple-email": {
"serverUrl": "https://api.deadsimple.email/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"dead-simple-email": {
"command": "uvx",
"args": [
"deadsimple-email"
],
"env": {
"DSE_API_KEY": "<your DSE_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dead-simple-email": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/deadsimple-email/deadsimple-email:0.2.2"
],
"env": {
"DSE_API_KEY": "<your DSE_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dead-simple-email": {
"url": "https://api.deadsimple.email/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"dead-simple-email": {
"command": "uvx",
"args": [
"deadsimple-email"
],
"env": {
"DSE_API_KEY": "<your DSE_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dead-simple-email": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/deadsimple-email/deadsimple-email:0.2.2"
],
"env": {
"DSE_API_KEY": "<your DSE_API_KEY>"
}
}
}
}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/email.deadsimple%2Fdead-simple-email)<a href="https://mcptoplist.com/server/email.deadsimple%2Fdead-simple-email"><img src="https://mcptoplist.com/badge/email.deadsimple%2Fdead-simple-email.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
deadsimple-email
Available versions (4)
| Version | Published |
|---|---|
| 0.2.4 | Jul 30, 2026 |
| 0.2.3 | Jul 30, 2026 |
| 0.2.2 | Jul 27, 2026 |
| 0.2.1 | Jul 27, 2026 |
Frequently asked questions
- Who maintains Dead Simple Email?
- Dead Simple Email is maintained by deadsimple-email, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is Dead Simple Email listed on the Official MCP Registry?
- Yes — Dead Simple Email is listed on the Official MCP Registry, alongside Glama.
- How many versions does Dead Simple Email have?
- MCP Toplist tracks 4 versions of Dead Simple Email, most recently published on Jul 30, 2026.
- Where can I find the source code for Dead Simple Email?
- The source code for Dead Simple Email is hosted at github.com/deadsimple-email/deadsimple-email.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.