MisarMail MCP Server
Rank #9,615io.github.mrgulshanyadav/misarmail-mcp
Send emails, manage campaigns, subscribers, and templates from MisarMail.
MisarMail MCP Server is a Model Context Protocol (MCP) server published by mrgulshanyadav. It ranks #9,615 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. MisarMail MCP Server is listed across 3 registries — Official MCP, Glama and mcp.so, with 2 tracked versions. It was first listed on Mar 22, 2026 and most recently updated on Aug 18, 2026.
Ranks ahead of 105,976 of 115,591 servers on MCP Toplist.
Use MisarMail MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http misarmail-mcp https://api.misar.io/mail/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add misarmail-mcp -e "MISARMAIL_API_KEY=<your MISARMAIL_API_KEY>" -- npx -y @misarmail/mcpReplace each placeholder with your own value before saving.
[mcp_servers.misarmail-mcp]
url = "https://api.misar.io/mail/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.misarmail-mcp]
command = "npx"
args = ["-y", "@misarmail/mcp"]
[mcp_servers.misarmail-mcp.env]
MISARMAIL_API_KEY = "<your MISARMAIL_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://api.misar.io/mail/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"misarmail-mcp": {
"command": "npx",
"args": [
"-y",
"@misarmail/mcp"
],
"env": {
"MISARMAIL_API_KEY": "<your MISARMAIL_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"misarmail-mcp": {
"url": "https://api.misar.io/mail/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"misarmail-mcp": {
"command": "npx",
"args": [
"-y",
"@misarmail/mcp"
],
"env": {
"MISARMAIL_API_KEY": "<your MISARMAIL_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"misarmail-mcp": {
"type": "http",
"url": "https://api.misar.io/mail/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"misarmail-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@misarmail/mcp"
],
"env": {
"MISARMAIL_API_KEY": "<your MISARMAIL_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"misarmail-mcp": {
"serverUrl": "https://api.misar.io/mail/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"misarmail-mcp": {
"command": "npx",
"args": [
"-y",
"@misarmail/mcp"
],
"env": {
"MISARMAIL_API_KEY": "<your MISARMAIL_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"misarmail-mcp": {
"url": "https://api.misar.io/mail/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"misarmail-mcp": {
"command": "npx",
"args": [
"-y",
"@misarmail/mcp"
],
"env": {
"MISARMAIL_API_KEY": "<your MISARMAIL_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.mrgulshanyadav%2Fmisarmail-mcp)<a href="https://mcptoplist.com/server/io.github.mrgulshanyadav%2Fmisarmail-mcp"><img src="https://mcptoplist.com/badge/io.github.mrgulshanyadav%2Fmisarmail-mcp.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 5 registries
mrgulshanyadav
Other servers by mrgulshanyadav
- Misar.Blog MCP Server#11,552 · 1 ver
- MisarReach MCP Server#13,021 · 1 ver
- MisarMail — Email Marketing MCP Server#87,186
Available versions (2)
| Version | Published |
|---|---|
| 5.0.4 | Aug 18, 2026 |
| 2.0.6 | Jul 5, 2026 |
Frequently asked questions
- Who maintains MisarMail MCP Server?
- MisarMail MCP Server is maintained by mrgulshanyadav, which publishes 5 MCP servers (6 total versions) tracked on MCP Toplist.
- Is MisarMail MCP Server listed on the Official MCP Registry?
- Yes — MisarMail MCP Server is listed on the Official MCP Registry, alongside Glama and mcp.so.
- How many versions does MisarMail MCP Server have?
- MCP Toplist tracks 2 versions of MisarMail MCP Server, most recently published on Aug 18, 2026.
- Where can I find the source code for MisarMail MCP Server?
- The source code for MisarMail MCP Server is hosted at github.com/mrgulshanyadav/misarmail-mcp.