21 tools. Remote HTTP MCP with OAuth. Send transactional email, run campaigns, build flows, manage contacts - from Claude, ChatGPT, Cursor, Codex, or Gemini. No API key juggling.
The Model Context Protocol is the open standard for connecting AI agents to tools. nitrosend is built MCP-first, not bolted on.
Every nitrosend feature is exposed as an MCP tool. No "use the dashboard for this" gaps.
One-click auth from inside your agent. Tokens never touch your terminal history.
Agents can read your account state, schema, and brand memory before they act.
Send-only MCPs give the agent one verb. nitrosend gives it the full product.
Each prompt translates to one or more typed MCP tool calls. The agent plans the sequence, calls the tools, and reports back.
Every action your AI agent can take. No partial implementations.
Send transactional email or SMS.
Draft a marketing campaign.
Build a multi-step automation flow.
Create rule-based contact segments.
Manage lists, tags, and subscriptions.
Find contacts by attributes or engagement.
Bulk import contacts from CSV.
Create and version on-brand templates.
Set brand colors, fonts, logo.
Add and verify sending domains.
Connect SES, Mailgun, Postmark for BYO.
Schedule, pause, or resend campaigns.
Inspect deliverability and bounces.
AI-generated performance insights.
Account health and plan usage.
Send a preview before going live.
Free-form query against your account.
Persist brand voice and notes.
Open a support ticket from your agent.
Set account timezone, defaults, physical address.
View plan, usage, and billing info.
claude mcp add --transport http nitrosend https://api.nitrosend.com/mcp Settings → Connectors → Add Custom Connector → https://api.nitrosend.com/mcp
Add to .cursor/mcp.json:
{ "mcpServers": { "nitrosend": { "url": "https://api.nitrosend.com/mcp" } } } codex mcp add nitrosend --url https://api.nitrosend.com/mcp
codex mcp login nitrosend Settings → Apps → Advanced settings → Developer mode, then Create app for remote MCP → https://api.nitrosend.com/mcp.
Add to ~/.gemini/settings.json:
{ "mcpServers": { "nitrosend": { "httpUrl": "https://api.nitrosend.com/mcp" } } } Windsurf, VS Code Copilot, Zed: see the integrations hub.
An email MCP server is a Model Context Protocol server that exposes email-platform operations as typed tools an AI agent can call. Instead of the agent scraping a dashboard or writing raw HTTP requests, it sees tools like nitro_send_message, nitro_compose_campaign, or nitro_search_contacts, calls them with structured arguments, and gets structured responses.
21 tools covering the full product: transactional send, marketing campaigns, automation flows, contacts, segments, templates, domains, providers, delivery control, insights, account, billing, brand memory, and support. Unlike send-only MCPs, an agent can run your entire email operation through Nitrosend's MCP.
Claude Code, Claude Desktop, Claude.ai, Claude Cowork, Cursor, OpenAI Codex, ChatGPT (Developer Mode), Gemini CLI, Windsurf, VS Code Copilot, and Zed. Any client that speaks remote HTTP MCP with OAuth is supported.
No, for the supported clients above. OAuth handles auth in a browser window when you first connect. For stdio-only clients or local dev, the @nitrosend/mcp bridge accepts a NITROSEND_API_KEY environment variable.
Yes. Every plan including Free includes full MCP access. You only pay for emails sent and AI actions consumed, never for MCP access itself.
Yes, on Pro and above. Configure BYO (bring-your-own) sending keys for Amazon SES, Resend, Postmark, Mailgun, or SendGrid. The MCP tools route through your existing provider while Nitrosend handles templates, flows, contacts, and AI.