mcp.film

mcp.film / Image Generation / Recraft MCP Server

Recraft MCP Server

OfficialRemoteby Recraftcreditsverified Aug 26, 2026

Official hosted Recraft server: raster + vector generation, styles, upscale, backgrounds.

What it does

Recraft's official MCP is now a hosted, OAuth-gated endpoint covering text-to-image and image-to-image in raster and SVG, custom style creation, vectorization, background removal and replacement, and upscaling. Uniquely useful for film work needing brand-consistent styles, title and poster art, and clean vector assets. The old local npm package is dead — connect over HTTP instead.

Connect

Remote endpoint (Streamable HTTP)
https://mcp.recraft.ai/mcp
Claude Code
claude mcp add --transport http recraft https://mcp.recraft.ai/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "recraft": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.recraft.ai/mcp"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "recraft": {
      "url": "https://mcp.recraft.ai/mcp"
    }
  }
}
Auth: oauth — OAuth in the browser on first connect; no API key to manage. Needs a Recraft account at recraft.ai

Field notes

The stdio entry is not a local server — it is the mcp-remote bridge Recraft's own docs print for clients that cannot speak streamable HTTP, pointed at the same hosted endpoint. The local package @recraft-ai/mcp-recraft-server (last v1.6.5) is deprecated and its repo is archived — the README says so outright and points here; the repo link is kept only for history. Billing changed with the move: the hosted server deducts from your Recraft plan credits, the same balance Recraft Studio spends, not from separately purchased API units. Rates are per operation and are not reproduced here — check Plans and billing at recraft.ai before you budget a job. tools_sample is null because Recraft's docs describe capabilities rather than tool names and the endpoint is OAuth-gated, so the list cannot be enumerated without an account.

Pairs well with