AgentHubAgentHub

mailchimp-mcp-server

MCP ServerMCP Registry官方收录

io.github.cyanheads/mailchimp-mcp-server · v0.3.5

Mailchimp via MCP: draft, test, and send campaigns; manage audiences and subscribers; pull reports.

概览

mailchimp-mcp-server 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio、streamable-http 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "mailchimp-mcp-server": {
      "command": "bun",
      "args": [
        "-y",
        "@cyanheads/mailchimp-mcp-server"
      ],
      "env": {
        "MAILCHIMP_API_KEY": "<MAILCHIMP_API_KEY>"
      }
    }
  }
}

环境变量

MAILCHIMP_API_KEY必填

Mailchimp Marketing API key, including the '-dc' data-center suffix (e.g. 'abc...-us22'). Generate at Mailchimp → Account → Extras → API keys.

MAILCHIMP_BASE_URL可选

Override the API base URL (for mock servers or testing). Defaults to 'https://{dc}.api.mailchimp.com/3.0' derived from the API key suffix.

MAILCHIMP_TIMEOUT_MS可选

Per-request timeout in milliseconds.

MAILCHIMP_MAX_RETRIES可选

Max retry attempts for transient upstream failures (0-10).

MAILCHIMP_CONCURRENCY_LIMIT可选

Max in-flight upstream requests per workflow tool (1-10).

MAILCHIMP_ASSETS_DIR可选

Absolute path to a local assets directory. When set (Node-only — Workers ignored), enables the `mailchimp_assets` tool and auto-uploads `@assets/<path>` references in campaign HTML to Mailchimp File Manager at send time. Cache at <dir>/.mailchimp-cache.json.

MAILCHIMP_TEMPLATES_DIR可选

Absolute path to a local templates directory. When set (Node-only), enables the `mailchimp_local_templates` tool and support for `content.localTemplate` on campaign tools. Templates are `.eta` files with optional `<name>.meta.yaml` sidecars. Canonical write path on free-tier Mailchimp.

MCP_LOG_LEVEL可选

Sets the minimum log level for output (e.g., 'debug', 'info', 'warn').

MAILCHIMP_API_KEY必填

Mailchimp Marketing API key, including the '-dc' data-center suffix (e.g. 'abc...-us22'). Generate at Mailchimp → Account → Extras → API keys.

MAILCHIMP_BASE_URL可选

Override the API base URL (for mock servers or testing). Defaults to 'https://{dc}.api.mailchimp.com/3.0' derived from the API key suffix.

MAILCHIMP_TIMEOUT_MS可选

Per-request timeout in milliseconds.

MAILCHIMP_MAX_RETRIES可选

Max retry attempts for transient upstream failures (0-10).

MAILCHIMP_CONCURRENCY_LIMIT可选

Max in-flight upstream requests per workflow tool (1-10).

MCP_HTTP_HOST可选

The hostname for the HTTP server.

MCP_HTTP_PORT可选

The port to run the HTTP server on.

MCP_HTTP_ENDPOINT_PATH可选

The endpoint path for the MCP server.

MCP_AUTH_MODE可选

Authentication mode to use: 'none', 'jwt', or 'oauth'.

MCP_LOG_LEVEL可选

Sets the minimum log level for output (e.g., 'debug', 'info', 'warn').

相关资源

统一 Manifest

{
  "id": "io.github.cyanheads/mailchimp-mcp-server",
  "type": "mcp-server",
  "version": "0.3.5",
  "displayName": "mailchimp-mcp-server",
  "description": "Mailchimp via MCP: draft, test, and send campaigns; manage audiences and subscribers; pull reports.",
  "repository": {
    "url": "https://github.com/cyanheads/mailchimp-mcp-server",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@cyanheads/mailchimp-mcp-server",
        "version": "0.3.5",
        "runtimeHint": "bun",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "MAILCHIMP_API_KEY",
            "description": "Mailchimp Marketing API key, including the '-dc' data-center suffix (e.g. 'abc...-us22'). Generate at Mailchimp → Account → Extras → API keys.",
            "isRequired": true
          },
          {
            "name": "MAILCHIMP_BASE_URL",
            "description": "Override the API base URL (for mock servers or testing). Defaults to 'https://{dc}.api.mailchimp.com/3.0' derived from the API key suffix."
          },
          {
            "name": "MAILCHIMP_TIMEOUT_MS",
            "description": "Per-request timeout in milliseconds."
          },
          {
            "name": "MAILCHIMP_MAX_RETRIES",
            "description": "Max retry attempts for transient upstream failures (0-10)."
          },
          {
            "name": "MAILCHIMP_CONCURRENCY_LIMIT",
            "description": "Max in-flight upstream requests per workflow tool (1-10)."
          },
          {
            "name": "MAILCHIMP_ASSETS_DIR",
            "description": "Absolute path to a local assets directory. When set (Node-only — Workers ignored), enables the `mailchimp_assets` tool and auto-uploads `@assets/<path>` references in campaign HTML to Mailchimp File Manager at send time. Cache at <dir>/.mailchimp-cache.json."
          },
          {
            "name": "MAILCHIMP_TEMPLATES_DIR",
            "description": "Absolute path to a local templates directory. When set (Node-only), enables the `mailchimp_local_templates` tool and support for `content.localTemplate` on campaign tools. Templates are `.eta` files with optional `<name>.meta.yaml` sidecars. Canonical write path on free-tier Mailchimp."
          },
          {
            "name": "MCP_LOG_LEVEL",
            "description": "Sets the minimum log level for output (e.g., 'debug', 'info', 'warn')."
          }
        ]
      },
      {
        "registryType": "npm",
        "identifier": "@cyanheads/mailchimp-mcp-server",
        "version": "0.3.5",
        "runtimeHint": "bun",
        "transport": "streamable-http",
        "environmentVariables": [
          {
            "name": "MAILCHIMP_API_KEY",
            "description": "Mailchimp Marketing API key, including the '-dc' data-center suffix (e.g. 'abc...-us22'). Generate at Mailchimp → Account → Extras → API keys.",
            "isRequired": true
          },
          {
            "name": "MAILCHIMP_BASE_URL",
            "description": "Override the API base URL (for mock servers or testing). Defaults to 'https://{dc}.api.mailchimp.com/3.0' derived from the API key suffix."
          },
          {
            "name": "MAILCHIMP_TIMEOUT_MS",
            "description": "Per-request timeout in milliseconds."
          },
          {
            "name": "MAILCHIMP_MAX_RETRIES",
            "description": "Max retry attempts for transient upstream failures (0-10)."
          },
          {
            "name": "MAILCHIMP_CONCURRENCY_LIMIT",
            "description": "Max in-flight upstream requests per workflow tool (1-10)."
          },
          {
            "name": "MCP_HTTP_HOST",
            "description": "The hostname for the HTTP server."
          },
          {
            "name": "MCP_HTTP_PORT",
            "description": "The port to run the HTTP server on."
          },
          {
            "name": "MCP_HTTP_ENDPOINT_PATH",
            "description": "The endpoint path for the MCP server."
          },
          {
            "name": "MCP_AUTH_MODE",
            "description": "Authentication mode to use: 'none', 'jwt', or 'oauth'."
          },
          {
            "name": "MCP_LOG_LEVEL",
            "description": "Sets the minimum log level for output (e.g., 'debug', 'info', 'warn')."
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.cyanheads/mailchimp-mcp-server",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.cyanheads%2Fmailchimp-mcp-server/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
mailchimp-mcp-server — MCP Server 安装与配置 · AgentHub