For agents and developers
Give your agent a video studio
GoFaceless turns one prompt into a finished, published-ready video. Connect it to the AI tool you already use through MCP, or drive the full API from the command line.
- 1
Copy the GoFaceless connector URL
You will paste this URL into your AI tool in the next step.
https://mcp.gofaceless.ai/mcp - 2
Add it as a connector
In Grok, open Connectors and choose New Connector. Name it GoFaceless and paste the URL. Claude and other MCP-compatible hosts work the same way.
Grok Connectors - 3
Sign in and choose an access profile
The browser sign-in asks which permissions the connector gets. Review only is the safe default; Create and edit lets your agent make videos; Deliver adds final MP4 downloads.
Every connection starts scoped and revocable from Settings.
Setup guides
Choose your AI agent
Get the fastest supported setup for each host, a ready-to-copy first prompt, and focused troubleshooting.
Grok
Create and manage GoFaceless videos directly from a Grok conversation.
Setup guideClaude
Turn a Claude conversation into an autonomous GoFaceless video workflow.
Setup guideClaude Code
Give Claude Code access to GoFaceless through one remote MCP command.
Setup guideChatGPT
Connect GoFaceless as a custom MCP app and make videos from ChatGPT.
Setup guideCursor
Install GoFaceless in Cursor and create videos without leaving your coding agent.
Setup guideOpenClaw
Register GoFaceless as a remote MCP server managed by OpenClaw.
Setup guideHermes
Add GoFaceless to Hermes as an OAuth-protected remote MCP server.
Setup guideBuilt for agents, not adapted for them
Every command speaks JSON, every mutation is idempotent, and everything an agent needs to know is discoverable at runtime.
Live contract discovery
The CLI embeds no schemas. It reads the server’s own OpenAPI contract, so the shapes an agent composes against are always current.
gofaceless schema batchesRehearse with zero spend
Validate an entire workflow against deterministic sandbox fixtures before a single credit is spent.
gofaceless "a 15s product video" --sandboxPush, not poll
Stream session events as JSON lines while a video renders — or register a webhook and get called when it finishes.
gofaceless sessions watch --session IDHeadless credentials
Mint scoped, expiring API keys for your agent from the CLI. The raw key is shown once, and every key is revocable.
gofaceless auth keys create --name agentErrors an agent can act on
Failures return a machine-readable code and the server’s full validation detail — fix the request and run it again safely, because every mutation is idempotent.
gofaceless batches create --rows-file rows.json --jsonBatches and webhooks
Plan fifty videos from one brief, approve the spend once, and get notified per video as they complete.
gofaceless webhooks create --url https://…Start building
Create an account, connect your agent, and make the first video in minutes.
