Smartlead Simplified MCP Server
@MCP-Mirror
关于 Smartlead Simplified MCP Server
Mirror of
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"jean-technologies_smartlead-mcp-server-local": {
"command": "npx",
"args": [
"smartlead-mcp-server",
"start"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Awesome Mlops
visengerA curated list of references for MLOps
Nginx UI
0xJackyYet another WebUI for Nginx
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
评论