AI-native email marketing. Campaigns, automations, transactional, contacts, and analytics.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
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 nitro_ingest
with kind=image and image_data; public images can use image_url when
Nitro-hosted permanence is desired; larger local files should call
nitro_ingest(upload: {kind: "image", filename, content_type, byte_size, checksum}),
PUT bytes to direct_upload.url, then pass the returned signed_id to
nitro_ingest.
Most clients support OAuth β sign in via your browser, no API keys needed.
Or add to .mcp.json:
OAuth sign-in happens automatically on first use.
Go to Settings β Connections β Add Custom Connector and enter:
Go to Settings β Connectors β Add custom connector and enter:
Add to .cursor/mcp.json:
Cursor handles Nitrosend as a direct remote MCP server. On first use, it prompts for OAuth sign-in.
Add to .vscode/mcp.json:
VS Code handles OAuth automatically via its built-in MCP auth flow.
Add to ~/.codeium/windsurf/mcp_config.json:
Windsurf supports OAuth natively for HTTP servers β sign in via your browser on first use.
Or add to ~/.codex/config.toml:
Then run codex mcp login nitrosend to authenticate via OAuth.
Add to your Zed settings:
If your client supports HTTP/SSE transport, point it at:
If your client only supports stdio, use this bridge package with an API key:
Get your API key at Brand β API Keys in the Nitrosend dashboard.
Once connected, your agent can:
For OAuth connections, Nitrosend stores both the current account and the current brand per user and OAuth application. Ask your agent to call nitro_get_status first: it shows current_account and available_accounts alongside current_brand and available_brands.
If the task is for a different account than the one shown, call nitro_select_account with the target account_id. The switch takes effect on the next tool call. Then call nitro_select_brand to pick a brand within that account. The selected brand persists across the session and across token refreshes until you switch again.
nitro_select_account and nitro_select_brand only change the active MCP context. nitro_set_brand_kit edits the Brand Kit for the current brand, such as colors, logo, sender details, and voice.
API key connections are pinned to the API key's account and brand and cannot switch with nitro_select_account or nitro_select_brand. For stdio bridge deployments that must force a single brand, set NITROSEND_BRAND_SID; the bridge will send X-Brand-SID only when that variable is present.
| Variable | Description |
|---|---|
NITROSEND_API_KEY | API key (nskey_live_...) β for stdio transport |
NITROSEND_BEARER_TOKEN | OAuth bearer token β alternative to API key |
NITROSEND_BRAND_SID | Optional fixed-brand override for the stdio bridge. Sends X-Brand-SID only when set. |
NITROSEND_API_URL | Override API endpoint (default: https://api.nitrosend.com/mcp) |
MIT
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/nitrosend-2)<a href="https://allmcps.com/mcp/nitrosend-2"><img src="https://allmcps.com/api/badge/nitrosend-2?style=directory" alt="Nitrosend on AllMCPs" /></a>