mcp.film

mcp.film / Video Generation / Revid

Revid

OfficialRemoteby Revid.aicreditsverified Aug 12, 2026

Hosted MCP that generates, renders, voices, and publishes short-form video end to end.

What it does

Revid's first-party remote MCP puts its whole short-form pipeline behind 14 tools: generate media, render a project, clone a voice, define reusable characters, export the cut, and schedule or immediately publish to connected social accounts. calculate_credits prices a render before you spend on it. The draw for an agent is that generation and distribution sit on one OAuth connection, so a scripted campaign can go from prompt to posted without a human touching a timeline.

Connect

Remote endpoint (Streamable HTTP)
https://www.revid.ai/api/mcp
Claude Code
claude mcp add --transport http revid https://www.revid.ai/api/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "revid": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://www.revid.ai/api/mcp"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "revid": {
      "url": "https://www.revid.ai/api/mcp"
    }
  }
}
Auth: oauth — OAuth 2.1 from https://www.revid.ai/mcp; the separate revid-cli takes a REVID_API_KEY from your account page

Tools you'll see

generate_mediarender_videoget_project_statuslist_projectscalculate_creditsexport_videoclone_voicecreate_characterschedule_publishpublish_now

Field notes

Short-form and social first — this is a faceless TikTok/Reels/Shorts factory, not shot-level cinematic control, and nothing here gives you frame continuity across a scene. Treat publish_now and schedule_publish as live-fire tools: they push to your connected accounts with no staging step, so gate them behind explicit approval. Renders burn credits from your account or active workspace; call calculate_credits first. Endpoint verified live on 12 Aug 2026 — GET returns 405 and /.well-known/oauth-protected-resource advertises scope mcp:use against https://www.revid.ai. Closed source: there is no public repo for the server, and the companion CLI (npm revid-cli 0.1.4, published 4 May 2026) ships UNLICENSED, so read the terms before you build on it.

Pairs well with