MisarMail MCP Server
MisarMail MCP Server lets AI assistants send, manage, and analyze email marketing and transactional email, including campaigns, contacts, automations, A/B testing, deliverability, and more.
Email operations: Send transactional emails, reply to threads, list/read/archive emails, and validate addresses.
Campaigns: Create, send, and analyze email campaigns with scheduling, audience targeting, and delivery metrics (sent, opened, clicked, bounced, complained).
Contact management: Create, update, bulk import, score engagement, and clean contact lists.
Templates: Create, list, and render reusable templates with variables; browse the template marketplace.
Automations: Build, activate, and pause workflows (welcome series, drips) with triggers and step-by-step delays.
A/B testing: Design and run A/B tests on subject, content, send time, or sender name; select winners.
Analytics & reports: Generate performance reports, engagement funnels, cohort analysis, revenue attribution, and monetization stats.
Deliverability: Check deliverability score, run audits, inspect SPF/DKIM/DMARC, and monitor warm-up status.
Domains: Add and verify sending domains, configure inbound routing, and check DNS records.
Lead capture: Create signup forms and landing pages; view form submissions.
Inbox management: Triage unified inbox conversations and run AI categorization on emails.
Integrations & account: Manage third-party integrations, API keys, sandbox test sends, and plan upgrades.
Authentication: Log in via browser, use API keys, or check auth status.
Enables sending messages through the WhatsApp Business API as part of multi-channel marketing and communication workflows.
MisarMail MCP Server
Send email, run campaigns, manage contacts and automations, A/B test, and audit deliverability — from any AI assistant.
54 tools · 8 prompts · 4 resources · 8 agent skills
Works with Claude (Desktop, Code, and web), Cursor, VS Code, Windsurf, Cline, Zed, Gemini CLI, ChatGPT, and any other MCP-compatible client — over stdio or Streamable HTTP.
Install
Smithery (recommended)
npx -y @smithery/cli install misar/misarmail-mcp --client claudeClaude Code
claude mcp add misarmail -- npx -y @misarmail/mcp@latestManual (any client)
{
"mcpServers": {
"misarmail": {
"command": "npx",
"args": ["-y", "@misarmail/mcp@latest"],
"env": { "MISARMAIL_API_KEY": "msk_your_key_here" }
}
}
}Ready-made configs for every client live in connectors/.
Remote (no install)
{
"mcpServers": {
"misarmail": {
"type": "streamable-http",
"url": "https://api.misar.io/mail/mcp",
"headers": { "Authorization": "Bearer msk_your_key_here" }
}
}
}Related MCP server: Nitrosend
Authentication
Two options — no copy-paste needed for the first:
Browser login. Start the server with no key and run the
logintool. It opens the MisarMail consent screen, you review the requested permissions, and the key is delivered straight back and saved to~/.misarmail/config.json.API key. Create one at https://mail.misar.io/developers and set
MISARMAIL_API_KEY.
Self-hosted instances: set MISARMAIL_BASE_URL.
Tools
Tool | Description |
| Send a transactional email from a verified MisarMail account. |
| List emails from a mailbox folder with optional full-text search across subject and body. |
| Read the full content of a single email by ID, including headers, body, and attachments metadata. |
| Reply to an existing email thread. |
| Move an email to the archive folder. |
| Validate an email address before sending: syntax, MX records, disposable-domain and role-account detection. |
| List email marketing campaigns with their status, audience size, and headline metrics. |
| Get full details for one campaign: content, audience segment, schedule, and delivery statistics (sent, opened, clicked, bounced, complained).. |
| Create a new email marketing campaign as a draft. |
| Send a campaign now, or schedule it for a future time by passing scheduled_at. |
| List contacts with their subscription status and engagement metrics. |
| Add a single contact. |
| Update an existing contact by email address, including changing subscription status. |
| Bulk-import up to 5,000 contacts in one call. |
| Get engagement score, engagement tier, and churn risk for one contact — or the lowest-engagement contacts across the list when contact_id is omitted. |
| List saved email templates with their variable placeholders, so you can pick one for a campaign or transactional send.. |
| Create a reusable email template. |
| Render a template with sample variables and return the resulting HTML and subject. |
| List automation workflows (welcome series, re-engagement, drip sequences) with their trigger type and active state.. |
| Get one automation workflow in full: trigger, every step with its delay, and per-step completion stats.. |
| Create an automation workflow from a trigger and an ordered list of steps. |
| Activate or pause an automation. |
| List A/B tests with per-variant results and whether a winner has been selected yet.. |
| Create an A/B test on a campaign with two or more variants. |
| Select the winning variant and send it to the remaining audience. |
| Get delivery and engagement analytics — sent, delivered, opened, clicked, bounced, and complained — for the account or one campaign, grouped by day/week/month.. |
| Generate a structured analytics report over a date range. |
| Attribute ecommerce revenue to email — revenue per campaign, per contact, and average order value from tracked conversions.. |
| Get newsletter monetization stats: paid subscribers, MRR, churn, and sponsorship revenue for the period.. |
| Get the account deliverability score (0–100) and letter grade (A–F) with the factors dragging it down. |
| Run a full deliverability audit across authentication (SPF/DKIM/DMARC), domain reputation, list hygiene, content signals, and blocklist status. |
| Get IP/domain warm-up progress and today's remaining send capacity. |
| Check live SPF, DKIM, and DMARC DNS records for a domain and report alignment problems with the exact record to publish. |
| List sending domains with verification status and their DKIM/SPF/DMARC records. |
| Add a sending domain and return the DNS records to publish. |
| Re-check a domain's DNS records and mark it verified if they resolve. |
| Configure inbound email routing for a subdomain so replies land in the MisarMail unified inbox. |
| List signup forms with their embed status and conversion counts.. |
| Get one signup form including its fields, embed code, and redirect behaviour.. |
| List submissions for a signup form, including the submitted field values and timestamps.. |
| Create a hosted landing page with an email capture form. |
| Browse the MisarMail template marketplace for ready-made email and automation templates.. |
| Get one marketplace listing with its full preview, author, and install count.. |
| List unified-inbox conversations (threads) with their status and detected intent. |
| Get every message in one inbox conversation, oldest first, with sender and timestamps.. |
| Run AI categorisation over a batch of inbox emails to label intent and priority. |
| List API keys on the account with their scopes and last-used time. |
| Generate AI subject-line variants for a campaign topic, optionally tuned to a tone and audience. |
| List connected third-party integrations and their sync status.. |
| Get one integration's configuration, scopes, and last sync result.. |
| Enable or disable an integration. |
| List emails captured by sandbox mode. |
| Delete every captured sandbox email. |
| Show the current MisarMail plan, how much of each quota is left, and what upgrading unlocks. |
Prompts
Reusable workflows your client exposes as slash-commands.
Prompt | Description |
| Draft a professional email and send it via MisarMail after confirmation. |
| Analyse campaign performance and produce prioritized improvements. |
| Import and organise contacts safely, with consent and hygiene checks. |
| Design and build an email automation workflow step by step. |
| Diagnose deliverability and produce a prioritized weekly action plan. |
| Design a statistically meaningful A/B test for a campaign. |
| Find and clean the contacts that are hurting sender reputation. |
| Produce a stakeholder-ready weekly email performance summary. |
Resources
Read-only context an agent can attach without spending a tool call.
URI | Description |
| Your sending domains with verification state and DNS records. |
| Current account deliverability score (0–100), grade, and contributing factors.. |
| IP/domain warm-up stage and remaining send capacity for today — the ceiling a bulk send must stay under.. |
| Saved templates with their declared variables, for reuse in campaigns and sends.. |
Agent skills
Bundled in skills/ — guidance an agent loads when a task matches.
Skill | Use when |
| Design and run an A/B test on a MisarMail campaign — subject line, content, sender name, or send time. Use for "A/B test", "split test", "which subject works better", or testing email variants. |
| Diagnose why MisarMail emails land in spam or bounce, and produce a prioritized fix list. Use for "emails going to spam", "not being delivered", "low open rate", "domain reputation", DMARC/SPF/DKIM, or blocklist questions. |
| Design and build a MisarMail automation workflow — welcome series, drip sequence, re-engagement, or onboarding. Use for "automate", "drip", "welcome series", "sequence", or trigger-based email. |
| Audit and clean a MisarMail contact list — bounced, complained, and unengaged contacts. Use for list hygiene, re-engagement, suppression, or "why is my open rate falling". |
| Produce a MisarMail performance report — opens, clicks, deliverability, revenue attribution. Use for "how are my emails doing", weekly/monthly reports, or campaign performance analysis. |
| Create, review, and send a bulk email campaign in MisarMail. Use when the user wants to email a list, newsletter, segment, or announcement to many recipients. |
| Send a one-off or transactional email through MisarMail. Use when the user asks to send, draft-and-send, or reply to an email — including receipts, notifications, welcome messages, and personal outreach. |
| Add and verify a custom sending domain in MisarMail, including SPF, DKIM, DMARC, and inbound routing. Use for "send from my own domain", DNS setup, domain verification, or inbound email. |
Safety
Destructive and irreversible actions are annotated (destructiveHint) so
clients can prompt before running them. The skills instruct agents to confirm
before anything that sends mail, publishes content, or is otherwise visible to
other people.
Discovery (initialize, tools/list, prompts/list, resources/list)
never requires credentials, so registries can index the server without one.
Every action does.
Links
Website — https://www.misarmail.com
App — https://mail.misar.io
Documentation — https://docs.misar.io/mail/mcp
Smithery skills — send-transactional-email, run-email-campaign, ab-test-campaign, build-email-automation, clean-contact-list, setup-sending-domain, audit-deliverability, email-performance-report
MIT © Misar AI
Maintenance
Related MCP Servers
AlicenseAqualityCmaintenanceEnables management of AI-powered email marketing automation, including subscriber segments, campaigns, and templates. It allows users to generate email sequences with AI and track detailed analytics through natural language commands.1002,1522MIT- Alicense-qualityBmaintenanceAI-native email marketing platform built for agents. Control campaigns, automations, contacts, templates, and analytics via MCP with OAuth authentication.732MIT
- AlicenseAqualityCmaintenanceAn MCP server for the PostStack email API that enables AI assistants to send transactional emails, manage contacts, handle inbound email threads, and perform deliverability checks through 84 curated tools.84291MIT
- AlicenseAqualityCmaintenanceEmail-deliverability tools for AI agents — 12 MCP tools across email verification, DNSBL across 50 zones, SPF/DKIM/DMARC analysis, spam-trap scoring, domain intelligence, and email finder. Free tier with no credit card.12631MIT
Related MCP Connectors
Coldrig — cold-email infra run by your agent: 28 MCP tools, live sending, free sandbox. $99/mo.
Hosted email MCP for AI agents with inboxes, send/receive, memory, recovery, and credits.
Phone, SMS & email for AI agents — one remote MCP endpoint, OAuth login, zero install.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Misar-AI/misarmail-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server