Back to MCP Servers

Agentmail Toolkit

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.

communicationaiagent

Installation

npx -y agentmail-toolkit

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub