IMAP MCP
About
π§ An IMAP Model Context Protocol (MCP) server to expose IMAP operations as tools for AI assistants.
Details
- Author
- dominik1001
- Categories
- Communication, Community, Other
Jump to
Setup
Install IMAP MCP in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/dominik1001/imap-mcp
Follow the installation instructions in the repository README, then restart your MCP client.
π§ An IMAP Model Context Protocol (MCP) server to expose IMAP operations as tools for AI assistants.
- Email Draft Creation: Create draft emails that are saved to your IMAP server's drafts folder
- IMAP Integration: Connect to any IMAP-compatible email server (Gmail, Outlook, etc.)
- Secure Authentication: Uses environment variables for secure credential management
- MCP Compatible: Works with Claude and other AI assistants that support the Model Context Protocol
- TypeScript: Full TypeScript support with proper type definitions
{ "mcpServers": { ..., "imap": { "command": "npx", "args": [ "imap-mcp" ], "env": { "IMAP_HOST": "<IMAP host>", "IMAP_PORT": "<IMAP port>", "IMAP_USERNAME": "<IMAP username>", "IMAP_PASSWORD": "<IMAP password>", "IMAP_USE_SSL": "<true or false>" } } } }
Creates a draft email message and saves it to the IMAP server's drafts folder.
- to(string, required): The recipient's email address
- subject(string, required): The email subject line
- body(string, required): The email body content
- from(string, optional): The sender's email address (defaults to IMAP_USERNAME)
{ "to": "recipient@example.com", "subject": "Meeting Reminder", "body": "Don't forget about our meeting tomorrow at 2 PM.", "from": "sender@example.com" }
The tool will attempt to save the draft to either "INBOX.Drafts" or "Drafts" folder, depending on your email server's folder structure.
Chat with any other OpenAI SDK Compatible Chat Completions API, like Perplexity, Groq, xAI and more
BGG MCP enables AI tools to interact with the BoardGameGeek API.
integrates with Bluesky API to query and search feeds and posts.
This server enables users to send emails through various email providers, including Gmail, Outlook, Yahoo, Sina, Sohu, 126, 163, and QQ Mail. It also supports attaching files from specified directories, making it easy to upload attachments along with the email content.
MCP server acting as an interface to the Facebook Ads, enabling programmatic access to Facebook Ads data and management features.
An MCP server application that sends various types of messages to the WeCom group robot.
Enables interactive LLM workflows by adding local user prompts and chat capabilities directly into the MCP loop.
Connect AI assistants like Cursor to Google Chat and beyond β enabling smart, extensible collaboration across chat platforms.
An ntfy MCP server for sending/fetching ntfy notifications to your self-hosted ntfy server from AI Agents π€ (supports secure token auth & more - use with npx or docker!)
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




