Odel
Assistant Mail MCP

Assistant Mail MCP

Local
@assistantmailJavaScriptMITUpdated 4 days ago

Agent email with allowlist and consent via AssistantMail.

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@assistantmail/assistantmail-mcpv1.3.1

Run

npx -y @assistantmail/assistantmail-mcp

MCP client config

{
  "mcpServers": {
    "assistant-mail-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@assistantmail/assistantmail-mcp"
      ]
    }
  }
}