Odel
Mailbox

Mailbox

Local
@psyb0t2PythonWTFPLUpdated 2w ago

Self-hosted MCP server for unified IMAP/SMTP mailbox access: read, list, and send email.

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).

Dockerdocker.io/psyb0t/mailbox:v0.4.14

Run

docker run -i --rm docker.io/psyb0t/mailbox:v0.4.14

MCP client config

{
  "mcpServers": {
    "mailbox": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/psyb0t/mailbox:v0.4.14"
      ]
    }
  }
}