Email MCP App
E

Email MCP App

An email server based on the MCP protocol that supports sending and receiving emails through the IMAP and SMTP protocols and provides email management functions
2 points
5.1K

What is the MCP Email Server?

The MCP Email Server is a bridge that connects your email account with AI assistants (such as Claude). It allows AI assistants to securely read your inbox, send new emails, and reply to emails without directly accessing your email password. The server uses standard IMAP and SMTP protocols and supports various email services such as Gmail, Outlook, and corporate mailboxes.

How to use the MCP Email Server?

It's very simple to use: 1) Install the server software; 2) Configure your email account information; 3) Add the server configuration in Claude Desktop or other MCP clients; 4) Start interacting with the AI assistant through natural language to manage your emails. The entire process protects your credentials, and the AI can only access emails through the server.

Use Cases

• Let the AI assistant organize and summarize your inbox • Quickly draft and send emails • Automatically reply to common inquiry emails • Manage email communication through AI in team collaboration • Integrate into automated workflows to handle email tasks

Main Features

Secure Email Access
Securely access IMAP mailboxes through the MCP protocol. The AI assistant cannot directly obtain your mailbox password, and all communications are protected by secure protocols.
Complete Email Management
Supports reading emails, sending new emails, replying to emails, and managing email threads, providing the same functional experience as standard email clients.
Multi-Account Support
You can configure multiple email accounts (such as work and personal mailboxes) and specify which account to use when needed.
Attachment Download (Optional)
You can optionally enable the attachment download function, allowing you to save email attachments to a specified path. It is disabled by default to ensure security.
Intelligent Email Threading
Automatically maintain email conversation threads. When replying to an email, the In-Reply-To and References headers will be correctly set to ensure that the conversation is displayed as a complete thread in the email client.
Flexible Configuration Methods
Supports configuration through the UI interface, TOML configuration files, or environment variables, which is particularly suitable for CI/CD and automated deployment scenarios.
Advantages
Secure Isolation: The AI assistant indirectly accesses emails through the MCP protocol without directly contacting your mailbox credentials.
Easy to Use: You can manage emails through natural language without learning complex email client operations.
Cross-Platform Support: It can run on Windows, macOS, and Linux and supports Docker containerized deployment.
Open Source and Transparent: The code is completely open source, allowing you to review its security yourself, and the community continuously maintains and updates it.
Flexible Configuration: Supports multiple configuration methods to adapt to different usage scenarios and deployment environments.
Limitations
Requires Initial Configuration: You need to set up the email server information and account credentials when using it for the first time.
Depends on MCP Clients: You need Claude Desktop or other MCP-supported clients to use it.
Attachment Function Needs to be Manually Enabled: For security reasons, the attachment download function is disabled by default and requires additional configuration.
Network Requirements: Requires a stable network connection to access the IMAP/SMTP server.
Does Not Support All Email Protocols: Currently, it mainly supports standard IMAP/SMTP, and some special protocols may not be compatible.

How to Use

Install the Server
Install the MCP Email Server using the uv package manager. uv is a fast Python package management tool that ensures the correct installation of dependencies.
Configure Email Accounts
Run the configuration interface and enter your email server information (IMAP/SMTP address, port, account name, password, etc.). The configuration information will be securely saved locally.
Configure Claude Desktop
Add the MCP server configuration to the Claude Desktop configuration file to allow Claude to connect to your email server.
Start Using
Restart Claude Desktop. Now you can let Claude manage your emails through natural language!

Usage Examples

Example 1: Quickly Check Unread Emails
When you start work in the morning, let the AI assistant quickly browse and summarize unread emails and prioritize important matters.
Example 2: Smartly Reply to Work Emails
When you receive a customer inquiry email, let the AI assistant draft a professional reply based on the email content.
Example 3: Organize Emails on a Specific Topic
When you need to find all emails related to a certain project, let the AI assistant help you search and organize them.

Frequently Asked Questions

Is this server secure? Will my mailbox password be leaked?
Which email service providers are supported?
How to enable the attachment download function?
Will the sent emails be saved in the 'Sent' folder?
Can I configure multiple mailbox accounts on the server?
Can I use it in other places besides Claude Desktop?

Related Resources

GitHub Repository
View the source code, submit issues, and participate in contributions.
Official Documentation
Detailed installation, configuration, and usage guides.
Model Context Protocol Official Website
Understand the technical details and specifications of the MCP protocol.
Smithery Installation Page
One-click installation to Claude Desktop through Smithery.
uv Package Manager
Recommended Python package management tool for installing this server.

Installation

