Integrations
Allows for email management (sending transactional emails, tracking delivery and events, using email templates) and contact management (creating and updating contacts, managing custom attributes, tracking contact activity) through the Brevo API.
Brevo MCP(マルチチャネルプラットフォーム)
Claude やその他の AI アシスタントとのシームレスな統合を目的として設計された、Brevo API のモデル コンテキスト プロトコル (MCP) 実装。
特徴
- ✉️ メール管理
- トランザクションメールを送信する
- メールの配信とイベントを追跡する
- 美しいメールテンプレート
- 👥 連絡先管理
- 連絡先の作成と更新
- カスタム属性を管理する
- 連絡先アクティビティを追跡する
Claude Desktopでの使用
- これを Claude Desktop 構成 (通常は
~/.config/claude-next/config.json
) に追加します。Copy - Claude Desktopを再起動して設定をロードします
これで完了です。これで、Claude の会話で直接 Brevo の機能を使用できるようになりました。
例
Claude の Brevo MCP を使用して実行できる機能の例をいくつか示します。
メールの送信
連絡先の管理
利用可能なツール
MCP は、Claude で使用できるいくつかのツールを提供します。
get_contact
: メールアドレスまたはIDで連絡先の詳細を取得するupdate_contact
: 連絡先属性を更新するcreate_attribute
: 新しい連絡先属性を作成するsend_email
: トランザクションメールを送信するget_email_events
: メールの配信とエンゲージメントを追跡する
発達
設定
- リポジトリをクローンします。Copy
- 依存関係をインストールします:Copy
- プロジェクトをビルドします。Copy
テストの実行
貢献
貢献を歓迎します!お気軽にプルリクエストを送信してください。
ライセンス
マサチューセッツ工科大学
安全
- APIキーを安全に保管し、バージョン管理にコミットしないでください
- 機密データには環境変数またはClaude Desktopのセキュア構成セクションを使用します
- MCPサーバーはClaudeとBrevo間の通信のみを処理します。データはローカルに保存されません。
This server cannot be installed
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.
Claude Desktop などのマルチチャネル アプリケーションで連絡先を管理し、電子メールを送信し、電子メール イベントを追跡するための Brevo (Sendinblue) API との統合を可能にする TypeScript サーバー。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityA TypeScript-based server that allows calling other MCP clients from your own MCP client, facilitating task delegation and context window offloading for enhanced multi-agent interactions.Last updated -314JavaScriptMIT License
- AsecurityAlicenseAqualityA TypeScript-based MCP server that implements an email sending system, allowing Claude to send emails via the blastengine service.Last updated -1JavaScriptMIT License
- AsecurityAlicenseAqualityA TypeScript implementation of the Model Context Protocol server for Pica that enables Claude Desktop users to interact with connected platforms like Gmail, Google Sheets, Slack, and databases through natural language commands.Last updated -42516JavaScriptGPL 3.0
- -security-license-qualityA TypeScript implementation of a Model Context Protocol server that connects to Sentry error tracking service, allowing AI models to query and analyze error reports and events.Last updated -TypeScript