smartlead mcp server local

Local 2025-09-01 00:16:38 0

A Multi-Channel Proxy server that provides a structured interface for interacting with Smartlead's API, organizing functionality into logical tools for campaign management, lead management, and other marketing automation features.


This application provides a simplified interface to the Smartlead API, allowing AI assistants and automation tools to interact with Smartlead's email marketing features.

Licensing: Features are enabled based on your license tier (Free, Basic, Premium). Get a license here or use the free version.

For developer details: See DEVELOPER_ONBOARDING.md

Quick Start

With Claude:

npx smartlead-mcp-server start

With n8n:

npx smartlead-mcp-server sse

First run will prompt for your Smartlead API Key and License Key.

Integration Examples

Claude Extension:

{
  "mcpServers": {
    "smartlead": {
      "command": "npx",
      "args": ["smartlead-mcp-server", "start"],
      "env": {
        "SMARTLEAD_API_KEY": "your_api_key_here",
        "JEAN_LICENSE_KEY": "your_license_key_here"
      }
    }
  }
}

n8n Setup:

  1. Start the server: npx smartlead-mcp-server sse
  2. Configure n8n MCP Client node with:
  3. SSE URL: http://localhost:3000/sse
  4. Message URL: http://localhost:3000/message

Available Features

FREE: Campaign & Lead Management (20+ tools)

BASIC: + Statistics, Smart Delivery, Webhooks, n8n Integration (50+ tools)

PREMIUM: + Client Management, Smart Senders, Advanced Features (All tools)

Need Help?