CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

MisarMail

io.misar.mail/misarmail
16 toolsHTTPregistry active
Summary

Connects Claude to the MisarMail platform for managing email marketing operations without leaving your workflow. You get direct access to campaigns, automations, contact lists, templates, and analytics through MCP actions. Useful when you're building or managing email flows and want to query deliverability stats, trigger drip sequences, pull campaign performance data, or update contact segments programmatically. The server talks to MisarMail's API over streamable HTTP, so you can orchestrate bulk sends, check inbox replies, and monitor open rates alongside your other development tasks. Beats context switching between your editor and a marketing dashboard when you need to ship or debug email infrastructure.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

16 tools
email.listList emails from the inbox with optional folder and search filters.3 params

List emails from the inbox with optional folder and search filters.

Parameters* required
limitnumber
Number of emails to return (default: 20, max: 50)
folderstring
Folder to list (default: inbox)one of inbox · sent · drafts · archive · spam · trash
searchstring
Search query across subject and body
email.readRead the full content of a specific email by ID. Marks the email as read.1 params

Read the full content of a specific email by ID. Marks the email as read.

Parameters* required
idstring
Email ID (UUID)
email.sendSend an email from one of your verified MisarMail accounts.8 params

Send an email from one of your verified MisarMail accounts.

Parameters* required
ccarray
CC recipients
toarray
List of recipients (max 100)
bccarray
BCC recipients
htmlstring
HTML body content (recommended)
textstring
Plain text body content (fallback for HTML)
subjectstring
Email subject line
from_namestring
Sender display name shown to recipients
from_emailstring
Your verified sender email address
email.replyReply to an existing email thread.3 params

Reply to an existing email thread.

Parameters* required
htmlstring
HTML reply body content
textstring
Plain text reply body content
email_idstring
ID of the email to reply to
email.archiveMove an email to the archive folder.1 params

Move an email to the archive folder.

Parameters* required
idstring
Email ID to archive
campaign.listList email marketing campaigns.2 params

List email marketing campaigns.

Parameters* required
limitnumber
Number of campaigns to return (default: 20)
statusstring
Filter campaigns by statusone of draft · scheduled · sending · sent · paused · cancelled
campaign.getGet details and stats for a specific campaign.1 params

Get details and stats for a specific campaign.

Parameters* required
idstring
Campaign ID (UUID)
campaign.createCreate a new email marketing campaign (saved as draft).6 params

Create a new email marketing campaign (saved as draft).

Parameters* required
namestring
Internal campaign name for identification
subjectstring
Email subject line shown to recipients
body_htmlstring
HTML email body content
body_textstring
Plain text email body (fallback for HTML)
from_namestring
Sender display name shown to recipients
from_emailstring
Sender email address (must be verified)
campaign.sendSend or schedule an existing draft campaign to all recipients.2 params

Send or schedule an existing draft campaign to all recipients.

Parameters* required
idstring
Campaign ID to send
scheduled_atstring
ISO 8601 datetime to schedule (omit to send immediately)
contact.listList contacts in your audience.3 params

List contacts in your audience.

Parameters* required
limitnumber
Number of contacts to return (default: 20, max: 100)
searchstring
Search by email address, name, or tags
statusstring
Filter contacts by subscription statusone of subscribed · unsubscribed · bounced · complained
contact.addAdd a new contact to your audience.4 params

Add a new contact to your audience.

Parameters* required
tagsarray
Tags to categorize this contact (e.g. ['newsletter', 'vip'])
emailstring
Contact email address (must be valid email format)
last_namestring
Contact's last name
first_namestring
Contact's first name
contact.updateUpdate an existing contact's details.5 params

Update an existing contact's details.

Parameters* required
tagsarray
Updated tags (replaces existing tags)
emailstring
Contact email address (used as identifier)
statusstring
Updated subscription statusone of subscribed · unsubscribed
last_namestring
Updated last name
first_namestring
Updated first name
template.createCreate a reusable email template.5 params

Create a reusable email template.

Parameters* required
namestring
Template name for identification
subjectstring
Default email subject line
body_htmlstring
HTML template body (supports {{variable}} merge tag syntax)
body_textstring
Plain text version of the template
template_typestring
Template category (default: transactional)one of marketing · transactional · automation
analytics.getGet sending analytics and campaign performance metrics.2 params

Get sending analytics and campaign performance metrics.

Parameters* required
periodstring
Time period for analytics (default: 30d)one of today · 7d · 30d · 90d
campaign_idstring
Filter analytics to a specific campaign ID (optional)
warmup.getCheck the IP warm-up status for your sending infrastructure.

Check the IP warm-up status for your sending infrastructure.

No parameter schema in public metadata yet.

key.listList your active MisarMail API keys with their scopes and usage.

List your active MisarMail API keys with their scopes and usage.

No parameter schema in public metadata yet.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Communication & MessagingMonitoring & Observability
Registryactive
TransportHTTP
UpdatedMar 20, 2026
Open website

Related Communication & Messaging MCP Servers

View all →
Microsoft 365 Teams

io.github.mindstone/mcp-server-microsoft-teams

Microsoft 365 Teams via Graph: list chats, read/send messages, list teams/channels, presence.
8
Outlook Email

com.mintmcp/outlook-email

A MCP server for Outlook email that lets you search, read, and draft emails and replies.
8
Resend Email MCP

helbertparanhos/resend-email-mcp

Complete Resend email MCP: full API coverage + debug layer (deliverability, DNS, bounces).
Email Mcp

marlinjai/email-mcp

Unified email MCP server for Gmail, Outlook, iCloud, and IMAP with batch operations
13
Email (IMAP/SMTP)

io.github.mindstone/mcp-server-email-imap

Email IMAP/SMTP MCP server: iCloud, Gmail, Yahoo, Outlook, and custom IMAP providers
8
HTML Email Playbook

io.github.osamahassouna/email-playbook-mcp

Teaches AI to write HTML email that renders in Outlook, Gmail, and Apple Mail. 19 rules, 6 comps.