Skip to content
Cursor

Mailchimp for Cursor

io.github.asklokesh/mailchimp-mcp-server

MCP server for Mailchimp API integration

client:Cursor transport:stdio runtime:pypi

Install Mailchimp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mailchimp-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mailchimp-mcp-server"
      ],
      "env": {
        "MAILCHIMP_API_KEY": "<MAILCHIMP_API_KEY>",
        "MAILCHIMP_API_URL": "<MAILCHIMP_API_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Mailchimp in other clients