mcp.film

mcp.film / Model Hubs / Krea MCP Server

Krea MCP Server

OfficialRemoteby Kreacreditsverified Aug 23, 2026

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

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, endpoint answering with an auth challenge as of Aug 23 2026. 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. Provider models do disappear: video/openai/sora-2 and video/bytedance/seedance-1.0-lite were sunset Apr 27 2026 and image/bytedance/seedream-3 on May 13 2026, and a sunset endpoint returns a terminal 410. No further sunsets have been announced since. Have the agent call list_models/get_model_schema first — Krea surfaces deprecation metadata there and publishes no static model list, so the shelf is only knowable at runtime; the docs' own examples are image/krea/krea-2/medium and video/google/veo-3.1. get_upload_url returns presigned upload URLs valid for three hours. Docs moved from docs.krea.ai to www.krea.ai/docs.

Pairs well with