A provider-agnostic MCP server for email (IMAP/SMTP). Works with any email provider — Purelymail, Gmail, Outlook, DomainFactory, or any standard
A provider-agnostic MCP server for email (IMAP/SMTP). Works with any email provider — Purelymail, Gmail, Outlook, DomainFactory, or any standard IMAP/SMTP server. The simple email mcp mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 14 defined tools rather than through you.
simple-email-mcp on PyPI is all you need. Most clients run it directly, so configuration is a few lines and a restart.
Everything the assistant can do here goes through one of these:
Action — Descriptionvalidate_config — Validate config without logging into IMAP/SMTPlist_accounts — List configured accountslist_folders — List IMAP folders for an accountlist_emails — List recent emails in a foldersearch — Search emails using IMAP criteriaread — Read full email content by UIDget_attachment — Download an attachment as base64prepare_attachments — Inspect local attachment paths before sendingsave_attachment — Save an attachment directly to disk (preferred for large files)send — Send an email (text, HTML, attachments, calendar invites)reply — Reply to an email (auto-sets recipient, subject, threading, quotes body)You will need 2 environment variables: IMAP_HOST, SMTP_HOST. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
This sits in the team communication group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Simple Email MCP's toolset — Action, validate_config, list_accounts and 11 more — is a fair guide to whether it matches your workflow. It is maintained by mexican75; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| Action | Description |
| validate_config | Validate config without logging into IMAP/SMTP |
| list_accounts | List configured accounts |
| list_folders | List IMAP folders for an account |
| list_emails | List recent emails in a folder |
| search | Search emails using IMAP criteria |
| read | Read full email content by UID |
| get_attachment | Download an attachment as base64 |
| prepare_attachments | Inspect local attachment paths before sending |
| save_attachment | Save an attachment directly to disk (preferred for large files) |
| send | Send an email (text, HTML, attachments, calendar invites) |
| reply | Reply to an email (auto-sets recipient, subject, threading, quotes body) |
| reply_all | Reply all (sender to To, other recipients to CC, quotes body) |
| forward | Forward an email with original attachments |
Or if running from source:
```json
{
"mcpServers": {
"email": {
"command": "python",
"args": ["/path/to/simple_email_mcp.py"]
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| IMAP_HOST | Endpoint or connection string the server talks to. | Optional |
| SMTP_HOST | Endpoint or connection string the server talks to. | Optional |
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Inbox intelligence — search, read, draft and send Gmail through your assistant with OAuth auto-setup.
Read and write Jira, Confluence, Bitbucket, JSM and Compass from your AI client — with your own permissions.
Read and send Telegram messages through your assistant — chats, channels and history via the client API.
Enables Discord bot integration with Model Context Protocol (MCP) compatible applications like Claude Desktop.
Exposes REST APIs defined by OpenAPI specifications as Model Context Protocol (MCP) tools, facilitating seamless integration into MCP-based workflows.