Send, receive, monitor and reply to email from AI agents with threaded inbox context.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
English | ็ฎไฝไธญๆ
Official EngageLab Email project.
Send, receive, and reply to email from AI agents โ through the Model Context Protocol.
Each agent gets its own mailbox: a real address that sends and receives, with conversations grouped into threads so your agent has context. Works with Claude Desktop, Claude Code, Cursor, Cowork, and any MCP-compatible client.
Most email APIs are send-only. Agents that need to have a conversation over email โ support, scheduling, approvals โ need an inbox.
| Tool | What it does | |
|---|---|---|
| Discover | list_mailboxes | List mailboxes; call this first to get IDs |
| Send | send_email | New email (text/html, cc/bcc, attachments, sandbox) |
reply_email | Reply to a message โ recipients & thread inferred | |
| Receive | list_inbound_messages | Inbound mail, filter by mailbox/keyword |
get_message | Full message details by UID | |
check_new_messages | One-shot poll for new mail | |
| Threads | list_threads / get_thread / list_thread_messages | Browse conversations |
For local stdio distribution, build an MCPB bundle:
The bundle is generated at dist/engagelab-agent-email.mcpb and can be uploaded through Smithery publishing.
EngageLab Agent Email is also listed in the official MCP Registry. Clients that consume the Registry can find it by the server name io.github.R1ghtHereWaiting/engagelab-email; the underlying npm package remains @engagelabemail/mcp.
1. Get a Secret Key. Create an EngageLab account and generate a key from the console (format sk_sg_xxx โ the prefix selects the region). Or use the CLI: engagelab-email-cli login creates one via browser.
2. Create a mailbox. In the console, create a mailbox for your agent (shared subdomain is instant; custom domains need DNS verification). Programmatic mailbox creation is on the roadmap โ see Troubleshooting if list_mailboxes returns empty.
3. Register the server.
Claude Desktop โ add the JSON block above to claude_desktop_config.json.
Claude Code:
Then ask your agent:
List my mailboxes, then send an email from the first one to bob@example.com saying the invoice is approved.
A typical agent loop for a support bot:
| Environment variable | Required | Description |
|---|---|---|
ENGAGELAB_EMAIL_SECRET_KEY | Yes | Secret Key starting with sk_ |
ENGAGELAB_EMAIL_BASE_URL | No | Override the API base URL. Inferred from the key region: sg โ Singapore, tr โ Tรผrkiye |
Limits: up to 10 attachments / 10MB total per message (base64-encoded in the tool schema).
list_mailboxes returns an empty list โ your account has no mailbox yet. Create one in the EngageLab console (see Quickstart step 2). Agents cannot self-provision mailboxes yet.code 100101 โ the Secret Key is wrong or revoked. Check ENGAGELAB_EMAIL_SECRET_KEY and that the key's region prefix (sk_sg_ / sk_tr_) matches the endpoint you use.ENGAGELAB_EMAIL_BASE_URL explicitly.reply_email (not send_email) so In-Reply-To headers and threading stay intact.check_new_messages--json output for agentsNo reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/engagelab-email)<a href="https://allmcps.com/mcp/engagelab-email"><img src="https://allmcps.com/api/badge/engagelab-email?style=directory" alt="Engagelab Email on AllMCPs" /></a>