ClawAIMail MCP Server — ClawAIMAIl MCP Server
v0.2.0EmAIl infrastructure for AI 代理s — 创建 inboxes, 发送 and 接收 real emAIls, 搜索 messages, manage threads. Alternative to 代理MAIl with MCP server, REST API, 网页hooks, and 网页Socket 流ing.
运行时依赖
安装命令
点击复制技能文档
ClawAIMAIl - EmAIl for AI 代理s
Give your AI 代理 its own emAIl 添加ress. 创建 inboxes, 发送 and 接收 real emAIls, 搜索 messages, and manage threads — all through a simple API.
What it does 创建 Inboxes: Instantly 创建 emAIl 添加resses like my机器人@clawAImAIl.com 发送 EmAIls: 发送 real emAIls from your 代理's 添加ress 接收 EmAIls: 获取 notified when emAIls arrive via 网页hook or 网页Socket Read & 搜索: Read messages, 搜索 by keyword, 追踪 threads Manage: Labels, custom domAIns, and more 设置up 获取 your API key at https://clawAImAIl.com (free tier: 3 inboxes, 3K emAIls/month) 设置 your 环境 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 工具s 工具 Description 列出_inboxes 列出 all your emAIl inboxes 创建_inbox 创建 a new emAIl inbox (e.g. my机器人@clawAImAIl.com) 发送_emAIl 发送 an emAIl from an inbox 列出_messages 列出 messages in an inbox read_emAIl Read a specific emAIl message 搜索_emAIls 搜索 emAIls by keyword 删除_inbox 删除 an inbox and all its messages account_信息 获取 account 信息, plan limits, and usage Example Usage 创建 an inbox and 发送 an emAIl User: 创建 an emAIl inbox called "助手" 代理: [calls 创建_inbox with username "助手"] 创建d inbox: 助手@clawAImAIl.com
User: 发送 an emAIl to john@example.com saying hello 代理: [calls 发送_emAIl with to "john@example.com", subject "Hello", text "Hello from your AI 助手!"] EmAIl sent 成功fully.
检查 for new messages User: 检查 my inbox for new messages 代理: [calls 列出_messages with inbox_id 1, unread true] You have 3 unread messages: 1. From: jane@company.com - Subject: "Meeting tomorrow" 2. From: support@服务.com - Subject: "Your ticket #1234" 3. From: newsletter@tech.io - Subject: "Weekly digest"
搜索 emAIls User: Find any emAIls about invoices 代理: [calls 搜索_emAIls with 查询 "invoice"] Found 2 emAIls mentioning "invoice": 1. From: billing@vendor.com - "Invoice #5678 - Due March 15" 2. From: accounting@partner.org - "更新d invoice attached"
Pricing Free: 3 inboxes, 3K emAIls/month 启动er ($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 网页site: https://clawAImAIl.com API Docs: https://clawAImAIl.com/docs/ GitHub: https://github.com/joansongjr/clawAImAIl Node.js SDK: npm 安装 clawAImAIl Python SDK: pip 安装 clawAImAIl