Copy the following command to your Client for configuration
{
  "mcpServers": {
    "zerolib-email": {
      "command": "uvx",
      "args": ["mcp-email-server@latest", "stdio"]
    }
  }
}

{
  "mcpServers": {
    "zerolib-email": {
      "command": "uvx",
      "args": ["mcp-email-server@latest", "stdio"],
      "env": {
        "MCP_EMAIL_SERVER_ACCOUNT_NAME": "work",
        "MCP_EMAIL_SERVER_FULL_NAME": "John Doe",
        "MCP_EMAIL_SERVER_EMAIL_ADDRESS": "john@example.com",
        "MCP_EMAIL_SERVER_USER_NAME": "john@example.com",
        "MCP_EMAIL_SERVER_PASSWORD": "your_password",
        "MCP_EMAIL_SERVER_IMAP_HOST": "imap.gmail.com",
        "MCP_EMAIL_SERVER_IMAP_PORT": "993",
        "MCP_EMAIL_SERVER_SMTP_HOST": "smtp.gmail.com",
        "MCP_EMAIL_SERVER_SMTP_PORT": "465"
      }
    }
  }
}

{
  "mcpServers": {
    "zerolib-email": {
      "command": "uvx",
      "args": ["mcp-email-server@latest", "stdio"],
      "env": {
        "MCP_EMAIL_SERVER_ENABLE_ATTACHMENT_DOWNLOAD": "true"
      }
    }
  }
}

{
  "mcpServers": {
    "zerolib-email": {
      "command": "uvx",
      "args": ["mcp-email-server@latest", "stdio"],
      "env": {
        "MCP_EMAIL_SERVER_SENT_FOLDER_NAME": "INBOX.Sent"
      }
    }
  }
}

{
  "mcpServers": {
    "zerolib-email": {
      "command": "{{ ENTRYPOINT }}",
      "args": ["stdio"]
    }
  }
}

{
  "mcpServers": {
    "zerolib-email": {
      "command": "docker",
      "args": ["run", "-it", "ghcr.io/ai-zerolab/mcp-email-server:latest"]
    }
  }
}
Note: Your key is sensitive information, do not share it with anyone.

Alternatives

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.2K
5 points
N
Next Devtools MCP
The Next.js development tools MCP server provides Next.js development tools and utilities for AI programming assistants such as Claude and Cursor, including runtime diagnostics, development automation, and document access functions.
TypeScript
9.7K
5 points
P
Praisonai
PraisonAI is a production-ready multi-AI agent framework with self-reflection capabilities, designed to create AI agents to automate the solution of various problems from simple tasks to complex challenges. It simplifies the construction and management of multi-agent LLM systems by integrating PraisonAI agents, AG2, and CrewAI into a low-code solution, emphasizing simplicity, customization, and effective human-machine collaboration.
Python
10.4K
5 points
B
Blueprint MCP
Blueprint MCP is a chart generation tool based on the Arcade ecosystem. It uses technologies such as Nano Banana Pro to automatically generate visual charts such as architecture diagrams and flowcharts by analyzing codebases and system architectures, helping developers understand complex systems.
Python
10.6K
4 points
M
MCP Agent Mail
MCP Agent Mail is a mail - based coordination layer designed for AI programming agents, providing identity management, message sending and receiving, file reservation, and search functions, supporting asynchronous collaboration and conflict avoidance among multiple agents.
Python
12.4K
5 points
K
Klavis
Klavis AI is an open-source project that provides a simple and easy-to-use MCP (Model Context Protocol) service on Slack, Discord, and Web platforms. It includes various functions such as report generation, YouTube tools, and document conversion, supporting non-technical users and developers to use AI workflows.
TypeScript
20.6K
5 points
D
Devtools Debugger MCP
The Node.js Debugger MCP server provides complete debugging capabilities based on the Chrome DevTools protocol, including breakpoint setting, stepping execution, variable inspection, and expression evaluation.
TypeScript
9.2K
4 points
M
Mcpjungle
MCPJungle is a self-hosted MCP gateway used to centrally manage and proxy multiple MCP servers, providing a unified tool access interface for AI agents.
Go
0
4.5 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
71.6K
4.3 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
20.3K
4.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
34.2K
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
25.4K
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#
31.0K
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
65.2K
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
21.0K
4.5 points
C
Context7
Context7 MCP is a service that provides real-time, version-specific documentation and code examples for AI programming assistants. It is directly integrated into prompts through the Model Context Protocol to solve the problem of LLMs using outdated information.
TypeScript
97.9K
4.7 points
AIBase
Zhiqi Future, Your AI Solution Think Tank
© 2026AIBase