Skip to content

Marketing Content Production for Cursor

io.github.atul0016/marketing-content-production

Brand-safe ad, email, product description, and social content production.

client:Cursor transport:stdio runtime:pypi

Install Marketing Content Production 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": {
    "marketing-content-production": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "marketing-content-production-mcp"
      ],
      "env": {
        "EARNALL_MCP_LICENSE_KEY": "<EARNALL_MCP_LICENSE_KEY>",
        "EARNALL_MCP_ACTIVATION_ID": "<EARNALL_MCP_ACTIVATION_ID>",
        "EARNALL_MCP_LICENSE_API": "<EARNALL_MCP_LICENSE_API>"
      }
    }
  }
}

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

Marketing Content Production in other clients