Odel
IMAP mailbox

IMAP mailbox

Local
@ni-cTypeScriptMITUpdated 3 days ago

Read, search and organise any IMAP mailbox, with writes off by default

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

npm@ni-c/imap-mcpv0.4.0

Run

npx -y @ni-c/imap-mcp

MCP client config

{
  "mcpServers": {
    "imap-mailbox": {
      "command": "npx",
      "args": [
        "-y",
        "@ni-c/imap-mcp"
      ]
    }
  }
}
Dockerghcr.io/ni-c/imap-mcp:0.4.0

Run

docker run -i --rm ghcr.io/ni-c/imap-mcp:0.4.0

MCP client config

{
  "mcpServers": {
    "imap-mailbox": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/ni-c/imap-mcp:0.4.0"
      ]
    }
  }
}