mcp.film

mcp.film / Video Generation / Wireflow

Wireflow

OfficialRemoteby Wireflowfreemiumverified Aug 11, 2026

Exposes whole ad-creative workflows over MCP rather than individual model endpoints.

What it does

Wireflow is a hosted ad-creative platform that fans a single brief out into hundreds of static, carousel, video and UGC variants, with brand kits, compositing, colour grading and publishing to social. Its MCP connector exposes the workflow layer rather than raw models: an agent lists templates and models, clones or authors a workflow from a prompt, runs it, polls the execution and schedules automations. For a filmmaker-agent, that means one call produces a finished, brand-consistent deliverable instead of a shot you still have to assemble.

Connect

Remote endpoint (Streamable HTTP)
https://www.wireflow.ai/api/mcp
Claude Code
claude mcp add --transport http wireflow https://www.wireflow.ai/api/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "wireflow": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://www.wireflow.ai/api/mcp"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "wireflow": {
      "url": "https://www.wireflow.ai/api/mcp"
    }
  }
}
Auth: oauth — OAuth 2.1 with PKCE and Dynamic Client Registration (RFC 7591) — sign in with a Wireflow account, no pre-shared credentials

Tools you'll see

list_workflowsget_workflowlist_templateslist_modelsclone_templatecreate_workflow_from_promptupdate_workflow_configrun_workflowget_executionlist_automationscreate_automationget_credit_balance

Field notes

Disclosure: a direct competitor to Martini, this directory's sponsor, listed on the same terms as everything else. Endpoint verified alive and auth-gated (401) on 2026-08-11 and the tool list is taken verbatim from Wireflow's own MCP docs. Closed source, no public repo, and the vendor documents only connector-UI setup — the CLI command above is the standard streamable-HTTP form of the documented endpoint. Credits are the real constraint: free tier with starter credits, paid from $24/month for 1,600 credits, roughly 30 credits per image and 17 credits per second of video, so a minute of video is not cheap. Ad-format oriented; it is not a general shot-generation tool.

Pairs well with