Send emails, manage campaigns, subscribers, and templates from MisarMail.
MCPpedia last refreshed this data
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-mrgulshanyadav-misarmail-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Send emails, manage campaigns, subscribers, and templates from MisarMail.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe 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 communication / marketing
Asynchronous coordination layer for AI coding agents: identities, inboxes, searchable threads, and advisory file leases over FastMCP + Git + SQLite
DataForSEO API modelcontextprotocol server
PubNub Model Context Protocol MCP Server for Cursor and Claude
Social layer for Claude Code - DMs, presence, discovery, and games between AI-assisted developers
MCP Security Weekly
Get CVE alerts and security updates for io.github.mrgulshanyadav/misarmail-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MisarMail MCP exposes the full MisarMail email marketing platform as a set of Model Context Protocol tools — making it directly callable from any MCP-compatible AI client.
| Capability | Details |
|---|---|
| Tools | 32 tools across email, campaigns, contacts, templates, automations, analytics, and more |
| Skills | 11 pre-built skills for common workflows |
| Prompts | 5 guided prompts |
| Transport | HTTP (Streamable HTTP) |
| Auth | OAuth 2.0 (PKCE) + API Key |
| Server URL | https://mail.misar.io/api/mcp |
With MisarMail MCP, your AI assistant can send emails, manage contacts, create and launch campaigns, run A/B tests, check deliverability health, generate AI subject lines, send WhatsApp messages, and produce revenue analytics — all through natural language.
Pick your AI client and add MisarMail in under 60 seconds.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"misarmail": {
"url": "https://mail.misar.io/api/mcp",
"transport": "http"
}
}
}
Add to your Cursor MCP settings (.cursor/mcp.json or Cursor → Settings → MCP):
{
"mcpServers": {
"misarmail": {
"url": "https://mail.misar.io/api/mcp",
"transport": "http"
}
}
}
Add to .vscode/mcp.json in your workspace, or to your user settings:
{
"servers": {
"misarmail": {
"url": "https://mail.misar.io/api/mcp",
"type": "http"
}
}
}
Add to your Cline MCP configuration:
{
"mcpServers": {
"misarmail": {
"url": "https://mail.misar.io/api/mcp",
"transport": "http"
}
}
}
Add to your Windsurf MCP settings:
{
"mcpServers": {
"misarmail": {
"url": "https://mail.misar.io/api/mcp",
"transport": "http"
}
}
}
Run a local MCP proxy container that forwards to mail.misar.io/api/mcp:
docker run -p 3000:3000 ghcr.io/mrgulshanyadav/misarmail-mcp
Then point your client to http://localhost:3000.
Run the MCP server directly without Docker:
npx @misarmail/mcp
MisarMail MCP supports two authentication methods:
OAuth 2.0 with PKCE is handled automatically by clients like Claude Desktop — you will be redirected to mail.misar.io to authorize and the token is managed for you. No manual setup required.
For programmatic access or clients that do not support OAuth:
Authorization header:Authorization: Bearer msk_your_api_key_here
API keys start with msk_.
32 tools organized by category:
| Category | Tool | Description |
|---|---|---|
email.list | List emails from inbox, sent, archive, or any folder | |
email.read | Read a specific email by ID | |
email.send | Send a transactional or marketing email | |
email.reply | Reply to an existing email thread | |
email.archive | Archive an email | |
| Campaigns |