by jonathan-politzki
Provides a simplified interface to the Smartlead API, enabling AI assistants and automation platforms to manage email campaigns, leads, analytics, and download tracking without requiring a license key.
A lightweight server that exposes Smartlead’s email‑marketing capabilities through a Model Context Protocol (MCP) endpoint, allowing AI assistants such as Claude and workflow tools like n8n to programmatically create, update, and analyse campaigns, leads, and delivery statistics.
npx
:
npm install smartlead-mcp-server@1.2.1
# or run without installing
npx smartlead-mcp-server start # for Claude
npx smartlead-mcp-server sse # for n8n (Server‑Sent Events)
npx smartlead-mcp-server start --api-key YOUR_API_KEY
/sse
, /message
)~/.smartlead-mcp/downloads.json
npx smartlead-mcp-server sse
; then configure the n8n MCP Client node to point to http://localhost:3000/sse
and http://localhost:3000/message
.~/.smartlead-mcp/downloads.json
, which can be queried via the smartlead_view_download_statistics
tool.npx
as shown above.npx smartlead-mcp-server config
for credential setup or contact jonathan@jeantechnologies.com
.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 sse
http://localhost:3000/sse
http://localhost:3000/message
All 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.
Please log in to share your review and rating for this MCP.
{ "mcpServers": { "smartlead": { "command": "npx", "args": [ "smartlead-mcp-server", "start" ], "env": { "SMARTLEAD_API_KEY": "<YOUR_API_KEY>" } } } }
Explore related MCPs that share similar capabilities and solve comparable challenges
by Skyvern-AI
Automates browser‑based workflows by leveraging large language models and computer‑vision techniques, turning natural‑language prompts into fully functional web interactions without writing custom scripts.
by ahujasid
Enables Claude AI to control Blender for prompt‑assisted 3D modeling, scene creation, and manipulation via a socket‑based Model Context Protocol server.
by PipedreamHQ
Connect APIs quickly with a free, hosted integration platform that enables event‑driven automations across 1,000+ services and supports custom code in Node.js, Python, Go, or Bash.
by elie222
Organizes email inbox, drafts replies in the user's tone, tracks follow‑ups, and provides analytics to achieve inbox zero quickly.
by grab
Enables Cursor AI to read and programmatically modify Figma designs through a Model Context Protocol integration.
by ahujasid
Enables Claude AI to control Ableton Live in real time, allowing AI‑driven creation, editing, and playback of tracks, clips, instruments, and effects through a socket‑based server.
by leonardsellem
Provides tools and resources to enable AI assistants to manage and execute n8n workflows via natural language commands.
by GongRzhe
Provides a Model Context Protocol server that enables AI assistants to send, read, search, and organize Gmail messages, supporting attachments, label and filter management, and automatic OAuth2 authentication.
by mario-andreschak
A unified platform that manages AI models, MCP servers, and complex workflows, offering secure key storage, visual flow building, and an interactive chat UI.