Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • State of MCP (stats)
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 💬 Communication
  3. Email Automation MCP
Email Automation MCP logo
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 9/22/2026, 2:16:28 PM

Email Automation MCP

User RatingsBe the first to rate and review this MCP server!
View RepositoryVisit Website
emailautomationsmtpimapcommunication

SMTP/IMAP email tools for sending messages, reading inboxes, searching mail, creating drafts, and listing folders.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

One-click editor setup isn’t available for this listing yet — we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.

Manual Client & Custom JSON ConfigExpand JSON â–¾
No confirmed setup config for this listing yet. We only publish a config block when the install details come from the project itself — its README, its docs, or a verified owner. We haven’t found those for email-automation-mcp, and we’d rather show nothing than a guess you’d paste into your client. Follow the project’s own setup instructions for the current steps.
Install Directory Badge Claim listing Alternatives💬 More in Communication

Overview

The email-automation-mcp MCP server exposes email actions through SMTP and IMAP for compatible MCP clients. It supports sending messages, reading inboxes, searching emails, creating drafts, and listing folders across Gmail, Outlook, Yahoo, Fastmail, and other standard providers. Use it when an agent needs to work with an email account through a local stdio process rather than a provider-specific API. Installation is available through PyPI or the documented uvx command.

Use cases

•Send messages from an agent through an SMTP account
•Read incoming mail from an IMAP inbox
•Search mailbox contents by request
•Create email drafts for later review
•List folders in a connected mailbox

Key features

•SMTP email sending
•IMAP inbox reading
•Email search
•Draft creation
•Mailbox folder listing
•Local stdio transport

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Email Automation MCP.

Extracted Tool Capabilities
SMTP email sending
IMAP inbox reading
Email search
Draft creation
Mailbox folder listing
Local stdio transport

How Email Automation MCP works

What email-automation-mcp does

The email-automation-mcp MCP server gives an MCP client a set of email operations backed by standard SMTP and IMAP protocols. It is intended for workflows where an assistant needs to send or inspect email, rather than only generate message text.

Supported actions include sending email, reading an inbox, searching messages, creating drafts, and listing mail folders. The README identifies Gmail, Outlook, Yahoo, and Fastmail as supported providers, while also stating that standard email providers can be used. The server is therefore a fit for mailbox automation that can work through ordinary SMTP and IMAP access.

How it works

The email-automation-mcp MCP server runs locally and communicates with the MCP client over stdio. A client exposes the server's email operations to an assistant, which can then request actions such as send_email, read_inbox, or search_emails.

The email connection layer uses SMTP for sending and IMAP for mailbox access. The supplied material does not specify the individual connection fields, authentication methods, or provider-specific settings required for an account, so those details should be checked in the linked documentation before deployment.

Setup and configuration

The project can be installed from PyPI with:

Terminal
pip install email_automation_mcp

The README also documents this stdio configuration for Claude Desktop and other MCP client configuration files:

config.json
{
  "mcpServers": {
    "email-automation-mcp": {
      "command": "uvx",
      "args": ["email-automation-mcp"]
    }
  }
}

As an alternative, install the package with pip and run the email-automation-mcp command. The README does not provide environment variable names or account credentials, so they should not be inferred from the installation example.

Tools and capabilities

The documented email-automation-mcp capabilities are:

  • Send email through SMTP.
  • Read messages from an inbox through IMAP.
  • Search email.
  • Create drafts.
  • List mailbox folders.

The examples specifically refer to send_email, read_inbox, and search_emails. The README describes the other capabilities but does not provide their exact tool names or argument schemas.

Limitations and notes

The available material does not describe attachment handling, HTML formatting, reply or forwarding behavior, pagination, filtering syntax, or mailbox write operations beyond draft creation. It also does not list provider-specific setup instructions or credential fields. Confirm those details in the project's full documentation before relying on them in an automated workflow.

The repository states that the project is MIT licensed. Its README also advertises separate paid MEOK governance and enterprise offerings; those offerings are not required by the documented local installation of this email server.

Getting started with this email-automation-mcp MCP server

Always refer to the official documentation for the most accurate and up-to-date information.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Communication View all alternatives
  • Email MCP logoEmail MCP

    IMAP/SMTP email MCP server with 42 tools for reading, searching, sending, scheduling, and managing emails across multiple accounts. Supports IMAP IDLE push, AI triage, desktop notifications, and auto-detects providers like Gmail, Outlook, and iCloud.

    💬 Communication3 views
    Compare vs Email MCP →
  • Better Email MCP logoBetter Email MCP

    IMAP/SMTP email MCP server with App Passwords (no OAuth2). Auto-discovers Gmail, Outlook, Yahoo, iCloud. 5 composite tools: search, read, send, reply, forward. Multi-account support.

    💬 Communication2 views
    Compare vs Better Email MCP →
  • Agenticmail logoAgenticmail

    Real email and SMS for AI agents. Run a local mail server with disposable inboxes, send/receive real email, fetch verification codes, and drive a real inbox — all from your machine, no third-party email API. Install with npx @agenticmail/mcp.

    💬 Communication4 views
    Compare vs Agenticmail →
  • Email MCP logoEmail MCP

    Unified MCP server for email across Gmail (REST API), Outlook (Microsoft Graph), iCloud, and generic IMAP/SMTP. 24 tools for search, send, organize, and batch-manage emails with built-in OAuth2 and encrypted credential storage.

    💬 Communication4 views
    Compare vs Email MCP →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

npm downloads
59
Package downloads in the last 30 days.
Last commit
20d ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Email Automation MCP

Install the PyPI package with `pip install email_automation_mcp`, or configure the documented `uvx email-automation-mcp` stdio command.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewEmail Automation MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/email-automation-mcp?style=directory)](https://allmcps.com/mcp/email-automation-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/email-automation-mcp"><img src="https://allmcps.com/api/badge/email-automation-mcp?style=directory" alt="Email Automation MCP on AllMCPs" /></a>

Technical Specs & Signals

Category💬Communication
PricingFree
More technical detailsExpand â–¾
AuthOther
LicenseMIT
ClientsClaude Desktop
Last updatedSep 7, 2026
7/14 checks healthy over the last 45d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit20d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 4, 2026
npm downloads59/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
27Quality signal: Emerging · 27/100How this signal is calculated ▾
Server availability0/25
Verified ownership8/20
Documentation & tools13/30
Adoption & activity6/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 8/24/2026 via OSV.dev

★ Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 💬 Communication →Best MCP servers for Slack & Communication →Alternatives to Email Automation MCP →Install in Claude DesktopInstall in CursorInstall in VS CodeSetup guides for all 13 MCP clients