Mailrith Email Marketing
Rank #15,352com.mailrith/mailrith
Manage Subscribers, Broadcasts, Sequences, Automations, and reporting in Mailrith.
Mailrith Email Marketing is a Model Context Protocol (MCP) server published by anrawool. It ranks #15,352 of 115,591 servers tracked on MCP Toplist. Mailrith Email Marketing is listed across 2 registries — Official MCP and Glama, with 3 tracked versions. It was first listed on Jul 23, 2026 and most recently updated on Aug 27, 2026.
Ranks ahead of 100,239 of 115,591 servers on MCP Toplist.
Use Mailrith Email Marketing
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http mailrith https://api.mailrith.com/mcpclaude mcp add mailrith -e "MAILRITH_API_KEY=<your MAILRITH_API_KEY>" -- npx -y @mailrith/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.mailrith]
url = "https://api.mailrith.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.mailrith]
command = "npx"
args = ["-y", "@mailrith/mcp-server"]
[mcp_servers.mailrith.env]
MAILRITH_API_KEY = "<your MAILRITH_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://api.mailrith.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"mailrith": {
"command": "npx",
"args": [
"-y",
"@mailrith/mcp-server"
],
"env": {
"MAILRITH_API_KEY": "<your MAILRITH_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mailrith": {
"url": "https://api.mailrith.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"mailrith": {
"command": "npx",
"args": [
"-y",
"@mailrith/mcp-server"
],
"env": {
"MAILRITH_API_KEY": "<your MAILRITH_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mailrith": {
"type": "http",
"url": "https://api.mailrith.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"mailrith": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mailrith/mcp-server"
],
"env": {
"MAILRITH_API_KEY": "<your MAILRITH_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mailrith": {
"serverUrl": "https://api.mailrith.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mailrith": {
"command": "npx",
"args": [
"-y",
"@mailrith/mcp-server"
],
"env": {
"MAILRITH_API_KEY": "<your MAILRITH_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mailrith": {
"url": "https://api.mailrith.com/mcp"
}
}
}{
"mcpServers": {
"mailrith": {
"command": "npx",
"args": [
"-y",
"@mailrith/mcp-server"
],
"env": {
"MAILRITH_API_KEY": "<your MAILRITH_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/com.mailrith%2Fmailrith)<a href="https://mcptoplist.com/server/com.mailrith%2Fmailrith"><img src="https://mcptoplist.com/badge/com.mailrith%2Fmailrith.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
anrawool
Available versions (3)
| Version | Published |
|---|---|
| 1.1.1 | Aug 27, 2026 |
| 1.1.0 | Aug 17, 2026 |
| 1.0.1 | Jul 30, 2026 |
Frequently asked questions
- Who maintains Mailrith Email Marketing?
- Mailrith Email Marketing is maintained by anrawool, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Mailrith Email Marketing listed on the Official MCP Registry?
- Yes — Mailrith Email Marketing is listed on the Official MCP Registry, alongside Glama.
- How many versions does Mailrith Email Marketing have?
- MCP Toplist tracks 3 versions of Mailrith Email Marketing, most recently published on Aug 27, 2026.
- Where can I find the source code for Mailrith Email Marketing?
- The source code for Mailrith Email Marketing is hosted at github.com/anrawool/mailrith-agent-platform.