Give your agent its own inbox. Receive, parse, and reply to email via MCP. Human supervision built in. Remote server, no local setup.
In the dashboard, create a new agent inbox. You get a domain, API key, and MCP endpoint instantly.
Add the MailKite MCP server to your agent's config. One JSON block and your agent has an inbox.
Email arrives, the agent reads it via MCP, and can reply or forward. You supervise from the dashboard.
Add the MCP server to your agent's config. That's it.
// Connect Claude Code to MailKite via MCP
// 1. Add the MailKite MCP server to your config:
{
"mcpServers": {
"mailkite": {
"command": "npx",
"args": ["@mailkite/mcp"],
"env": {
"MAILKITE_API_KEY": "your-api-key"
}
}
}
}
// 2. Your agent now has these tools:
// - mailkite_receive — read incoming email
// - mailkite_send — send email from the agent's inbox
// - mailkite_list — list messages in the inbox
// - mailkite_reply — reply to a specific thread Connect any MCP-compatible agent to MailKite's hosted MCP server at mcp.mailkite.dev. No local setup required.
First-class plugin for Claude Code — install once, your agent gets an inbox automatically. Works with Claude Desktop too.
Every agent gets its own domain, inbox, and API key. Isolate agents from each other and from your production mail.
Agents can receive freely. Outbound sends require explicit approval or pre-authorized templates. Full audit trail.
Agents can follow up on conversations. threadId links replies to the original message — the agent maintains context.
Set per-agent limits on send rate, recipient domains, and message size. The agent can't exceed its bounds.
MCP email is email integration for AI agents via the Model Context Protocol. MailKite provides a remote MCP server that gives any Claude-compatible agent its own inbox — receive, parse, and reply to email with tool calls.
Each agent gets its own domain and webhook. When email arrives, MailKite parses it and the agent can read it via MCP tools. The agent can also send replies — all from within the MCP conversation.
MailKite has built-in guardrails: per-agent scope limits, send-rate caps, human-in-the-loop approval for outbound, and full audit logs. Agents can receive freely but outbound requires explicit approval or pre-authorized templates.
Any agent that speaks MCP: Claude Code, Cursor, Windsurf, VS Code with Copilot, and custom agents built on the Agents SDK or MCP SDK. MailKite also has a native Claude Code plugin.
Create an agent inbox, connect via MCP, and start receiving email in minutes.