M
Mailchimp
Manage Mailchimp lists, campaigns and members.
·No reviews yet
Share:
About
Auto-generated
Mailchimp is a Model Context Protocol server in the Communication category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
send_message
Post a message to a channel or user
list_channels
List channels the bot can access
search_messages
Search messages by query and date range
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about Mailchimp.
- What is the Mailchimp MCP primarily used for?
- The Mailchimp MCP allows users to manage Mailchimp lists, campaigns, and members. It facilitates programmatic interaction with Mailchimp services for email marketing operations.
- How do I install the Mailchimp MCP in a typical client?
- Installation typically involves adding the Mailchimp MCP from its repository to your client's plugin or extension manager. Specific steps vary by client, but generally involve providing the repository URL.
- Does the Mailchimp MCP require an API key for authentication?
- Yes, the Mailchimp MCP requires an API key for authentication. Users must obtain a valid API key from their Mailchimp account to use this MCP.
- What are some key capabilities of the Mailchimp MCP?
- The Mailchimp MCP enables managing email lists, creating and sending campaigns, and handling subscriber information. It integrates Mailchimp's core functionalities into your client environment.
- What is a common limitation when using the Mailchimp MCP?
- A common limitation is that the MCP's functionality is directly tied to the Mailchimp API's capabilities and rate limits. Complex custom operations may require direct API calls outside the MCP.
- Are there any costs associated with using the Mailchimp MCP?
- The Mailchimp MCP itself is a community-provided tool with no inherent cost. However, its usage is subject to the pricing and subscription plans of the underlying Mailchimp service.
Install Mailchimp
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"mailchimp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mailchimp"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"mailchimp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mailchimp"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"mailchimp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mailchimp"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.