Imap Mini MCP
I

Imap Mini MCP

A lightweight MCP server for reading IMAP emails and creating draft replies. Supports all standard IMAP servers and local email bridges, providing functions for email search, movement, marking, and draft management.
2.5 points
0

What is IMAP Mini MCP?

IMAP Mini MCP is a Model Context Protocol (MCP) server that allows AI assistants (such as Claude, ChatGPT, etc.) to securely access your emails. AI can read, search, move, mark, and organize emails, and create draft replies, but cannot send or delete emails, ensuring the security of your mailbox.

How to use IMAP Mini MCP?

You need to configure this MCP server in an AI desktop application (such as Claude Desktop) and provide your IMAP server connection information. After the configuration is completed, the AI assistant can help you manage your emails, such as finding unread emails, organizing emails by sender, creating draft replies, etc.

Use cases

Suitable for users who need AI assistants to help handle daily emails, especially: • Quickly find important emails • Organize the inbox • Create draft email replies • Process emails from specific senders in batches • Combine voice input to implement voice - controlled mailbox

Main features

Email search and filtering
Supports searching emails by multiple conditions such as time, sender, subject, read status, and presence of attachments. Supports relative time (such as '24h', '7d') and absolute time searches.
Email management
Can move emails to different folders, mark as starred, mark as read/unread, create new folders, and support batch operations (batch move by sender or domain name).
Draft creation and reply
Create new email drafts or create draft replies based on existing emails. Supports functions such as reply all, carbon copy, and blind carbon copy. Drafts are saved in the Drafts folder.
Attachment processing
Can download email attachments, view attachment content, and support various types of attachment files.
Multi - server support
Supports all standard IMAP servers (Gmail, Outlook, Fastmail, etc.) and local bridging programs (such as ProtonMail Bridge).
Voice workflow integration
It is recommended to use in combination with voice - to - text tools (such as SuperWhisper, Whisperflow) to implement a convenient workflow for voice - controlled mailboxes.
Advantages
Safe and reliable: AI can only read and create drafts, cannot send or delete emails, avoiding misoperations.
Lightweight and efficient: Focuses on core email management functions without complex or unnecessary features.
Flexible configuration: Supports various IMAP server configurations, including local bridging programs.
Easy to integrate: Standard MCP protocol, compatible with mainstream AI assistants.
Voice - friendly: Specially optimized for voice - controlled workflows to improve efficiency.
Limitations
Limited functions: Focuses on email management and does not include other functions such as calendars and contacts.
Requires configuration: Requires correct configuration of IMAP connection parameters, which may be challenging for non - technical users.
Depends on AI assistants: Needs to be used in conjunction with AI assistants such as Claude and cannot run independently.
Network requirements: Requires a stable network connection to access the IMAP server.

How to use

Installation and building
First, clone or download the project code, then install the dependencies and build the project.
Configure the AI client
Add the MCP server configuration to the configuration file of your AI desktop application (such as Claude Desktop). You need to provide the IMAP server connection information.
Configure connection parameters
Configure the correct connection parameters according to your email provider. Different providers require different settings.
Restart the AI application
After saving the configuration file, restart your AI desktop application, and the MCP server will start automatically.
Start using
Now you can use the email management functions in the AI assistant, such as asking the AI to find emails, organize the inbox, etc.

Usage examples

Quickly find unread important emails
You've just finished a meeting and need to quickly check if there are any unread emails from important customers.
Organize the inbox
Your inbox is cluttered, and you need to organize emails from specific senders into corresponding folders.
Create a meeting confirmation reply
You've received a meeting invitation and need to quickly confirm your attendance and reply.
Voice - controlled email processing
You're driving or your hands are busy and need to process emails by voice.

Frequently Asked Questions

Is this tool safe? Will the AI accidentally delete or send my emails?
Which email service providers are supported?
Why does the connection fail with the prompt 'IMAP connection closed unexpectedly'?
Does Gmail require special configuration?
How to use it in combination with voice input tools?
What is the format of the email ID? Why is it needed?

Related resources

Model Context Protocol (MCP) official documentation
Official specification document of the MCP protocol
GitHub repository
Source code and latest version of IMAP Mini MCP
ProtonMail Bridge
ProtonMail official bridging program for local IMAP access
SuperWhisper voice tool
Recommended voice - to - text tool for the Mac platform
Whisperflow voice tool
Recommended voice - to - text tool for the Windows platform
Change log
View the latest feature updates and fixes

Installation

Copy the following command to your Client for configuration
{
  "mcpServers": {
    "imap-mini-mcp": {
      "command": "node",
      "args": ["/path/to/imap-mini-mcp/dist/index.js"],
      "env": {
        "IMAP_HOST": "imap.example.com",
        "IMAP_USER": "you@example.com",
        "IMAP_PASS": "your-password"
      }
    }
  }
}

{
  "mcpServers": {
    "imap-mini-mcp": {
      "command": "node",
      "args": ["/path/to/imap-mini-mcp/dist/index.js"],
      "env": {
        "IMAP_HOST": "127.0.0.1",
        "IMAP_PORT": "1143",
        "IMAP_SECURE": "false",
        "IMAP_STARTTLS": "false",
        "IMAP_TLS_REJECT_UNAUTHORIZED": "false",
        "IMAP_USER": "you@proton.me",
        "IMAP_PASS": "your-bridge-password"
      }
    }
  }
}
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.3K
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
21.7K
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
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.4K
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.4K
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.7K
4.3 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.3K
5 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.1K
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.4K
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.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
98.1K
4.7 points
AIBase
Zhiqi Future, Your AI Solution Think Tank
© 2026AIBase