MCP Catalogs
首页agenticmail screenshot

agenticmail

by agenticmail·121·综合分 47

AgenticMail 为 AI 代理提供电子邮件/短信基础设施,通过编程方式实现真实通信。

communicationai-llmdeveloper-tools
22
Forks
1
活跃 Issue
本月
最近提交
2 天前
收录于

概述

AgenticMail 是一个全面的自我托管通信平台,连接 AI 代理与现实世界的电子邮件和短信功能。它通过 Docker 运行本地 Stalwart 邮件服务器,集成 Google Voice 提供电话访问,并为每个代理提供独立的电子邮件地址、收件箱和 API 密钥。该平台提供 75 多个 REST API 端点,并包含一个类 Gmail 的 Web 界面供人工监督。其 MCP 集成使 AI 代理能够发送/接收电子邮件、提取验证码和执行协作通信任务。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:AI 代理使用专用地址发送和接收真实电子邮件
:从短信中自动提取验证码
:通过基于电子邮件的任务分配和通信进行多代理协作
:AgenticMail 可以与任何 AI 客户端一起使用吗?
:AgenticMail 是否为代理提供真实的电子邮件地址?

什么时候选它

当构建需要通过邮件/短信与真实世界通信的AI代理时选择AgenticMail,特别是当需要隔离的通信渠道和防止敏感数据泄露的安全防护措施时。

什么时候不要选它

如果需要无需自托管的云解决方案,或者寻找没有代理特定功能的简单邮件集成,则应避免使用。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • call_agent

    Make synchronous RPC calls between agents with auto timeout and discovery

  • send_email

    Send email with text, HTML, attachments, CC/BCC, and custom headers

  • reply_email

    Reply to an existing email with proper threading headers

  • receive_email

    Receive email via IMAP with real-time event streaming

  • search_emails

    Search emails by sender, subject, body, date, or status

  • manage_drafts

    Save, edit, and send draft emails

  • create_agent

    Create a new agent with unique email address and credentials

  • check_activity

    Check which agents are currently running and their recent activity

  • tail_worker

    Read a running worker's log in real-time

  • save_thread_memory

    Save agent memory for a conversation thread to optimize future wakes

  • get_thread_id

    Get the thread ID for an email to reference in multi-agent communication

  • submit_result

    Submit results for a task assigned to an agent

可对比工具

email-mcpsms-gateway-mcpimap-mcpmailgun-api

安装

安装选项

**选项 A — 一行安装程序(推荐):**

curl -fsSL https://raw.githubusercontent.com/agenticmail/agenticmail/main/install.sh | bash

**选项 B — 手动两步安装:**

npm install -g @agenticmail/cli@latest
agenticmail bootstrap

Claude Desktop 的 MCP 配置

添加到您的 Claude Desktop config.json:

{
  "mcpServers": {
    "agenticmail": {
      "command": "npx",
      "args": ["@agenticmail/cli", "mcp"]
    }
  }
}

FAQ

AgenticMail 可以与任何 AI 客户端一起使用吗?
是的,AgenticMail 可以与任何兼容 MCP 的 AI 客户端一起使用,包括 Claude Desktop、OpenClaw 和其他通过其插件系统的客户端。
AgenticMail 是否为代理提供真实的电子邮件地址?
是的,每个代理都有自己专用的电子邮件地址和完整的收件箱功能,独立于其他代理。

Hacker News 讨论

开发者社区最近的相关讨论。

agenticmail 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。