Odel
imap mcp server

imap mcp server

Local
@nikolausm86TypeScriptMITUpdated 2w ago

IMAP/SMTP MCP server to search, read, organize, send, reply & forward email for AI assistants

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

npmimap-mcp-serverv2.0.0

Run

npx -y imap-mcp-server

MCP client config

{
  "mcpServers": {
    "imap-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "imap-mcp-server"
      ]
    }
  }
}