Smartlead Simplified MCP Server
@MCP-Mirror
About Smartlead Simplified MCP Server
Mirror of
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"jean-technologies_smartlead-mcp-server-local": {
"command": "npx",
"args": [
"smartlead-mcp-server",
"start"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Smartlead Simplified MCP Server?
This server provides a simplified interface to the Smartlead API, allowing AI assistants and automation tools to interact with Smartlead's email marketing features. It is designed for developers using MCP-compatible clients like Claude or n8n.
How to use Smartlead Simplified MCP Server?
Install with npm install [email protected] or run directly with npx smartlead-mcp-server. Use npx smartlead-mcp-server start for Claude (stdio) and npx smartlead-mcp-server sse for n8n. The first run prompts for your Smartlead API Key; no license key is required. Configure credentials interactively with npx smartlead-mcp-server config or non-interactively with --api-key.
Key features of Smartlead Simplified MCP Server
- Campaign and lead management
- Statistics and analytics
- Smart delivery and webhooks
- n8n integration
- Client management
- Smart senders
- Download tracking and analytics (CSV/JSON export)
Use cases of Smartlead Simplified MCP Server
- AI-powered email campaign management via Claude
- Automated email marketing workflows using n8n
- Download campaign analytics and lead data for external analysis
- Manage clients, smart senders, and webhook configurations programmatically
FAQ from Smartlead Simplified MCP Server
Does a license key or permission token need to be set?
No. All features are enabled by default with maximum permissiveness. No license key is required.
Where are downloaded files and statistics stored?
Downloads are tracked in ~/.smartlead-mcp/downloads.json for analytics.
What runtime does the server require?
It runs on Node.js and is installed via npm or used directly via npx.
What transport protocols are supported?
For Claude the server uses stdio; for n8n it uses SSE (Server-Sent Events) at http://localhost:3000/sse and http://localhost:3000/message.
How is the Smartlead API key authenticated?
The API key is provided interactively on first run, through the SMARTLEAD_API_KEY environment variable, or via the --api-key command-line option.
More Other MCP servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Nginx UI
0xJackyYet another WebUI for Nginx
ICSS
chokcoco不止于 CSS
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Comments