
Security News
White House Authorizes Private Companies to Conduct Offensive Cyber Operations
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.
@qmailing/mcp-server
Advanced tools
Model Context Protocol server for qmailing — lets AI agents (Claude Desktop, Cursor, Continue, ...) read and modify mailboxes, custom domains, and email through the qmailing public API.
Model Context Protocol server for qmailing.
Lets AI agents — Claude Desktop, Cursor, Continue, Zed, anything that speaks MCP — read and modify your qmailing mailboxes, custom domains, and DNS settings on your behalf.
Sign in at https://qmailing.com.
Go to Settings → Developers.
Click New token, give it a label (e.g. "Claude Desktop"), pick the scopes you want the agent to have, and copy the qm_live_… value when it's shown.
The token only appears once. If you lose it, generate a fresh one.
The package is published on the public npm registry under the beta tag — npx pulls it on first run, no manual checkout required.
Edit claude_desktop_config.json:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.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.1.0) if you don't want auto-upgrades.
claude mcp add qmailing -- npx -y @qmailing/mcp-server
# Add the env var separately or supply via a wrapper script.
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).
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
{
"mcpServers": {
"qmailing": {
"command": "node",
"args": ["/absolute/path/to/qmailing-web/mcp/dist/server.js"],
"env": { "QMAILING_API_TOKEN": "qm_live_your_token_here" }
}
}
}
| Tool | What it does | Required scope |
|---|---|---|
qmailing_list_mailboxes | List every mailbox on the account | mailboxes:read |
qmailing_get_mailbox | Fetch one mailbox by id | mailboxes:read |
qmailing_create_mailbox | Create a new mailbox under qmailing.com or a verified custom domain | mailboxes:write |
qmailing_list_domains | List custom domains and verification state | domains:read |
qmailing_get_dns_records | DNS-records checklist for one domain | domains:read |
| Env var | Default | Purpose |
|---|---|---|
QMAILING_API_TOKEN | required | Bearer token from /settings/developers |
QMAILING_API_URL | https://qmailing.com | Override for self-hosted / staging deployments |
The package source is maintained in the qmailing monorepo. To work on it
locally with a checkout, install deps inside the mcp/ directory and
build:
cd mcp
npm install
npm run build
QMAILING_API_TOKEN=qm_live_test_token npm start
For bug reports or questions, reach us through the contact form at qmailing.com/contact.
MIT
FAQs
Model Context Protocol server for QMailing — lets AI agents (Claude Desktop, Cursor, Continue, ...) read and modify mailboxes, custom domains, and email through the QMailing public API.
The npm package @qmailing/mcp-server receives a total of 49 weekly downloads. As such, @qmailing/mcp-server popularity was classified as not popular.
We found that @qmailing/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.