Odel
Nitrosend

Nitrosend

Local
@nitrosend2JavaScriptUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@nitrosend/mcpv0.8.2

Run

npx -y @nitrosend/mcp

MCP client config

{
  "mcpServers": {
    "nitrosend": {
      "command": "npx",
      "args": [
        "-y",
        "@nitrosend/mcp"
      ]
    }
  }
}