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
By agentmail-to
8025Updated 2 weeks agoTypeScript

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

AgentMail Toolkit

The AgentMail Toolkit integrates popular agent frameworks and protocols including OpenAI Agents SDK, Vercel AI SDK, and Model Context Protocol (MCP) with the AgentMail API.

Setup & Usage

See the Python and Node packages for language specific setup and usage.

View source on GitHub