Loading MCP server directory, please wait...
Give an agent its own inbox: send, receive, and pull signup codes from real email.
npx @getmcp/cli add email.deadsimple/dead-simple-emailRequires Python 3.10+. Community-contributed server. Review source before installing.
DSE_API_KEYDead Simple Email API key (starts with dse_). Get one instantly with no signup form: POST https://api.deadsimple.email/v1/auth/agent-signup
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"email.deadsimple/dead-simple-email": {
"command": "python",
"args": [
"deadsimple-email"
],
"env": {
"DSE_API_KEY": ""
}
}
}
}