
Clawaimail
Wire Claude Code or Cursor agents to programmable inboxes so they can send, receive, and search email without hand-rolling SMTP or IMAP.
Overview
ClawAIMail is a MCP server for the Build phase that gives AI coding agents programmable inboxes plus send, receive, and search over email.
What is this MCP server?
- Create dedicated inboxes for agents or environments via MCP tools
- Send and receive messages through ClawAIMail’s API from stdio MCP clients
- Search message history so agents can reason over past threads
- stdio transport via npx clawaimail-mcp with CLAWAIMAIL_API_KEY
- Version 0.1.1 npm package; register at clawaimail.com for API key
- Package version 0.1.1; transport stdio; registry npm identifier clawaimail-mcp
- Required secret env: CLAWAIMAIL_API_KEY
- Source repository: github.com/joansongjr/clawaimail
What problem does it solve?
Agents and indie products need real email without days spent on providers, webhooks, and bespoke inbox APIs.
Who is it for?
Solo builders adding agent-triggered transactional or workflow email who want a single API-backed MCP integration.
Skip if: Teams needing full marketing automation, deliverability suites, or self-hosted mail servers without a third-party mailbox service.
What do I get? / Deliverables
Your agent gains MCP tools to create inboxes, exchange mail, and query messages once the API key and stdio server are configured.
- stdio MCP server wired to ClawAIMail
- Agent-callable inbox create/send/receive/search tools
- Environment variable CLAWAIMAIL_API_KEY configured locally
Recommended MCP Servers
Journey fit
Email plumbing is a build-time integration decision when you add outbound notifications, agent-facing mailboxes, or inbox search to a product. ClawAIMail is an MCP bridge to hosted mail APIs—exactly the integrations shelf for agent tooling and backend comms.
How it compares
MCP email integration, not a copywriting or lifecycle marketing skill.
Common Questions / FAQ
Who is ClawAIMail MCP for?
Indie developers and agent builders who want coding assistants to manage real inboxes through MCP instead of manual API wrappers.
When should I use ClawAIMail MCP?
Use it during Build when you add email to an agent workflow—onboarding mail, alerts, or searchable support threads.
How do I add ClawAIMail MCP to my agent?
Obtain CLAWAIMAIL_API_KEY at clawaimail.com, install clawaimail-mcp via npm, run over stdio with npx, and register the server in Claude Code, Cursor, or your MCP client config.