Smartlead 简化 MCP 服务器
此应用程序简化了 Smartlead API 的接口,允许 AI 助手和自动化工具与 Smartlead 的电子邮件营销功能进行交互。我们欢迎社区贡献代码。
**许可:**所有功能现已默认启用,并享有最大程度的许可!无需许可证密钥。
**有关开发人员的详细信息:**请参阅DEVELOPER_ONBOARDING.md
快速入门
安装
或者直接使用 npx(无需安装):
与克劳德一起:
使用 n8n:
首次运行会提示您输入 Smartlead API 密钥。无需许可证密钥。
集成示例
克劳德扩展:
n8n 设置:
- 启动服务器:
npx smartlead-mcp-server sse
- 配置 n8n MCP 客户端节点:
- SSE URL:
http://localhost:3000/sse
- 消息 URL:
http://localhost:3000/message
- SSE URL:
可用功能
所有功能现在都默认启用,包括:
- 活动和潜在客户管理
- 统计与分析
- 智能交付和 Webhook
- n8n 集成
- 客户管理
- 智能发件人
- 下载跟踪和分析
新的下载跟踪功能
此版本增加了新的下载跟踪功能:
下载活动数据
使用smartlead_download_campaign_data
工具下载带有跟踪的广告系列数据:
查看下载统计数据
使用smartlead_view_download_statistics
工具查看下载统计信息:
所有下载均在~/.smartlead-mcp/downloads.json
中进行跟踪,以供分析。
需要幫忙?
- 运行
npx smartlead-mcp-server config
来设置凭据 - 使用
--api-key
选项进行非交互式设置 - 联系方式: jonathan@jeantechnologies.com
- 网站: jeantechnologies.com
执照
本软件为专有且保密的软件。未经 Jean Technologies 明确许可,严禁以任何媒介未经授权复制、再分发或使用本软件的全部或部分内容。
版权所有 © 2025 Jean Technologies。保留所有权利。
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
多渠道代理服务器提供与 Smartlead 的 API 交互的结构化接口,将功能组织成用于活动管理、潜在客户管理和其他营销自动化功能的逻辑工具。
Related MCP Servers
- AsecurityFlicenseAqualityA server that implements the Model Context Protocol to connect LLMs to Brightsy AI agents, allowing users to pass messages to and receive responses from these agents.Last updated -196JavaScript
- -securityAlicense-qualityA proxy server that enables AI assistants to run and interact with command-line applications like Expo through the Model Context Protocol (MCP), capturing logs and allowing keypress forwarding.Last updated -126TypeScriptMIT License
- AsecurityAlicenseAqualityA server that exposes PagerDuty API functionality to LLMs with structured inputs and outputs, enabling management of incidents, services, teams, and users.Last updated -14PythonMIT License
- -securityAlicense-qualityA FastAPI-based MCP server that integrates with smartscreen.tv, allowing you to programmatically control web displays by displaying media, sending notifications, and controlling playback via HTTP commands.Last updated -PythonMIT License