20 hours ago
Build and run AI image, video, and audio generation workflows on Wireflow from any MCP client. Browse your workflows and templates, check available models and credit balance, then execute a workflow to generate media end to end.
Overview
Wireflow is a canvas-based AI workflow builder. Teams chain image models (FLUX 2 Pro, Nano Banana, Recraft, GPT Image) and video models (Kling, Veo 3.1, Sora 2, Seedance, Luma) into repeatable pipelines, compose finished videos with Remotion, and run any workflow through the API or MCP so AI agents can generate and edit media end to end.
Connection
- Transport: Streamable HTTP
- Endpoint: https://www.wireflow.ai/api/mcp
- Auth: OAuth 2.1 with PKCE and dynamic client registration — users sign in with their own Wireflow account, no shared API key.
Tools
- run_workflow — executes a workflow (spends the connected account's Wireflow credits)
- list_workflows, get_workflow, list_templates, list_models, get_credit_balance, get_execution — read-only and free
Server Config
{
"mcpServers": {
"wireflow": {
"type": "streamable-http",
"url": "https://www.wireflow.ai/api/mcp"
}
}
}