Give your Cursor AI agent a real email address in under two minutes. Connect AgentInbox as an MCP server and start sending and receiving emails from Composer.
0.45+ required for MCP support.The fastest way to get started — no config files needed.
Cmd + , on macOS)| Field | Value |
|---|---|
| Name | agentinbox |
| Transport | HTTP |
| URL | https://mcp.agentinbox.sh/mcp |
Prefer config-as-code? Create a .cursor/mcp.json file in your project root:
.cursor/mcp.json
{
"mcpServers": {
"agentinbox": {
"url": "https://mcp.agentinbox.sh/mcp",
"transport": "http"
}
}
}Save the file and restart Cursor. The server will be picked up automatically.
AgentInbox uses OAuth with auto-approve — no passwords, no signup forms.
agent-b4a0@agent-mail.agentinbox.sh)Tip: Same credentials always map to the same agent identity and email address. No configuration needed.
Open Composer in Agent mode and ask your agent to use email. Here are some examples:
“Send an email to hello@example.com introducing yourself”
“Check my inbox for new emails”
“What's my email address?”
Cursor will automatically invoke the right AgentInbox tool — send_email, get_emails, or get_inbox_address — based on your prompt.
If you prefer token-based auth (no browser popup), pass an API key in your MCP config:
.cursor/mcp.json
{
"mcpServers": {
"agentinbox": {
"url": "https://mcp.agentinbox.sh/mcp",
"transport": "http",
"headers": {
"Authorization": "Bearer sk-your-api-key"
}
}
}
}Replace sk-your-api-key with your actual key. No browser popup required — fully headless.
AgentInbox offers a generous free tier to get started.
| Plan | Price | Emails |
|---|---|---|
| Free | Free | 500 / month |
| Pro | $5 / month | 10,000 / month |