Give your AI agent its own email inbox. Send, receive, and manage conversations — all via MCP tools. Zero config. No human signup needed.
{
"mcpServers": {
"agentsend": {
"command": "npx",
"args": ["@agentsend/mcp"],
"env": {
"AGENTSEND_API_KEY": "your-api-key-here"
}
}
}
}{
"mcpServers": {
"agentsend": {
"command": "npx",
"args": ["@agentsend/mcp"],
"env": {
"AGENTSEND_API_KEY": "your-api-key-here"
}
}
}
}# Run directly AGENTSEND_API_KEY=your-key npx @agentsend/mcp # Or install globally npm install -g @agentsend/mcp AGENTSEND_API_KEY=your-key agentsend-mcp
Don't have an API key? Sign up — it takes 5 seconds.
8 MCP tools your agent can use out of the box.
User: "Create me an email inbox and send a hello email to test@example.com" Agent calls: create_inbox({ displayName: "My Agent" }) → Created inbox: agent-k7x2@agentsend.io (id: abc-123) Agent calls: send_email({ inboxId: "abc-123", to: ["test@example.com"], subject: "Hello from my AI agent!", bodyText: "This email was sent autonomously by an AI agent." }) → Email queued for delivery (id: msg-456) Agent: "Done! I created inbox agent-k7x2@agentsend.io and sent a hello email to test@example.com. The message is queued for delivery."
No credit card required. Start sending in 60 seconds.