RFP.ai
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
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').
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
v1.1.0
io.github.xenarch-ai/xenarch-mcp
Xenarch — x402 MCP server for AI agent payments. Non-custodial, USDC on Base L2.
v1.0.0
com.docimprint/api
AI document intelligence: extract, summarize, claim-check, and notarize with on-chain proofs.
v0.14.0
io.github.blackwell-systems/agent-lsp
Stateful LSP runtime for AI agents — 50+ tools across 30+ languages via MCP.
v0.2.13
io.github.hostinger/hostinger-api-mcp
MCP server for Hostinger API
v0.41.0
io.github.zhitongblog/unterm
The terminal AI agents can drive: spawn panes, run commands, read screens, scrolling screenshots.
{
"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"
}
}