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:
- Start the server:
npx smartlead-mcp-server sse
- Configure n8n MCP Client node with:
- SSE URL:
http://localhost:3000/sse
- 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?