Smartlead 简化 MCP 服务器
此应用程序简化了 Smartlead API 的接口,允许 AI 助手和自动化工具与 Smartlead 的电子邮件营销功能进行交互。我们欢迎社区贡献代码。
**许可:**所有功能现已默认启用,并享有最大程度的许可!无需许可证密钥。
**有关开发人员的详细信息:**请参阅DEVELOPER_ONBOARDING.md
快速入门
安装
npm install smartlead-mcp-server@1.2.1或者直接使用 npx(无需安装):
与克劳德一起:
npx smartlead-mcp-server start使用 n8n:
npx smartlead-mcp-server sse首次运行会提示您输入 Smartlead API 密钥。无需许可证密钥。
Related MCP server: Enkrypt AI Secure MCP Gateway
集成示例
克劳德扩展:
{
"mcpServers": {
"smartlead": {
"command": "npx",
"args": ["smartlead-mcp-server", "start"],
"env": {
"SMARTLEAD_API_KEY": "your_api_key_here"
}
}
}
}n8n 设置:
启动服务器:
npx smartlead-mcp-server sse配置 n8n MCP 客户端节点:
SSE URL:
http://localhost:3000/sse消息 URL:
http://localhost:3000/message
可用功能
所有功能现在都默认启用,包括:
活动和潜在客户管理
统计与分析
智能交付和 Webhook
n8n 集成
客户管理
智能发件人
下载跟踪和分析
新的下载跟踪功能
此版本增加了新的下载跟踪功能:
下载活动数据
使用smartlead_download_campaign_data工具下载带有跟踪的广告系列数据:
{
"campaign_id": 12345,
"download_type": "analytics", // "analytics", "leads", "sequence", "full_export"
"format": "json", // "json" or "csv"
"user_id": "optional-user-identifier"
}查看下载统计数据
使用smartlead_view_download_statistics工具查看下载统计信息:
{
"time_period": "all", // "all", "today", "week", "month"
"group_by": "type" // "type", "format", "campaign", "date"
}所有下载均在~/.smartlead-mcp/downloads.json中进行跟踪,以供分析。
需要幫忙?
运行
npx smartlead-mcp-server config来设置凭据使用
--api-key选项进行非交互式设置
执照
本软件为专有且保密的软件。未经 Jean Technologies 明确许可,严禁以任何媒介未经授权复制、再分发或使用本软件的全部或部分内容。
版权所有 © 2025 Jean Technologies。保留所有权利。
Resources
Looking for Admin?
Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.