Email MCP
E

Email MCP

A universal email management server based on the Model Context Protocol, supporting automatic configuration of mainstream email service providers such as QQ, 163, and Gmail, and providing complete functions such as sending, receiving, and managing email attachments.
2.5 points
8.4K

What is the Universal Email MCP Server?

The Universal Email MCP Server is an email management tool built on the Model Context Protocol (MCP). It allows AI assistants (such as Claude) to directly access and manage your email. Through this server, AI can help you send emails, view your inbox, manage email attachments, etc., just like having a smart email assistant.

How to use the Universal Email MCP Server?

It's very simple to use: 1) Install the MCP server. 2) Configure your email account in the MCP client (such as Claude Desktop). 3) Operate your email directly through the AI assistant. The system supports automatic recognition of mainstream email service providers, eliminating the need for complex server configuration.

Applicable scenarios

Suitable for various scenarios where AI assistance is needed to handle emails: • Automatically send notification emails • Process customer inquiries in batches • Intelligently organize the inbox • Send reports at scheduled times • Analyze and summarize email content

Main Features

Intelligent Email Recognition
Automatically recognize mainstream email service providers such as QQ Mail, 163 Mail, Gmail, and Outlook, eliminating the need to manually configure the server address.
Email Sending
Supports sending HTML and plain text emails. Multiple recipients, carbon copies, blind carbon copies, and attachments can be added.
Email Receiving
Get the list of recent emails and their detailed content. Automatically select the best protocol (IMAP/POP3).
Enterprise Email Support
Specifically supports enterprise - level email services such as Tencent Enterprise Mail and NetEase Enterprise Mail.
Attachment Processing
Supports file attachments and Base64 - encoded content, making it convenient to send files in various formats.
Connection Testing
Built - in SMTP/IMAP server connection testing tool to quickly diagnose configuration issues.
Advantages
Supports 8 major mainstream email service providers, covering personal and enterprise emails
Intelligent automatic configuration reduces the complexity of manual settings
Protocol optimization automatically selects the best connection method
Dedicated support for enterprise emails, with simpler configuration
Built - in diagnostic tools to quickly troubleshoot problems
Limitations
The email needs to enable SMTP/IMAP services and obtain an authorization code
Gmail will require an app - specific password starting from May 2025
Some enterprise emails require administrator permission to enable third - party access
The network environment may affect connection stability

How to Use

Get the Email Authorization Code
Log in to your email, find the SMTP/IMAP/POP3 service in the settings, enable the service, and generate an authorization code (not the login password).
Install the MCP Server
Install globally via npm or run using npx.
Configure the MCP Client
Add server configuration in MCP clients such as Claude Desktop.
Test the Connection
Test the email connection status in the AI assistant.

Usage Examples

Send a Notification Email
The AI assistant helps you automatically send a project progress notification email to team members.
View Customer Inquiries
Quickly view recently received customer inquiry emails.
Send a Report with Attachments
Send a monthly report and attach a PDF file.
Configure a New Email Account
Add a new enterprise email account.

Frequently Asked Questions

What is an authorization code? What's the difference between it and the login password?
Why can't I connect to my 163 email?
Do enterprise emails require special configuration?
What should I do if I can't connect to Gmail?
How can I test if the email configuration is correct?
Which email service providers are supported?

Related Resources

Complete Configuration Guide
Contains detailed configuration tutorials and troubleshooting for all email types.
GitHub Repository
Project source code and latest updates.
npm Package Page
npm package information and installation instructions.
NetEase Mail Help Center
Official documentation for NetEase Mail client settings.
Tencent Enterprise Mail Configuration
Configuration guide for third - party access to Tencent Enterprise Mail.

Installation

Copy the following command to your Client for configuration
{
  "mcpServers": {
    "universal-email": {
      "command": "npx",
      "args": ["mcp-email"],
      "env": {
        "EMAIL_USER": "your-email@domain.com",
        "EMAIL_PASSWORD": "your-password-or-auth-code",
        "EMAIL_TYPE": "auto"
      }
    }
  }
}

