Mmcp.market

Nitrosend MCP server

by nitrosend.com·com.nitrosend/nitrosend·v0.8.2

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

A85/100grade A
What users say
No reviews yet
Be the first
Safety scan
A85/100

full report

Adoption
Growing

2 stars33 downloads/wk

Reviews

Write one

Nobody has reviewed Nitrosend yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Nitrosend tools

No tool declarations could be read from the package source. They show once the server is installed.

Public scan report

scanner v0.1.9 · 2026-09-23 · same rubric, same numbers if you re-run it

no findings
  • Code scan5 source files scanned25/25
  • –Live reliabilityno gateway calls yet and no remote to proben/a
  • –Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitystatic API keys via environment variables6/15
  • Maintenancelast push 0 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; website matches verified namespace9/10
Overall 85/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the Nitrosend repository's README, as published. We do not edit it. Read it on GitHub

@nitrosend/mcp

Optional stdio bridge for Nitrosend. Most clients should connect directly to Nitrosend's remote MCP server at https://api.nitrosend.com/mcp; this package exists for stdio-only clients and local development.

All plans, including free plans, have full access to the generally available Nitrosend MCP/API/CLI surface. Plan limits still apply to send volume, seats, AI action allowances, and paid add-ons. The Free plan includes 8,000 free emails up front, then 500 free emails every month.

For Claude Desktop, Claude.ai, and Claude Cowork, use the remote MCP connector UI. Do not install @nitrosend/cli or this stdio bridge for the standard Claude connector setup.

Manage contacts, compose emails, build automated flows, and launch campaigns through natural language.

For image media used in templates or campaigns, MCP should orchestrate rather than carry large bytes. Small chat-attached images can use nitroingest with kind=image and imagedata; public images can use imageurl when Nitro-hosted permanence is desired; larger local files should call nitroingest(upload: {kind: "image", filename, contenttype, bytesize, checksum}), PUT bytes to directupload.url, then pass the returned signedid to nitro_ingest.

Setup by client

Most clients support OAuth — sign in via your browser, no API keys needed.

Claude Code

claude mcp add --transport http nitrosend https://api.nitrosend.com/mcp

Or add to .mcp.json:

{
  "mcpServers": {
    "nitrosend": {
      "type": "http",
      "url": "https://api.nitrosend.com/mcp"
    }
  }
}

OAuth sign-in happens automatically on first use.

Claude Desktop, Claude.ai and Cowork

Nitrosend is an official connector in the Claude directory. Go to Settings → Connectors, search for Nitrosend and click Connect, or open . Sign in when prompted; no URL to paste and no API key.

If your Claude organisation restricts directory connectors, ask an organisation owner to enable Nitrosend or to add it as a custom connector with:

https://api.nitrosend.com/mcp

Cursor

Nitrosend is an official plugin on the Cursor Marketplace. In Cursor's Agent chat, run:

/add-plugin nitrosend

Or click Add to Cursor on the Marketplace listing. The first Nitrosend tool call opens the OAuth sign-in; no API key, no config file.

Prefer to manage the server yourself? Add to ~/.cursor/mcp.json (all projects) or .cursor/mcp.json (this repo):

{
  "mcpServers": {
    "nitrosend": {
      "url": "https://api.nitrosend.com/mcp"
    }
  }
}

Cursor handles Nitrosend as a direct remote MCP server. On first use, it prompts for OAuth sign-in.

VS Code (Copilot)

Add to .vscode/mcp.json:

{
  "servers": {
    "nitrosend": {
      "type": "http",
      "url": "https://api.nitrosend.com/mcp"
    }
  }
}

VS Code handles OAuth automatically via its built-in MCP auth flow.

Windsurf

Add to ~/.codeium/windsurf/mcp_config.json:

{
  "mcpServers": {
    "nitrosend": {
      "serverUrl": "https://api.nitrosend.com/mcp"
    }
  }
}

Windsurf supports OAuth natively for HTTP servers — sign in via your browser on first use.

Codex CLI

codex mcp add nitrosend --url https://api.nitrosend.com/mcp
codex mcp login nitrosend

Or add to ~/.codex/config.toml:

[mcp_servers.nitrosend]
url = "https://api.nitrosend.com/mcp"

Then run codex mcp login nitrosend to authenticate via OAuth.

Zed

Add to your Zed settings:

{
  "context_servers": {
    "nitrosend": {
      "url": "https://api.nitrosend.com/mcp"
    }
  }
}

Any other MCP client

If your client supports HTTP/SSE transport, point it at:

https://api.nitrosend.com/mcp

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

Runs npx -y @nitrosend/mcp on your machine. Read the scan report first; the gateway never runs local packages.

claude mcp add nitrosend -- npx -y @nitrosend/mcp
Add to Cursor

Nitrosend: common questions

Is Nitrosend MCP server safe?
Yes, by our scan: it is graded A (85/100). Read the Nitrosend safety report
How do I install Nitrosend?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Nitrosend need an API key?
Yes. The registry entry asks for NITROSEND_API_KEY, NITROSEND_BEARER_TOKEN.
Is Nitrosend maintained?
The last commit was 2 days ago (2026-09-23). The latest release is v0.8.2.
What can I use instead of Nitrosend?
Servers from other publishers that do the same job: MisarMail MCP Server, SendGrid MCP Server and Lumail MCP server. Compare all Nitrosend alternatives.

Alternatives to Nitrosend

Same job from other publishers: the closest match first, then the best rated.

All Nitrosend alternatives →
  • MisarMail MCP Server
    Send transactional email, run campaigns, manage contacts and automations, audit deliverability.
    A
  • SendGrid MCP Server
    MCP server for SendGrid's v3 API: email marketing, transactional mail, templates, and analytics.
    B
  • Lumail
    Official Lumail email marketing MCP for campaigns, subscribers, and workflows.
    A
  • RuSender
    Manage email campaigns, contacts and deliverability analytics in RuSender from an AI assistant.
    A
  • TheQRCode.io
    Free styled QR codes, no key: URL, WiFi, contact, text, email. API key adds saved codes + analytics.
    A

More from nitrosend.com →