Skip to main content
CommunicationPython

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.

communication
Share:

Quick Start

Clone the repository:

git clone https://github.com/agentmail-to/agentmail-toolkit/tree/main/mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "agentmail-toolkit": {
      "command": "npx",
      "args": [
        "-y",
        "agentmail-toolkit/mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Communication
Language
Python
Author
agentmail-to