mcp.film

mcp.film / Model Hubs / Krea MCP Server

Krea MCP Server

OfficialRemoteby Kreacreditsverified Jun 29, 2026

Official hosted MCP for Krea image/video models, schemas, uploads, and job widgets.

Rate it: no ratings yet

What it does

Krea's official Streamable HTTP MCP lets agents discover available image and video models, inspect live input schemas, submit generation jobs, upload local assets, poll results, and cancel mistakes. For filmmakers it is a clean direct route into Krea's creative API and model shelf without hard-coding endpoints that drift. The MCP Apps widget can show an inline generation tile, auto-poll job progress, retry, cancel, and compare enhancement results in clients that support it.

Connect

Remote endpoint (Streamable HTTP)
https://api.krea.ai/mcp
Claude Code
claude mcp add --transport http krea-ai https://api.krea.ai/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "krea": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.krea.ai/mcp"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "krea": {
      "url": "https://api.krea.ai/mcp"
    }
  }
}
Auth: oauth — OAuth browser flow; API-token fallback from https://www.krea.ai/app/api/tokens sent as Authorization: Bearer.

Tools you'll see

list_modelsget_model_schemagenerateexecute_node_appget_jobcancel_jobget_upload_url

Field notes

Official hosted Streamable HTTP. OAuth was added Jun 13 2026 and bills the workspace selected during consent; API-token auth still works for clients without OAuth but bills a separate workspace API balance. Ask the agent to call list_models/get_model_schema first because Krea surfaces deprecation metadata there, and provider models do disappear — Sora 2 and older Seedance/Seedream endpoints are already sunset. get_upload_url returns presigned upload URLs valid for three hours.

Pairs well with