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.

评论

其他 分类下的更多 MCP 服务器