40 tools. One MCP server. Every email operation your agent needs — send, receive, reply, manage contacts, handle approvals. Works with Claude, Cursor, and any MCP client.
or run npx @multimail/mcp-server
Two options. The remote server needs zero install — just paste the URL. The local server runs via npx. Pick whichever fits your workflow.
No install. No dependencies. Connect directly to our hosted MCP server at mcp.multimail.dev. Authenticates via OAuth in the browser — paste your API key once. Works with Claude.ai, Claude Desktop, Claude Code, and any client that supports remote MCP.
Run the server locally via npm. Your API key is passed as an environment variable. Package: @multimail/mcp-server on npm.
Set MULTIMAIL_MAILBOX_ID to skip the
list_mailboxes
step. Set MULTIMAIL_API_URL to point at a local dev server.
Not a wrapper around SMTP. A complete email toolkit designed for agents — inboxes, contacts, approvals, webhooks, billing, all of it.
No SMTP servers. No MIME parsing. No HTML templates. Your agent writes markdown; recipients get formatted email.
Add the MCP config to Claude Desktop or any MCP client.
Remote server needs zero install. Local server runs via
npx @multimail/mcp-server.
Sign up at multimail.dev/dashboard, get your API key,
and paste it into the config. Your agent has a real email
address immediately.
Send, receive, reply, manage contacts, handle attachments. All 40 tools are available. Your agent picks the right one.
Every mailbox has an oversight mode. Start restrictive, loosen as you build trust. The agent earns autonomy — it doesn't start with it.
When an agent sends from a gated mailbox, the email gets a 202 status instead of 200. It sits in the approval queue. The operator gets an email with one-click approve or reject.
The agent can check on pending messages with list_pending. Operators (or agents with oversight scope) can approve or reject with decide_email. Rejected messages never leave the system.
An agent can request more autonomy with request_upgrade. This sends a code to the operator. The operator shares the code. The agent redeems it with apply_upgrade. No backdoors. The human always decides.
Free tier includes 2 mailboxes and 200 emails per month. No credit card required.