Local version of Smartlead MCP for quick download and deployment to MCP compatible clients or n8n.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"smartlead": {
"env": {
"SMARTLEAD_API_KEY": "your_api_key_here"
},
"args": [
"smartlead-mcp-server",
"start"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
This application provides a simplified interface to the Smartlead API, allowing AI assistants and automation tools to interact with Smartlead's email marketing features. We welcome contribution from the community.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@jean-technologies/smartlead-mcp-server-local' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @jean-technologies/smartlead-mcp-server-local against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in marketing
DataForSEO API modelcontextprotocol server
一键同步文章到多个内容平台,支持今日头条、WordPress、知乎、简书、掘金、CSDN、typecho各大平台,一次发布,多平台同步发布。解放个人生产力
MCP server for the PostFast API — schedule and manage social media posts via AI tools
Google Ads MCP with MCC support: 35 tools for campaigns, keywords, reporting, GAQL.
MCP Security Weekly
Get CVE alerts and security updates for Smartlead Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
This application provides a simplified interface to the Smartlead API, allowing AI assistants and automation tools to interact with Smartlead's email marketing features. We welcome contribution from the community.
Licensing: All features are now enabled by default with maximum permissiveness! No license key required.
For developer details: See DEVELOPER_ONBOARDING.md
npm install smartlead-mcp-server@1.2.1
or use directly with npx (no installation needed):
To install Smartlead Campaign Management Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @jean-technologies/smartlead-mcp-server-local --client claude
npx smartlead-mcp-server start
npx smartlead-mcp-server sse
First run will prompt for your Smartlead API Key. No license key is required.
{
"mcpServers": {
"smartlead": {
"command": "npx",
"args": ["smartlead-mcp-server", "start"],
"env": {
"SMARTLEAD_API_KEY": "your_api_key_here"
}
}
}
}
npx smartlead-mcp-server ssehttp://localhost:3000/ssehttp://localhost:3000/messageAll features are now enabled by default, including:
This release adds new download tracking capabilities:
Download campaign data with tracking using the smartlead_download_campaign_data tool:
{
"campaign_id": 12345,
"download_type": "analytics", // "analytics", "leads", "sequence", "full_export"
"format": "json", // "json" or "csv"
"user_id": "optional-user-identifier"
}
View download statistics using the smartlead_view_download_statistics tool:
{
"time_period": "all", // "all", "today", "week", "month"
"group_by": "type" // "type", "format", "campaign", "date"
}
All downloads are tracked in ~/.smartlead-mcp/downloads.json for analytics.
npx smartlead-mcp-server config to set up credentials--api-key option for non-interactive setupThis software is proprietary and confidential. Unauthorized copying, redistribution, or use of this software, in whole or in part, via any medium, is strictly prohibited without the express permission of Jean Technologies.
Copyright © 2025 Jean Technologies. All rights reserved.