HomeCommunication › shipmail-mcp

shipmail-mcp

Shipmail MCP server for AI agent custom-domain email inboxes with REST API and webhooks.

TypeScript Cloud Remote
★ 1 stars Last pushed 2026-09-16 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://shipmail.to/api/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http shipmail-mcp https://shipmail.to/api/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "shipmail-mcp": {
      "url": "https://shipmail.to/api/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization required secret — Bearer <Shipmail API key> (sm_live_...). Create one at https://shipmail.to/docs/quick-start.

Package (npm 0.7.15)

npx -y shipmail-mcp@0.7.15

Or add to your MCP client config:

{
  "mcpServers": {
    "shipmail-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "shipmail-mcp@0.7.15"
      ],
      "env": {
        "SHIPMAIL_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • SHIPMAIL_API_KEY required secret — Your Shipmail API key (sm_live_...). Create one at https://shipmail.to/docs/quick-start.

Related servers

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

Data from the Official MCP Registry