Constant Contact MCP Server
Constant Contact MCPサーバーでClaude連携・メールマーケティング管理を自動化
node /path/to/constant-contact-mcp-server/dist/index.js概要
Constant Contact MCP Serverの設定方法と使い方。
中小企業向けメールマーケティングツール「Constant Contact」をClaudeから操作できるMCPサーバー。
連絡先リスト・メールキャンペーン・イベント情報の参照と管理が可能。
ClaudeとConstant ContactのMCPサーバー連携により、メールリストの管理やキャンペーン分析・購読者セグメント管理を自動化できる。
設定方法はOAuth2アクセストークンを環境変数に設定するだけでシンプルに完結する。
料金・APIキー情報
料金
有料のみAPIキー
🔑 必要🔑 APIキーの取得方法
- 1
https://developer.constantcontact.com/ にアクセスしてDeveloperアカウントを作成
- 2
「My Applications」から新しいアプリケーションを作成
- 3
OAuth2認証フローを実行してアクセストークンを取得する
- 4
API KeyとAccess Tokenを取得して設定ファイルに設定する
こんな使い方ができます
Constant Contactの連絡先リストをClaudeが検索・一覧表示できる
メールキャンペーンのパフォーマンスデータをClaudeが分析してレポートを作成できる
特定のリストやセグメントに属する購読者をClaudeが抽出できる
新しい連絡先情報をClaudeからConstant Contactに登録できる
セットアップ手順
- 1
https://developer.constantcontact.com/ でアプリケーションを作成してAPI KeyとAccess Tokenを取得する
- 2
GitHubからリポジトリをクローンしてビルドする: git clone https://github.com/YOUR_REPO/constant-contact-mcp-server && cd constant-contact-mcp-server && npm install && npm run build
- 3
claude mcp add constant-contact -e CONSTANT_CONTACT_ACCESS_TOKEN=your-token -e CONSTANT_CONTACT_API_KEY=your-api-key -- node /path/to/dist/index.js
設定ファイル
コピー前に確認
Constant Contactアカウント(有料プランのみ)。Developer Portalでのアプリケーション登録とOAuth2認証が必要。
claude mcp add constant-contact -e CONSTANT_CONTACT_ACCESS_TOKEN=your-access-token-here -e CONSTANT_CONTACT_API_KEY=your-api-key-here -- node /path/to/constant-contact-mcp-server/dist/index.js