Email infrastructure for AI agents. Create inboxes, send/receive email, and search messages.
Connect Clawaimail to Claude, Cursor or any other MCP client and it stops being a tab you switch to. Email infrastructure for AI agents. Create inboxes, send/receive email, and search messages. The clawaimail mcp server is what makes that connection.
ClawAIMail gives AI agents their own email addresses and full programmatic control over sending, receiving, and managing email. Built for developers who need reliable email primitives in agentic workflows.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
Method — EndpointPOST — /v1/emails/sendGET — /v1/emailsDELETE — /v1/emails/:idCursor — Once configured, the agent can call tools like send_email, read_inbox, search_emails, and create_mailbox without any additional codeConfiguration is passed through the environment: CLAWAIMAIL_API_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
This sits in the team communication group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Clawaimail's toolset — Method, POST, GET and 2 more — is a fair guide to whether it matches your workflow. It is maintained by joansongjr; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Clawaimail's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Method | Endpoint |
| POST | /v1/emails/send |
| GET | /v1/emails |
| DELETE | /v1/emails/:id |
| Cursor | Once configured, the agent can call tools like send_email, read_inbox, search_emails, and create_mailbox without any additional code. |
{
"mcpServers": {
"clawaimail": {
"command": "npx",
"args": ["-y", "clawaimail-mcp"],
"env": {
"CLAWAIMAIL_API_KEY": "your-api-key"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| CLAWAIMAIL_API_KEY | Credential the server authenticates with. | Yes |
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Inbox intelligence — search, read, draft and send Gmail through your assistant with OAuth auto-setup.
Read and write Jira, Confluence, Bitbucket, JSM and Compass from your AI client — with your own permissions.
Read and send Telegram messages through your assistant — chats, channels and history via the client API.
Enables Discord bot integration with Model Context Protocol (MCP) compatible applications like Claude Desktop.
Exposes REST APIs defined by OpenAPI specifications as Model Context Protocol (MCP) tools, facilitating seamless integration into MCP-based workflows.