Cursor
Connect Cursor to the Fluos Video MCP by merging a remote server into mcp.json.
Cursor reads MCP servers from project config at .cursor/mcp.json, or from global config at ~/.cursor/mcp.json. Merge Fluos with any servers you already have — do not replace the file.
You still approve OAuth
Saving the file only registers the URL. You still enable Fluos in Settings → Tools & MCP and finish the browser sign-in. Do not put credentials in the prompt.
One-prompt setup
Paste this into Cursor:
Connect this Cursor project to the Fluos Video MCP.
Create or update .cursor/mcp.json with this server, preserving every existing MCP entry:
{
"mcpServers": {
"fluos": {
"url": "https://www.fluos.io/api/v1/mcp/app",
"auth": {
"CLIENT_ID": "vZg47Po1X1v3rHtU"
}
}
}
}
After saving, verify that Fluos appears in Cursor Settings > Tools & MCP. If browser OAuth is required, pause and tell me what to approve. Once connected, use Fluos to list my workspaces.Manual fallback
Project config (.cursor/mcp.json) or global config (~/.cursor/mcp.json):
{
"mcpServers": {
"fluos": {
"url": "https://www.fluos.io/api/v1/mcp/app",
"auth": {
"CLIENT_ID": "vZg47Po1X1v3rHtU"
}
}
}
}Then:
- Save the file.
- Open Cursor Settings → Tools & MCP.
- Enable fluos.
- Complete the browser sign-in.
auth.CLIENT_ID is Fluos's public Clerk OAuth client. There is no client secret.
Verify
Fluos should appear under Tools & MCP as an enabled HTTP server. Ask Cursor to list your Fluos workspaces. If that fails with 401, reopen Tools & MCP and finish OAuth.
Optional: Docs MCP
Add a second entry. Keep fluos for video work:
{
"mcpServers": {
"fluos": {
"url": "https://www.fluos.io/api/v1/mcp/app",
"auth": {
"CLIENT_ID": "vZg47Po1X1v3rHtU"
}
},
"fluos-docs": {
"url": "https://www.fluos.io/api/v1/mcp"
}
}
}No login on fluos-docs. That server cannot create videos. See Docs MCP.
If it will not connect
- Confirm the URL is
/api/v1/mcp/app, not the public docs server. - If the agent overwrote other MCP entries, restore them and merge only the
fluoskey. - Free plans receive
PLAN_REQUIRED. See OAuth and access. - Reload the Cursor window if Fluos does not appear after saving.
Next: run a first video.