Skip to main content
Glama
clemsai

Email MCP Server

by clemsai

Email MCP Server — AgentMail for AI Agents

Give AI agents their own email inboxes. Create, send, receive, and manage email entirely via MCP tools.

What It Does

This MCP server wraps the AgentMail API, giving AI agents:

  • Create inboxes — Programmatic inbox creation via API

  • Send emails — Send from any inbox

  • Receive emails — List, search, and read messages

  • Thread management — Full conversation context

  • Reply — Maintain conversation threads

Related MCP server: ClawAIMail

Quick Start

1. Get AgentMail API Key

Sign up at agentmail.to (free tier: 3 inboxes, 3K emails/mo)

2. Install

pip install -e /root/agents-mcp-servers

3. Configure

export AGENTMAIL_API_KEY="your_key_here"

4. Add to Claude Desktop / Cursor

{
  "mcpServers": {
    "email": {
      "command": "python",
      "args": ["/root/agents-mcp-servers/email_mcp_server.py"],
      "env": {
        "AGENTMAIL_API_KEY": "your_key_here"
      }
    }
  }
}

Tools

Tool

Description

create_inbox

Create a new email inbox

list_inboxes

List all inboxes

send_email

Send an email

list_messages

List messages in inbox

get_message

Get full message content

reply_to_message

Reply maintaining thread

search_messages

Search across messages

get_thread

Get full conversation thread

Publishing

Smithery

npx @smithery/cli publish

Official MCP Registry

npx @modelcontextprotocol/mcp-publisher publish

License

MIT

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    F
    maintenance
    An MCP service that enables AI to fully manage email accounts, supporting sending emails with attachments and multiple recipients across various email providers.
    Last updated
    7
    137
    67
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Provides AI agents with a real email address to send, receive, and manage emails via the Envoi.work platform. It enables seamless email communication, including inbox management and threaded replies, directly within MCP-compatible clients.
    Last updated
    5
    33
    MIT
  • A
    license
    -
    quality
    B
    maintenance
    Provides an AI agent with its own email address to send, receive, and manage emails via MCP. No email server setup required.
    Last updated
    178
    12
    MIT

View all related MCP servers

Related MCP Connectors

  • Hosted email MCP for AI agents with inboxes, send/receive, memory, recovery, and credits.

  • Give an AI agent its own inbox — receive email as a webhook, send over a verified domain.

  • Read, search, send, organize, draft and schedule email across your inboxes from any MCP client.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/clemsai/agents-mcp-servers'

If you have feedback or need assistance with the MCP directory API, please join our Discord server