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. All rights reserved.
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
- -securityAlicense-qualityA proxy server that bridges AI agents and external APIs by dynamically translating OpenAPI specifications into standardized MCP tools, enabling seamless interaction without custom integration code.Last updated -52PythonMIT License
- -securityAlicense-qualityA lightweight, fast MCP server that provides onchain capabilities for the LLMs and Agents.Last updated -0173TypeScriptMIT License
- -securityAlicense-qualityA proxy server that sits between MCP clients and servers, providing authentication, tool discovery, caching, and guardrail enforcement to protect MCP servers from malicious inputs.Last updated -21PythonMIT License
- -securityAlicense-qualityA Model Context Protocol server that provides AI coding assistants (Claude, Cursor, etc.) with access to SmartLead's cold email automation platform through 116+ API endpoints for campaign management, lead tracking, and email delivery.Last updated -3515TypeScriptMIT License