Skip to main content
Glama
jonathan-politzki

Smartlead Simplified MCP Server

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 セットアップ:

  1. サーバーを起動します: npx smartlead-mcp-server sse

  2. 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で追跡されます。

ヘルプが必要ですか?

ライセンス

このソフトウェアは機密情報であり、Jean Technologiesの明示的な許可なく、本ソフトウェアの全部または一部を、いかなる媒体を通じても無断で複製、再配布、または使用することは固く禁じられています。

著作権 © 2025 Jean Technologies. All rights reserved.

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

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.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jonathan-politzki/smartlead-mcp-server-local'

If you have feedback or need assistance with the MCP directory API, please join our Discord server