Registry
Rank #39,959com.mcparmory/resend
Send, track, and manage transactional emails at scale
Registry is a Model Context Protocol (MCP) server published by mcparmory. It ranks #39,959 of 115,591 servers tracked on MCP Toplist, and its repository has 30 GitHub stars. Registry is listed on Official MCP, with 3 tracked versions. It was first listed on Apr 23, 2026 and most recently updated on May 12, 2026.
Ranks ahead of 75,632 of 115,591 servers on MCP Toplist.
Use Registry
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http resend https://mcp.mcparmory.com/resendclaude mcp add resend -- uvx mcparmory-resendclaude mcp add resend -- docker run -i --rm ghcr.io/mcparmory/resend:1.0.0[mcp_servers.resend]
url = "https://mcp.mcparmory.com/resend"Add to ~/.codex/config.toml.
[mcp_servers.resend]
command = "uvx"
args = ["mcparmory-resend"]Add to ~/.codex/config.toml.
[mcp_servers.resend]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/mcparmory/resend:1.0.0"]Add to ~/.codex/config.toml.
https://mcp.mcparmory.com/resendSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"resend": {
"command": "uvx",
"args": [
"mcparmory-resend"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"resend": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/mcparmory/resend:1.0.0"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"resend": {
"url": "https://mcp.mcparmory.com/resend"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"resend": {
"command": "uvx",
"args": [
"mcparmory-resend"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"resend": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/mcparmory/resend:1.0.0"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"resend": {
"type": "http",
"url": "https://mcp.mcparmory.com/resend"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"resend": {
"type": "stdio",
"command": "uvx",
"args": [
"mcparmory-resend"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"resend": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/mcparmory/resend:1.0.0"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"resend": {
"serverUrl": "https://mcp.mcparmory.com/resend"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"resend": {
"command": "uvx",
"args": [
"mcparmory-resend"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"resend": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/mcparmory/resend:1.0.0"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"resend": {
"url": "https://mcp.mcparmory.com/resend"
}
}
}{
"mcpServers": {
"resend": {
"command": "uvx",
"args": [
"mcparmory-resend"
]
}
}
}{
"mcpServers": {
"resend": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/mcparmory/resend:1.0.0"
]
}
}
}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.mcparmory%2Fresend)<a href="https://mcptoplist.com/server/com.mcparmory%2Fresend"><img src="https://mcptoplist.com/badge/com.mcparmory%2Fresend.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
mcparmory
Available versions (3)
| Version | Published |
|---|---|
| 1.0.2 | May 12, 2026 |
| 1.0.1 | May 5, 2026 |
| 1.0.0 | Apr 23, 2026 |
Frequently asked questions
- Who maintains Registry?
- Registry is maintained by mcparmory, which publishes 78 MCP servers (166 total versions) tracked on MCP Toplist.
- Is Registry listed on the Official MCP Registry?
- Yes — Registry is listed on the Official MCP Registry.
- How many versions does Registry have?
- MCP Toplist tracks 3 versions of Registry, most recently published on May 12, 2026.
- Where can I find the source code for Registry?
- The source code for Registry is hosted at github.com/mcparmory/registry.