agentmail-toolkit/mcp
An MCP server to create inboxes on the fly to send, receive, and take actions on email. We aren't AI agents for email, but email for AI Agents.
Quick Start
Clone the repository:
git clone https://github.com/agentmail-to/agentmail-toolkit/tree/main/mcpClaude Desktop configuration example:
{
"mcpServers": {
"agentmail-toolkit": {
"command": "npx",
"args": [
"-y",
"agentmail-toolkit/mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.