Skip to content
Cursor

SuperCMO for Cursor

io.github.supercmohq/supercmo

Marketing media generation — image, video, voice — for AI agents. BYO keys.

client:Cursor transport:stdio runtime:pypi

Install SuperCMO 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": {
    "supercmo": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "supercmo-skills"
      ],
      "env": {
        "WAVESPEED_API_KEY": "<WAVESPEED_API_KEY>",
        "FAL_KEY": "<FAL_KEY>",
        "ELEVENLABS_API_KEY": "<ELEVENLABS_API_KEY>",
        "GEMINI_API_KEY": "<GEMINI_API_KEY>",
        "FIRECRAWL_API_KEY": "<FIRECRAWL_API_KEY>",
        "SCRAPECREATORS_API_KEY": "<SCRAPECREATORS_API_KEY>"
      }
    }
  }
}

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

SuperCMO in other clients