快速接入
安装与连接
选择适合客户端的连接方式,检查环境变量后复制配置。
官方远程连接
https://api.deadsimple.email/mcpAUTHORIZATION{
"url": "https://api.deadsimple.email/mcp",
"headers": {
"Authorization": "${AUTHORIZATION}"
}
}PYPI / stdio
{
"mcpServers": {
"dead-simple-email": {
"env": {
"DSE_API_KEY": "${DSE_API_KEY}"
},
"args": [
"deadsimple-email==0.2.2"
],
"command": "uvx"
}
}
}OCI / stdio
docker run --rm -i ghcr.io/deadsimple-email/deadsimple-email:0.2.2Package:ghcr.io/deadsimple-email/deadsimple-email:[email protected]
DSE_API_KEY{
"mcpServers": {
"dead-simple-email": {
"env": {
"DSE_API_KEY": "${DSE_API_KEY}"
},
"args": [
"run",
"--rm",
"-i",
"ghcr.io/deadsimple-email/deadsimple-email:0.2.2"
],
"command": "docker"
}
}
}能力范围
Server 能力
以下状态来自发布者提交的公开能力声明。
向 Agent 提供可调用的操作。
发布者未声明此能力。
发布者未声明此能力。
产品概览
Server 说明
了解用途、工作方式、能力边界与配置要求。
Dead Simple Email 是在官方 MCP Registry 登记并保持 active 状态的 Server,当前版本为 0.2.4。它面向软件开发场景,提供 Registry 声明的标准连接方式。
Registry 功能说明:Give an agent its own inbox: send, receive, and pull signup codes from real email.
热门依据:MCPBeat 2026-08-25 每日榜单,按远程端点实测可用率或 npm/PyPI 真实周安装量排序。榜单详情:https://mcpbeat.com/mcp-servers/deadsimple/dead-simple-email/
收录时间:2026-08-26。安装前仍应按最小权限原则审查工具列表、认证范围和数据边界。
