Skip to main content
ClaudeWave

Email for AI agents — real inboxes in one call. Python + TypeScript SDKs and an MCP server that pulls signup codes straight out of inbound mail.

MCP ServersRegistry oficial0 estrellas0 forksPythonMITActualizado yesterday
Install in Claude Code / Claude Desktop
Method: pip / Python · deadsimple-email
Claude Code CLI
claude mcp add deadsimple-email -- python -m deadsimple-email
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "deadsimple-email": {
      "command": "python",
      "args": ["-m", "deadsimple-email"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Install first: pip install deadsimple-email
Casos de uso

Resumen de MCP Servers

# Dead Simple Email

<!-- mcp-name: email.deadsimple/dead-simple-email -->

Email infrastructure for AI agents. One call gives an agent a real, deliverable
inbox — no SMTP credentials, no DNS, no dashboard.

**[deadsimple.email](https://deadsimple.email)** · [Docs](https://deadsimple.email/docs.html) · [API reference](https://deadsimple.email/api-reference.html)

## Sign up with no human in the loop

An agent can provision its own account, API key and live inbox in a single
unauthenticated call:

```bash
curl -X POST https://api.deadsimple.email/v1/auth/agent-signup
```

That returns a trial account (1 inbox, 10 sends/hour, 25/day). Claim it later
with a verified email to move to the Free plan, keeping the same key and inboxes.

## MCP server

Listed in the [official MCP Registry](https://registry.modelcontextprotocol.io/v0/servers?search=deadsimple)
as `email.deadsimple/dead-simple-email`, and on
[Smithery](https://smithery.ai/server/deadsimple/dead-simple-email) and
[Glama](https://glama.ai/mcp/connectors/email.deadsimple/dead-simple-email).

**Remote (recommended)** — nothing to install:

```json
{
  "mcpServers": {
    "dead-simple-email": {
      "type": "http",
      "url": "https://api.deadsimple.email/mcp",
      "headers": { "Authorization": "Bearer dse_your_api_key" }
    }
  }
}
```

**Local (stdio):**

```json
{
  "mcpServers": {
    "deadsimple": {
      "command": "python",
      "args": ["-m", "deadsimple.mcp"],
      "env": { "DSE_API_KEY": "dse_your_api_key" }
    }
  }
}
```

14 tools: `create_inbox`, `list_inboxes`, `delete_inbox`, `send_email`,
`read_messages`, `read_message`, `reply_to_message`, `forward_message`,
`wait_for_email`, `get_verification_code`, `get_verification_link`,
`list_threads`, `read_thread`, `get_usage`.

The one agents reach for most is **`get_verification_code`** — it pulls the OTP
or magic link out of the newest inbound message, so an agent can sign itself up
for a third-party service or clear a 2FA prompt without ever parsing an email
body.

## SDKs

| Language | Package | Source |
|---|---|---|
| Python | [`deadsimple-email`](https://pypi.org/project/deadsimple-email/) | [`python/`](python) |
| TypeScript | [`deadsimple-email`](https://www.npmjs.com/package/deadsimple-email) | [`node/`](node) |

```bash
pip install deadsimple-email
npm install deadsimple-email
```

```python
from deadsimple import DeadSimple

dse = DeadSimple("dse_your_api_key")
inbox = dse.inboxes.create(display_name="Support Bot")
dse.messages.send(inbox.inbox_id, to=["someone@example.com"],
                  subject="Hello", text_body="Sent by an agent.")
```

Framework integrations for LangChain, CrewAI, LlamaIndex, AutoGen and OpenAI
Agents live in [`python/src/deadsimple/integrations/`](python/src/deadsimple/integrations).

## Repository layout

| Path | What |
|---|---|
| [`python/`](python) | Python SDK + MCP server |
| [`node/`](node) | TypeScript SDK |
| [`skills/`](skills) | Agent skill files for Claude Code, Cursor, Windsurf |
| [`mcp/`](mcp) | `server.json` manifest for the official MCP Registry |

## License

MIT
agentsai-agentsemailemail-apillm-toolsmcpmcp-servermodel-context-protocolpythontypescript

Lo que la gente pregunta sobre deadsimple-email

¿Qué es deadsimple-email/deadsimple-email?

+

deadsimple-email/deadsimple-email es mcp servers para el ecosistema de Claude AI. Email for AI agents — real inboxes in one call. Python + TypeScript SDKs and an MCP server that pulls signup codes straight out of inbound mail. Tiene 0 estrellas en GitHub y se actualizó por última vez yesterday.

¿Cómo se instala deadsimple-email?

+

Puedes instalar deadsimple-email clonando el repositorio (https://github.com/deadsimple-email/deadsimple-email) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar deadsimple-email/deadsimple-email?

+

deadsimple-email/deadsimple-email aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene deadsimple-email/deadsimple-email?

+

deadsimple-email/deadsimple-email es mantenido por deadsimple-email. La última actividad registrada en GitHub es de yesterday, con 0 issues abiertos.

¿Hay alternativas a deadsimple-email?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega deadsimple-email en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: deadsimple-email/deadsimple-email
[![Featured on ClaudeWave](https://claudewave.com/api/badge/deadsimple-email-deadsimple-email)](https://claudewave.com/repo/deadsimple-email-deadsimple-email)
<a href="https://claudewave.com/repo/deadsimple-email-deadsimple-email"><img src="https://claudewave.com/api/badge/deadsimple-email-deadsimple-email" alt="Featured on ClaudeWave: deadsimple-email/deadsimple-email" width="320" height="64" /></a>

Más MCP Servers

Alternativas a deadsimple-email