Odel
resend mcp server

resend mcp server

Local
@friendlygeorgeJavaScriptMITUpdated 2mo ago

MCP server for Resend — transactional email API for AI assistants...

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@supernova123/resend-mcp-serverv1.0.0

Run

npx -y @supernova123/resend-mcp-server

MCP client config

{
  "mcpServers": {
    "resend-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@supernova123/resend-mcp-server"
      ]
    }
  }
}