Fluos MCP
Connect Claude Code, Codex, Cursor, or any MCP agent to Fluos — public docs search plus a paid Video MCP that creates, revises, and exports videos.
Fluos exposes two Model Context Protocol servers over Streamable HTTP. Your coding agent is the director. Fluos is the video crew.
| Server | URL | Auth | What it does |
|---|---|---|---|
| Docs MCP | https://www.fluos.io/api/v1/mcp | None | Search docs, fetch OpenAPI, read llms.txt |
| Video MCP | https://www.fluos.io/api/v1/mcp/app | Clerk OAuth, paid plan | Generate, edit, compose, mix, revise, and export videos |
Protocol version 2025-06-18. CORS is open. Responses include API-Version: 1. Server card: /.well-known/mcp.json. Interactive setup: fluos.io/#mcp-setup.
A pasted prompt cannot silently install MCP
Clients still have to write config and you still have to approve browser OAuth. The one-prompt path tells the agent to do the configuration for you, then pause for that approval. No credentials belong in the prompt.
Connect an agent
Pick the host you already use. Each page has a one-prompt setup and a manual fallback.
One terminal command, then /mcp and browser OAuth.
Add the server, then codex mcp login fluos.
Merge fluos into mcp.json and enable it in Settings.
Any Streamable HTTP + OAuth host uses the same URL.
After you connect
The create → poll → revise or export loop.
Every Video MCP and Docs MCP tool, with arguments.
generate, edit, compose, and mix — when to pass each.
Who can call Video MCP, scopes, and the paid-plan gate.
PLAN_REQUIRED, JOB_STILL_RUNNING, and the rest.
Debug the servers locally and map tools to the HTTP API.
The Video MCP does not search documentation. Add the Docs MCP as a second server if you want in-agent search.
Jobs write into the same workspaces, projects, library, and exports as the website. Open the project in the dashboard to preview or keep editing in chat.


