Mmcp.market

MCP Server

by qmailing.com·com.qmailing/mcp-server·v0.3.5

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

A96/100grade A
What users say
No reviews yet
Be the first
Safety scan
A96/100

full report

Adoption
Growing

1 stars33 downloads/wk

Reviews

Write one

Nobody has reviewed MCP Server yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

MCP Server tools

Tool list not cached yet. `describe` through the gateway fetches it live.

Public scan report

scanner v0.1.9 · 2026-09-25 · same rubric, same numbers if you re-run it

no findings
  • Code scan13 source files scanned25/25
  • Live reliabilityremote reachable in 1073ms (auth required)20/20
  • –Tool poisoningtools not inspected (endpoint requires auth); not countedn/a
  • Auth qualityOAuth resource metadata advertised on 40115/15
  • Maintenancelast push 1 days ago15/15
  • Maintainer identitynamespace and repository owner differ; GitHub account older than a year; website matches verified namespace7/10
Overall 96/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the MCP Server repository's README, as published. We do not edit it. Read it on GitHub

QMailing — Model Context Protocol

Two ways to plug an AI agent into QMailing — pick the one that matches your client.

The two paths give the same tool surface — qmailinglistmailboxes, qmailingsendemail, etc. They differ only in how the client authenticates: OAuth flow (browser) vs static bearer token (CLI / config).

🔗 Claude.ai Custom Connector (recommended)

Works with the Claude.ai web app and Claude mobile. No package install, no token management — the OAuth flow brokers per-grant scope consent and rotates refresh tokens automatically.

Setup (60 seconds)

  1. Sign in at .
  2. Go to Settings → Developers — copy the Server URL at the top:
https://qmailing.com/mcp

to QMailing to sign in.

  1. Open Claude.ai → Settings → Connectors → Add custom connector.
  2. Paste the server URL into the form. Claude.ai redirects you back

the consent screen lists each one with a description before you click Allow.

  1. Approve the requested scopes (Read mailboxes / Send emails / etc.) —

chat.

  1. Done. Claude.ai shows the QMailing tools in its tool tray on every

Revoking access

Sign out everywhere**) invalidates outstanding tokens immediately.

  • From Claude.ai: Settings → Connectors → QMailing → Remove.
  • From QMailing: signing out of every device (**Settings → Profile →

What scopes mean

Same vocabulary as the API token scopes below. You consent to each one separately on first connection; granted scopes persist across re-grants until you revoke.

📦 Legacy MCP clients (npm package + API token)

For clients that don't speak OAuth Custom Connectors yet — Claude Desktop, Cursor, Continue, Zed, and any CLI MCP client.

Requirements

  • A QMailing account on the PLUS tier or higher (the public API is gated on PLUS).
  • Node.js 18.17 or later.

Setup

1. Generate an API token

  1. Sign in at .
  2. Go to Settings → Developers.
  3. Click New token, give it a label (e.g. "Claude Desktop"), pick the scopes you want the agent to have, and copy the qmlive… value when it's shown.

The token only appears once. If you lose it, generate a fresh one.

2. Wire it into your MCP client

The package is published on the public npm registry — npx pulls the latest version on first run, no manual checkout required.

Claude Desktop

Edit claudedesktopconfig.json:

  • macOS: ~/Library/Application Support/Claude/claudedesktopconfig.json
  • Windows: %APPDATA%\Claude\claudedesktopconfig.json
{
  "mcpServers": {
    "qmailing": {
      "command": "npx",
      "args": ["-y", "@qmailing/mcp-server"],
      "env": {
        "QMAILING_API_TOKEN": "qm_live_your_token_here"
      }
    }
  }
}

Pin a specific version (e.g. @qmailing/mcp-server@0.3.5) if you don't want auto-upgrades.

Claude Code

claude mcp add qmailing -- npx -y @qmailing/mcp-server
# Add the env var separately or supply via a wrapper script.

Cursor / Continue / Zed / others

Any MCP client that supports stdio servers takes the same command + args + env shape. Restart the client after editing its config — the QMailing tools appear in the tools menu (the wrench icon in Claude Desktop, similar in others).

Local development checkout

Contributors can run from a checkout instead of npm. Build + point the client at the absolute path:

cd qmailing-web/mcp
npm install
npm run build       # produces dist/server.js

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

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

MCP Server: common questions

Is MCP Server safe?
Yes, by our scan: it is graded A (96/100). Read the MCP Server safety report
How do I install MCP Server?
It runs remotely at qmailing.com. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
Does MCP Server need an API key?
No key to paste: it signs you in with OAuth when your client connects.
Is MCP Server maintained?
The last commit was in the last day (2026-09-24). The latest release is v0.3.5.
Is MCP Server up?
100% of our last 25 checks got an answer. We check remote servers about four times a day.
What can I use instead of MCP Server?
Servers from other publishers that do the same job: Fluxmail MCP server, Shipmail MCP server and Ray notifications MCP server. Compare all MCP Server alternatives.

Alternatives to MCP Server

Same job from other publishers: the closest match first, then the best rated.

All MCP Server alternatives →
  • Fluxmail
    Read, search, draft, send, and organize email through Gmail, Outlook, and IMAP/SMTP mailboxes.
    B
  • Shipmail
    Shipmail MCP server for AI agent custom-domain email inboxes with REST API and webhooks.
    A
  • Ray notifications
    Send email, push, Slack, Discord, Telegram and webhook notifications and manage templates with Ray.
    A
  • MCP
    Unlimited agent mailboxes — create identities, read/wait for mail, extract OTPs, send email.
    B
  • Vaemail
    Email infrastructure for AI agents: send, authenticate domains, track delivery, diagnose issues.
    B

More from qmailing.com →