Skip to content
Cursor

resend for Cursor

com.mcparmory/resend

Send, track, and manage transactional emails at scale

client:Cursor transport:stdio runtime:pypi

Install resend in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "resend": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcparmory-resend"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

resend in other clients