MCP Catalogs
Homeagenticmail screenshot

agenticmail

by agenticmail·121·Score 47

AgenticMail provides AI agents with email/SMS infrastructure, enabling real communication via programmatic access.

communicationai-llmdeveloper-tools
22
Forks
1
Open issues
this month
Last commit
2d ago
Indexed

Overview

AgenticMail is a comprehensive self-hosted communication platform that bridges AI agents with real-world email and SMS capabilities. It runs a local Stalwart mail server via Docker, integrates Google Voice for phone access, and provides each agent with isolated email addresses, inboxes, and API keys. The platform exposes 75+ REST API endpoints and includes a Gmail-style web UI for human oversight. Its MCP integration enables AI agents to send/receive emails, extract verification codes, and perform collaborative communication tasks.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:AI agents sending and receiving real emails with dedicated addresses
you:Automated verification code extraction from SMS messages
you:Multi-agent collaboration through email-based task assignment and communication
you:Can AgenticMail be used with any AI client?
you:Does AgenticMail provide real email addresses for agents?

When to choose this

Choose AgenticMail when building AI agents that need to communicate with the real world via email/SMS, especially when requiring isolated communication channels and security guardrails against sensitive data leakage.

When NOT to choose this

Avoid if you need a cloud-based solution without self-hosting requirements, or if you're looking for a simpler email integration without the agent-specific features.

Tools this server exposes

12 tools extracted from the README
  • call_agent

    Make synchronous RPC calls between agents with auto timeout and discovery

  • send_email

    Send email with text, HTML, attachments, CC/BCC, and custom headers

  • reply_email

    Reply to an existing email with proper threading headers

  • receive_email

    Receive email via IMAP with real-time event streaming

  • search_emails

    Search emails by sender, subject, body, date, or status

  • manage_drafts

    Save, edit, and send draft emails

  • create_agent

    Create a new agent with unique email address and credentials

  • check_activity

    Check which agents are currently running and their recent activity

  • tail_worker

    Read a running worker's log in real-time

  • save_thread_memory

    Save agent memory for a conversation thread to optimize future wakes

  • get_thread_id

    Get the thread ID for an email to reference in multi-agent communication

  • submit_result

    Submit results for a task assigned to an agent

Comparable tools

email-mcpsms-gateway-mcpimap-mcpmailgun-api

Installation

Installation Options

**Option A — One-line installer (recommended):**

curl -fsSL https://raw.githubusercontent.com/agenticmail/agenticmail/main/install.sh | bash

**Option B — Manual two-command install:**

npm install -g @agenticmail/cli@latest
agenticmail bootstrap

MCP Configuration for Claude Desktop

Add to your Claude Desktop config.json:

{
  "mcpServers": {
    "agenticmail": {
      "command": "npx",
      "args": ["@agenticmail/cli", "mcp"]
    }
  }
}

FAQ

Can AgenticMail be used with any AI client?
Yes, AgenticMail works with any MCP-compatible AI client, including Claude Desktop, OpenClaw, and others via their plugin system.
Does AgenticMail provide real email addresses for agents?
Yes, each agent gets its own dedicated email address with full inbox functionality, independent of other agents.

On Hacker News

Recent discussion from the developer community.

Compare agenticmail with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.