Odel
Email (IMAP/SMTP)

Email (IMAP/SMTP)

Local
@boutquin2GoMITUpdated 5mo ago

Multi-account IMAP/SMTP email server with 22 tools for reading, sending, searching, and organizing.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerghcr.io/boutquin/mcp-server-email:latest

Run

docker run -i --rm ghcr.io/boutquin/mcp-server-email:latest

MCP client config

{
  "mcpServers": {
    "email-imap-smtp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/boutquin/mcp-server-email:latest"
      ]
    }
  }
}