HomeCommunication › mcp-server

mcp-server

Give your agent its own email address with graduated human oversight, from approval to autonomy.

TypeScript Cloud Remote
★ 2 stars Last pushed 2026-06-12 License: MIT

Topics: Communication

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.multimail.dev/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http mcp-server https://mcp.multimail.dev/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-server": {
      "url": "https://mcp.multimail.dev/mcp"
    }
  }
}

Package (npm 0.13.0)

npx -y @multimail/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@multimail/[email protected]"
      ],
      "env": {
        "MULTIMAIL_API_KEY": "<YOUR_VALUE>",
        "MULTIMAIL_MAILBOX_ID": "<YOUR_VALUE>"
      }
    }
  }
}
  • MULTIMAIL_API_KEY secret — Your MultiMail API key (starts with mm_live_). Optional — run without it to create an account first.
  • MULTIMAIL_MAILBOX_ID — Default mailbox ID. If not set, pass mailbox_id to each tool or call list_mailboxes first.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry