HomeCommunication › clawaimail

clawaimail

Email infrastructure for AI agents. Create inboxes, send/receive email, and search messages.

TypeScript Cloud macOSWindowsLinux
★ 2 stars Last pushed 2026-03-23 License: MIT

Topics: Communication

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.1)

npx -y clawaimail-mcp@0.1.1

Or add to your MCP client config:

{
  "mcpServers": {
    "clawaimail": {
      "command": "npx",
      "args": [
        "-y",
        "clawaimail-mcp@0.1.1"
      ],
      "env": {
        "CLAWAIMAIL_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • CLAWAIMAIL_API_KEY required secret — Your ClawAIMail API key. Get one at https://clawaimail.com

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry