← 返回
沟通协作 Key 中文

ClawAIMail MCP Server

Email infrastructure for AI agents — create inboxes, send and receive real emails, search messages, manage threads. Alternative to AgentMail with MCP server,...
面向AI智能体的电子邮件基础设施——支持创建收件箱、收发真实邮件、搜索消息、管理会话线程,可作为AgentMail的替代方案,并提供MCP服务器支持。
joansongjr
沟通协作 clawhub v0.2.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 622
下载
💾 5
安装
1
版本
#latest

概述

ClawAIMail - Email for AI Agents

Give your AI agent its own email address. Create inboxes, send and receive real emails, search messages, and manage threads — all through a simple API.

What it does

  • Create Inboxes: Instantly create email addresses like mybot@clawaimail.com
  • Send Emails: Send real emails from your agent's address
  • Receive Emails: Get notified when emails arrive via webhook or WebSocket
  • Read & Search: Read messages, search by keyword, track threads
  • Manage: Labels, custom domains, and more

Setup

  1. Get your API key at https://clawaimail.com (free tier: 3 inboxes, 3K emails/month)
  2. Set your environment variable:
CLAWAIMAIL_API_KEY=pb_your_api_key

MCP Server Configuration

{
  "mcpServers": {
    "clawaimail": {
      "command": "npx",
      "args": ["clawaimail-mcp"],
      "env": {
        "CLAWAIMAIL_API_KEY": "pb_your_api_key"
      }
    }
  }
}

Available Tools

ToolDescription
-------------------
list_inboxesList all your email inboxes
create_inboxCreate a new email inbox (e.g. mybot@clawaimail.com)
send_emailSend an email from an inbox
list_messagesList messages in an inbox
read_emailRead a specific email message
search_emailsSearch emails by keyword
delete_inboxDelete an inbox and all its messages
account_infoGet account info, plan limits, and usage

Example Usage

Create an inbox and send an email

User: Create an email inbox called "assistant"
Agent: [calls create_inbox with username "assistant"]
       Created inbox: assistant@clawaimail.com

User: Send an email to john@example.com saying hello
Agent: [calls send_email with to "john@example.com", subject "Hello", text "Hello from your AI assistant!"]
       Email sent successfully.

Check for new messages

User: Check my inbox for new messages
Agent: [calls list_messages with inbox_id 1, unread true]
       You have 3 unread messages:
       1. From: jane@company.com - Subject: "Meeting tomorrow"
       2. From: support@service.com - Subject: "Your ticket #1234"
       3. From: newsletter@tech.io - Subject: "Weekly digest"

Search emails

User: Find any emails about invoices
Agent: [calls search_emails with query "invoice"]
       Found 2 emails mentioning "invoice":
       1. From: billing@vendor.com - "Invoice #5678 - Due March 15"
       2. From: accounting@partner.org - "Updated invoice attached"

Pricing

  • Free: 3 inboxes, 3K emails/month
  • Starter ($5/mo): 10 inboxes, 5K emails/month
  • Pro ($29/mo): 50 inboxes, 50K emails/month, custom domains
  • Business ($99/mo): 200 inboxes, 200K emails/month

Links

  • Website: https://clawaimail.com
  • API Docs: https://clawaimail.com/docs/
  • GitHub: https://github.com/joansongjr/clawaimail
  • Node.js SDK: npm install clawaimail
  • Python SDK: pip install clawaimail

版本历史

共 1 个版本

  • v0.2.0 当前
    2026-03-30 16:54 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

CN Web Search

joansongjr
中文网页搜索 - 聚合28个免费搜索引擎,无需API Key,纯网页抓取,支持公众号/财经/技术/学术/知识/美股/宏观/上市前搜索
★ 36 📥 9,593
communication-collaboration

Himalaya

lamelas
{"answer":"通过IMAP/SMTP管理邮件的CLI。可在终端使用 `himalaya` 收发、回复、转发、搜索及整理邮件。支持多账户与MML(MIME元语言)编写邮件。"}
★ 68 📥 45,583
communication-collaboration

Slack

steipete
当需要通过 slack 工具从 Clawdbot 控制 Slack 时使用,包括在频道或私信中回复消息或置顶/取消置顶项目。
★ 157 📥 47,675