Skip to content
Cursor

Nitrosend for Cursor

com.nitrosend/nitrosend

AI-native email marketing. Campaigns, automations, transactional, contacts, and analytics.

client:Cursor transport:stdio runtime:npm

Install Nitrosend in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "nitrosend": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@nitrosend/mcp"
      ],
      "env": {
        "NITROSEND_API_KEY": "<NITROSEND_API_KEY>",
        "NITROSEND_BEARER_TOKEN": "<NITROSEND_BEARER_TOKEN>",
        "NITROSEND_API_URL": "<NITROSEND_API_URL>",
        "NITROSEND_BRAND_SID": "<NITROSEND_BRAND_SID>"
      }
    }
  }
}

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

Nitrosend in other clients