HomeCommunication › qmailing-mcp-server

qmailing-mcp-server

AI agents read & send email, manage mailboxes, domains and webhooks via the QMailing API.

TypeScript CloudLocal macOSWindowsLinux Remote
★ 1 stars Last pushed 2026-06-14 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://qmailing.com/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http qmailing-mcp-server https://qmailing.com/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "qmailing-mcp-server": {
      "url": "https://qmailing.com/mcp"
    }
  }
}

Package (npm 0.3.4)

npx -y @qmailing/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "qmailing-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@qmailing/[email protected]"
      ],
      "env": {
        "QMAILING_API_TOKEN": "<YOUR_VALUE>"
      }
    }
  }
}
  • QMAILING_API_TOKEN required secret — API token from https://qmailing.com/settings/developers

Related servers

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

Data from the Official MCP Registry