Send transactional email, run campaigns, manage contacts and automations, audit deliverability.
MCPpedia last refreshed this data
io.github.Misar-AI/misarmail-mcp is an MCP server that send transactional email, run campaigns, manage contacts and automations, audit deliverability. Its tool list has not been published yet over http and stdio, requires no API key, and scores 61/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"misarmail": {
"env": {
"MISARMAIL_API_KEY": "msk_your_key_here"
},
"args": [
"-y",
"@misarmail/mcp@latest"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Send email, run campaigns, manage contacts and automations, A/B test, and audit deliverability — from any AI assistant.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@misarmail/mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @misarmail/mcp against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in finance / marketing
DataForSEO API modelcontextprotocol server
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
HoneyBook client-portal MCP server for Claude — view contracts and invoices from wedding vendors
Self-custody Ethereum agent wallet (MCP/stdio). Keys stay in a local Docker volume.
MCP Security Weekly
Get CVE alerts and security updates for io.github.Misar-AI/misarmail-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
npx -y @smithery/cli install misar/misarmail-mcp --client claude
claude mcp add misarmail -- npx -y @misarmail/mcp@latest
{
"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/.
{
"mcpServers": {
"misarmail": {
"type": "streamable-http",
"url": "https://api.misar.io/mail/mcp",
"headers": { "Authorization": "Bearer msk_your_key_here" }
}
}
}
Two options — no copy-paste needed for the first:
login tool.
It opens the MisarMail consent screen, you review the requested
permissions, and the key is delivered straight back and saved to
~/.misarmail/config.json.MISARMAIL_API_KEY.Self-hosted instances: set MISARMAIL_BASE_URL.
| Tool | Description |
|---|---|
send_email | Send a transactional email from a verified MisarMail account. |
list_emails | List emails from a mailbox folder with optional full-text search across subject and body. |
get_email | Read the full content of a single email by ID, including headers, body, and attachments metadata. |
reply_to_email | Reply to an existing email thread. |
archive_email | Move an email to the archive folder. |
validate_email | Validate an email address before sending: syntax, MX records, disposable-domain and role-account detection. |
list_campaigns | List email marketing campaigns with their status, audience size, and headline metrics. |
get_campaign | Get full details for one campaign: content, audience segment, schedule, and delivery statistics (sent, opened, clicked, bounced, complained).. |
create_campaign | Create a new email marketing campaign as a draft. |
send_campaign | Send a campaign now, or schedule it for a future time by passing scheduled_at. |
list_contacts | List contacts with their subscription status and engagement metrics. |
create_contact | Add a single contact. |
update_contact | Update an existing contact by email address, including changing subscription status. |
import_contacts | Bulk-import up to 5,000 contacts in one call. |
get_contact_score | 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_templates | List saved email templates with their variable placeholders, so you can pick one for a campaign or transactional send.. |
create_template | Create a reusable email template. |
render_template | Render a template with sample variables and return the resulting HTML and subject. |
list_automations | List automation workflows (welcome series, re-engagement, drip sequences) with their trigger type and active state.. |
get_automation | Get one automation workflow in full: trigger, every step with its delay, and per-step completion stats.. |