Connects AI agents to QMailing for mailbox, email, domain, attachment, and webhook management.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent ā or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag ā we're steadily working through the catalog.
š” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Qmailing MCP Server.
qmailing_list_mailboxesList every mailbox on the account
qmailing_get_mailboxFetch one mailbox by id
qmailing_create_mailboxCreate a new mailbox under qmailing.com or a verified custom domain
qmailing_list_domainsList custom domains and verification state
qmailing_get_dns_recordsDNS-records checklist for one domain
qmailing_list_emailsList a mailbox folder (incl. `MUTED`); items carry `muted` + `suspicious` flags
TheSameAbramovych/qmailing-mcp-server MCP server connects an MCP-compatible agent to the QMailing API. It provides read and write operations for mailboxes, email, custom domains, attachments, and event webhooks. Agents can inspect account mailboxes, create mailboxes on QMailing domains or verified custom domains, and check domain verification details and DNS records.
Email tools cover folder listings, individual message retrieval, attachment downloads, and sending messages. Listed email objects include muted and suspicious indicators, and attachment retrieval returns Base64 data with a 5 MiB inline limit. Webhook tools support registering, listing, and deleting event webhooks.
TheSameAbramovych/qmailing-mcp-server MCP server offers two connection patterns. Local MCP clients launch the npm package as a stdio process. The process reads QMAILING_API_TOKEN and uses it as a bearer credential for QMailing API requests. QMAILING_API_URL can override the default API host for staging or self-hosted deployments.
Claude.ai uses a different path: connect the hosted endpoint at https://qmailing.com/mcp as a custom connector. Authentication occurs through OAuth in the browser, with scope consent during connection and refresh-token rotation handled by the service. Both paths expose the same general tool surface, but they differ in authentication and transport.
Email content should be treated as untrusted data rather than agent instructions. The server marks read results with a security note and an untrusted-content metadata value. Workflows should pay attention to suspicious messages, avoid acting on requests found in email without confirmation, and grant only the scopes they need.
For the local package, use Node.js 18.17 or later and a QMailing account on the PLUS tier or higher. Generate an API token from QMailing Settings ā Developers, select the required scopes, and provide it to the MCP client's environment. A direct configuration uses:
The token is shown only when created and should be handled like a password. It can be revoked from the QMailing developer settings. The default API URL is https://qmailing.com; set QMAILING_API_URL only when targeting another supported deployment.
TheSameAbramovych/qmailing-mcp-server MCP server includes tools for:
MUTED, and fetching full message content.Access is divided by scopes such as mailboxes:read, mailboxes:write, domains:read, email:read, email:send, and webhooks:manage.
The token-based API is gated on the PLUS plan or higher. Existing tokens are disabled if the account is downgraded. Email subjects, bodies, sender names, and attachment filenames may contain prompt-injection content, so sending mail or changing webhooks should remain subject to explicit user approval. The local process keeps the token in the launched environment and sends it to the QMailing API for authentication.
The project is licensed under MIT. Its local package requires a compatible MCP client with stdio support; Claude.ai uses the separate hosted OAuth connector instead.
Factual signals from GitHub, npm, and our automated checks ā not a rating.
No reviews yet ā be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/thesameabramovych-qmailing-mcp-server)<a href="https://allmcps.com/mcp/thesameabramovych-qmailing-mcp-server"><img src="https://allmcps.com/api/badge/thesameabramovych-qmailing-mcp-server?style=directory" alt="Qmailing MCP Server on AllMCPs" /></a>