MCP.so
ログイン

Mailchimp MCP Server

@mattcoatsworth

Mailchimp MCP Server について

概要はまだありません

基本情報

カテゴリ

その他

ランタイム

node

トランスポート

stdio

公開者

mattcoatsworth

設定

標準の設定はありません

このサーバーの README には解析可能な MCP 設定ブロックが含まれていません。インストール手順はリポジトリをご確認ください。

リポジトリ

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Mailchimp MCP Server?

A Model Context Protocol (MCP) server that provides programmatic access to the Mailchimp API. It exposes tools for managing campaigns, audiences (lists), templates, reports, and automations, along with documentation resources. Designed for developers building AI‑assisted workflows that need to interact with Mailchimp data.

How to use Mailchimp MCP Server?

Clone the repository, install dependencies with npm install, create a .env file with your Mailchimp API credentials, then run the server with npm run dev. To test all available tools and resources, use npm run inspect to open the MCP Inspector web interface.

Key features of Mailchimp MCP Server

  • Comprehensive access to Mailchimp API functionality
  • Tools for managing campaigns, lists, and templates
  • Tools for retrieving reports and click/open details
  • Tools for automating email workflows
  • Built-in documentation resources for every API section
  • Testable interactively via the MCP Inspector

Use cases of Mailchimp MCP Server

  • Create and send email marketing campaigns programmatically
  • Manage subscriber lists and add/remove members
  • Retrieve campaign performance reports and engagement data
  • Build and control email automation sequences
  • Access Mailchimp API documentation on the fly through MCP resources

FAQ from Mailchimp MCP Server

What is required to run the Mailchimp MCP Server?

You need Node.js, npm, and a Mailchimp API key placed in a .env file (see .env.example).

How can I test the tools before using them in my application?

Run npm run inspect to launch the MCP Inspector, a web interface that lets you explore and test every tool and resource interactively.

What Mailchimp operations are available through the tools?

The server provides tools for campaigns (get, create, delete, send, set content), lists (get, create, manage members), templates (get, create, delete), reports (get reports, click/open details), and automations (get, start, pause, get emails).

Where can I find the API documentation for each feature?

Documentation is accessible as MCP resources at URIs like mailchimp://docs/overview, mailchimp://docs/campaigns, and others for lists, templates, automations, and reports.

Does the server store any of my Mailchimp data?

The README does not mention any local storage; all operations appear to interact directly with the Mailchimp API using your credentials.

コメント

「その他」の他のコンテンツ