agent-inbox
by gsd-build·★ 42·综合分 45
为AI代理提供临时邮箱的MCP服务器,可自动处理邮件验证和身份验证流程。
概述
agent-inbox 是一个实现良好的 MCP 服务器,可根据需要创建临时电子邮件地址,使 AI 代理能够注册服务、接收确认电子邮件并提取验证链接,无需人工干预。该服务器支持多个电子邮件提供商并具有自动故障转移功能,包含邮箱管理和验证链接提取工具,并提供交互式安装程序,可自动配置流行的 AI 编码代理。实现包括适当的清理机制和智能轮询,通过退避策略确保可靠的邮件检测。
试试问 AI
装完之后,这里有 6 个你可以让 AI 做的事:
什么时候选它
当您需要AI代理处理邮件验证流程且无需API密钥或手动干预时,选择agent-inbox。
什么时候不要选它
如果您需要持久性电子邮件地址,或者服务会阻止一次性电子邮件域名,请不要选择它,因为邮箱无法在服务器重启后存活。
此 server 暴露的工具
从 README 抽取出 6 个工具create_inboxSpin up a temporary email address with optional prefix and name for reference.
check_inboxCheck for messages in an inbox, returning subjects, bodies, and verification links.
wait_for_emailPoll until a matching email arrives, filtering by sender and subject with auto-retries.
verify_emailOne-shot verification: polls for confirmation email, extracts the link, and visits it.
list_inboxesShow all active inboxes with their names and providers.
delete_inboxDestroy an inbox and its backing account.
可对比工具
安装
安装
npx gsd-agent-inbox交互式安装程序会自动检测您的 AI 编码代理(Claude Code、Codex CLI、Cursor、Gemini CLI、Windsurf)并配置 MCP 服务器。
Claude Desktop 手动设置
添加到 ~/.claude/settings.json:
{
"mcpServers": {
"agent-inbox": {
"command": "npx",
"args": ["-y", "gsd-agent-inbox"]
}
}
}FAQ
- 它需要 API 密钥或账户吗?
- 不需要 API 密钥或账户。服务器使用 mail.tm 作为主要提供商,并自动故障转移到 1secmail。
- 电子邮件邮箱能持续多久?
- 邮箱仅存在于内存中,无法在服务器重启后存活。当 MCP 服务器关闭时会自动清理。
- 它能处理附件下载吗?
- 不能,它目前仅支持文本和 HTML 邮件正文,不支持附件。
agent-inbox 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。