{
  "mcpServers": {
    "universal-email": {
      "command": "node",
      "args": ["F:\\path\\to\\email-mcp\\index.js"],
      "env": {
        "EMAIL_USER": "your-email@domain.com",
        "EMAIL_PASSWORD": "your-password-or-auth-code",
        "EMAIL_TYPE": "auto"
      }
    }
  }
}

{
  "mcpServers": {
    "enterprise-email": {
      "command": "node",
      "args": ["F:\\path\\to\\email-mcp\\index.js"],
      "env": {
        "EMAIL_USER": "user@company.com",
        "EMAIL_PASSWORD": "your-enterprise-auth-code",
        "EMAIL_TYPE": "exmail"
      }
    }
  }
}
Note: Your key is sensitive information, do not share it with anyone.

Alternatives

V
Vestige
Vestige is an AI memory engine based on cognitive science. By implementing 29 neuroscience modules such as prediction error gating, FSRS - 6 spaced repetition, and memory dreaming, it provides long - term memory capabilities for AI. It includes a 3D visualization dashboard and 21 MCP tools, runs completely locally, and does not require the cloud.
Rust
6.2K
4.5 points
M
Moltbrain
MoltBrain is a long-term memory layer plugin designed for OpenClaw, MoltBook, and Claude Code, capable of automatically learning and recalling project context, providing intelligent search, observation recording, analysis statistics, and persistent storage functions.
TypeScript
5.7K
4.5 points
B
Bm.md
A feature-rich Markdown typesetting tool that supports multiple style themes and platform adaptation, providing real-time editing preview, image export, and API integration capabilities
TypeScript
5.1K
5 points
S
Security Detections MCP
Security Detections MCP is a server based on the Model Context Protocol that allows LLMs to query a unified security detection rule database covering Sigma, Splunk ESCU, Elastic, and KQL formats. The latest version 3.0 is upgraded to an autonomous detection engineering platform that can automatically extract TTPs from threat intelligence, analyze coverage gaps, generate SIEM-native format detection rules, run tests, and verify. The project includes over 71 tools, 11 pre-built workflow prompts, and a knowledge graph system, supporting multiple SIEM platforms.
TypeScript
5.4K
4 points
P
Paperbanana
Python
7.7K
5 points
B
Better Icons
An MCP server and CLI tool that provides search and retrieval of over 200,000 icons, supports more than 150 icon libraries, and helps AI assistants and developers quickly obtain and use icons.
TypeScript
7.5K
4.5 points
A
Assistant Ui
assistant - ui is an open - source TypeScript/React library for quickly building production - grade AI chat interfaces, providing composable UI components, streaming responses, accessibility, etc., and supporting multiple AI backends and models.
TypeScript
7.7K
5 points
A
Apify MCP Server
The Apify MCP Server is a tool based on the Model Context Protocol (MCP) that allows AI assistants to extract data from websites such as social media, search engines, and e-commerce through thousands of ready-to-use crawlers, scrapers, and automation tools (Apify Actors). It supports OAuth and Skyfire proxy payment and can be integrated into MCP clients such as Claude and VS Code through HTTPS endpoints or local stdio.
TypeScript
6.4K
5 points
M
Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
35.6K
5 points
N
Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
21.6K
4.5 points
G
Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
24.8K
4.3 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
73.8K
4.3 points
U
Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
32.6K
5 points
F
Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
64.0K
4.5 points
G
Gmail MCP Server
A Gmail automatic authentication MCP server designed for Claude Desktop, supporting Gmail management through natural language interaction, including complete functions such as sending emails, label management, and batch operations.
TypeScript
22.1K
4.5 points
M
Minimax MCP Server
The MiniMax Model Context Protocol (MCP) is an official server that supports interaction with powerful text-to-speech, video/image generation APIs, and is suitable for various client tools such as Claude Desktop and Cursor.
Python
48.6K
4.8 points
AIBase
Zhiqi Future, Your AI Solution Think Tank
© 2026AIBase