Token导航 LogoToken导航TokenDH.com
Mailchip MCP Server logo
数据服务stdio官方级别未说明来源级核验

Mailchip MCP Server

MCP Server

一个用于与Mailchimp API交互的模型上下文协议(MCP)服务器,提供全面的邮件营销功能,包括管理活动、列表、模板、报告和自动化。

工具数

24

提示词数

0

GitHub Stars

3

资源数

0
API集成JavaScript数据分析

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

mattcoatsworth

提供方

mattcoatsworth

最后核验

2026/5/17 20:34

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

详细介绍

Mailchimp MCP服务器

A Model Context Protocol (MCP) server for interacting with the Mailchimp API.

## Features

- Comprehensive access to Mailchimp API functionality
- Tools for managing campaigns, lists, templates, reports, and automations
- Documentation resources for API reference

## Setup

1. Clone this repository
2. Install dependencies:

npm install

3. Create a `.env` file with your Mailchimp API credentials (see `.env.example`)
4. Run the server:

npm run dev


## Testing with MCP Inspector

To test the server with the MCP Inspector:

npm run inspect


This will open a web interface where you can explore and test all available tools and resources.

## Available Tools

### Campaigns
- `get_campaigns`: Get a list of campaigns
- `get_campaign`: Get information about a specific campaign
- `create_campaign`: Create a new campaign
- `delete_campaign`: Delete a campaign
- `send_campaign`: Send a campaign
- `set_campaign_content`: Set the content for a campaign

### Lists
- `get_lists`: Get all lists (audiences) in the account
- `get_list`: Get information about a specific list
- `create_list`: Create a new list (audience)
- `get_list_members`: Get members of a list
- `add_list_member`: Add a member to a list

### Templates
- `get_templates`: Get all templates in the account
- `get_template`: Get information about a specific template
- `create_template`: Create a new template
- `delete_template`: Delete a template

### Reports
- `get_campaign_reports`: Get reports for all campaigns
- `get_campaign_report`: Get report for a specific campaign
- `get_campaign_click_details`: Get click details for a campaign
- `get_campaign_open_details`: Get open details for a campaign

### Automations
- `get_automations`: Get all automations in the account
- `get_automation`: Get information about a specific automation
- `start_automation`: Start an automation
- `pause_automation`: Pause an automation
- `get_automation_emails`: Get emails in an automation workflow

## Resources

- `mailchimp://docs/overview`: Overview of the Mailchimp API
- `mailchimp://docs/campaigns`: Documentation for the Campaigns API
- `mailchimp://docs/lists`: Documentation for the Lists API
- `mailchimp://docs/templates`: Documentation for the Templates API
- `mailchimp://docs/automations`: Documentation for the Automations API
- `mailchimp://docs/reports`: Documentation for the Reports API

目录标签

目录标签

API集成JavaScript数据分析邮件营销本地部署API服务器自动化工具营销活动管理

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

none

工具数量(toolCount,工具数)

24

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdionone部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:installCommand

来源信息

继续浏览同类 MCP