mcp.film

mcp.film / Image Generation / Recraft MCP Server

Recraft MCP Server

OfficialRemoteby Recraftcreditsverified Jun 11, 2026

Official Recraft server: raster + vector image gen, styles, upscale, backgrounds.

Rate it: no ratings yet

What it does

Recraft's official MCP server (remote endpoint or local npm package) covers text-to-image and image-to-image in raster and SVG, custom style creation, vectorization, background removal/replacement and two upscalers. Uniquely useful for film work needing brand-consistent styles, title/poster art and clean vector assets.

Connect

Remote endpoint (Streamable HTTP)
https://mcp.recraft.ai/mcp
Claude Code
claude mcp add recraft -e RECRAFT_API_KEY=YOUR_KEY -- npx -y @recraft-ai/mcp-recraft-server@latest
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: api_key · env RECRAFT_API_KEY — https://www.recraft.ai/profile/api (buy API units, generate key)

Tools you'll see

generate_imageimage_to_imagecreate_stylevectorize_imageremove_backgroundreplace_backgroundcrisp_upscalecreative_upscale

Field notes

v1.6.5; per-image API pricing roughly $0.04-$0.08, vectorize $0.01, creative upscale $0.25. Local mode supports IMAGE_STORAGE_DIRECTORY for saving outputs to disk.

Pairs well with