Back to Browse

Recraft MCP Server

Developer ToolsUse Caution4.8MCP RegistryLocal
Free

Server data from the Official MCP Registry

Recraft AI Image Generation MCP Server for AI coding agents

About

Recraft AI Image Generation MCP Server for AI coding agents

Security Report

4.8
Use Caution4.8High Risk

This is a well-structured MCP server for Recraft AI image generation with proper authentication via environment variables and no hardcoded credentials. The codebase demonstrates good security practices with appropriate input validation, error handling, and permissions scoped to the server's stated purpose. Minor observations include broad exception handling in some areas and verbose logging, but these are low-severity quality issues that do not materially impact security. Supply chain analysis found 4 known vulnerabilities in dependencies (0 critical, 4 high severity). Package verification found 1 issue.

4 files analyzed ยท 9 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

What You'll Need

Set these up before or after installing:

Your Recraft AI API keyRequired

Environment variable: RECRAFT_API_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-muhammetali-recraft-mcp-server": {
      "env": {
        "RECRAFT_API_KEY": "your-recraft-api-key-here"
      },
      "args": [
        "-y",
        "recraft-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

๐ŸŽจ Recraft MCP Server

npm version License: MIT MCP Compatible

A Model Context Protocol (MCP) server that gives AI assistants (Claude, Gemini, or any MCP client) direct access to the Recraft AI image generation API โ€” generate, transform, upscale, and vectorize images without leaving your chat.

"Generate a set of 8 fantasy game icons in the same art style." "Remove the background from this screenshot and upscale it." "Create 5 style variations of this logo and put them in a comparison grid."

Coming from the official server?

Recraft archived @recraft-ai/mcp-recraft-server in July 2026 and now points users at a hosted endpoint, https://mcp.recraft.ai/mcp. Which of the three you want depends on what you are doing:

Recraft hostedThis server
SetupOAuth in a browser, no API keynpm install + API key
Tools928
BillingSubscription creditsAPI units, and every tool reports what its call cost
Local filesNo โ€” URLs and base64 onlyReads and writes files on your machine
Batch / pipelinesNoGenerate โ†’ download โ†’ background-remove โ†’ save, themed sets, comparison grids
Style managementCreate onlyCreate, list, inspect, delete

If you only generate the occasional image, the hosted server is less work and this one has nothing to offer you. If you are producing assets in bulk, working from files already on disk, or need to know what a run costs before it runs, that is what this exists for.

Tool name mapping

The names are the old ones with a recraft_ prefix, except where noted:

Official (archived)Here
generate_imagerecraft_generate_image
image_to_imagerecraft_image_to_image
remove_backgroundrecraft_remove_background
replace_backgroundrecraft_replace_background
crisp_upscalerecraft_crisp_upscale
creative_upscalerecraft_creative_upscale
create_stylerecraft_create_style
vectorize_imagerecraft_vectorize
get_userrecraft_check_credits

One behavioural difference worth knowing: Recraft's style field takes six broad families, and the specific look (pixel_art, kawaii, b_and_wโ€ฆ) is a separate substyle field. Passing a substyle name as style is silently ignored by the API. This server accepts either and routes it correctly, so prompts written against the old servers keep working.

๐ŸŒŸ Key Features

  • ๐Ÿ–ผ๏ธ Text-to-image generation across all Recraft models (V4.1, V4 Styles, V4, V4 Vector/SVG, V4 Pro, V3, V2), with the full style taxonomy โ€” 6 families ร— 104 substyles, generated from Recraft's own API spec rather than transcribed by hand
  • ๐Ÿ” Image transformation โ€” image-to-image, inpaint, background replace/generate, outpaint (canvas expansion), variations
  • โœจ Enhancement โ€” background removal, vectorization, crisp/creative upscale, region erase
  • ๐Ÿ”Ž Discovery โ€” open-ended exploration generation, "more like this," and automatic prompt enhancement
  • ๐Ÿงฉ Asset pipelines โ€” one-call generate โ†’ download โ†’ background-remove โ†’ save, batch generation, themed asset sets with style consistency
  • ๐ŸŽฎ Game-dev extras โ€” sized generation for sprites/icons, style comparison grids, texture/atlas swapping
  • ๐Ÿ‘๏ธ The agent can see what it made โ€” generations come back with an inline preview alongside the URL, downscaled to fit a context budget. Without it a model can produce four variations and judge none of them
  • ๐Ÿ’ฐ Every call reports its price โ€” Recraft states the credit cost of each operation and this passes it through, so an agent can tell a 4-credit crisp upscale from a 250-credit creative one before it runs a batch of them
  • ๐ŸŽจ Style management โ€” create custom styles, then list, inspect and delete them

๐Ÿ› ๏ธ Provided Tools

This MCP server exposes 28 tools to your AI agent โ€” full coverage of the Recraft API.

Generation

ToolDescription
recraft_generate_imageText-to-image across all Recraft models, 70+ styles, color/text-layout control
recraft_generate_sizedGenerate at any target size (down to 64ร—64) โ€” ideal for sprites/icons/UI
recraft_batch_generateGenerate multiple assets in sequence with full pipeline, resilient to per-asset failure
recraft_generate_themed_setA hero asset + matching style + all remaining symbols, generated with visual consistency
recraft_compare_stylesSame prompt across multiple styles, with an optional side-by-side comparison grid

Discovery

ToolDescription
recraft_exploreGenerate a diverse set of images for open-ended exploration of a prompt
recraft_explore_similarGenerate more images visually similar to a previous recraft_explore result
recraft_enhance_promptExpand a short prompt into a richer, more detailed one

Transformation

ToolDescription
recraft_image_to_imageTransform an existing image from a text prompt (strength-adjustable)
recraft_inpaintRegenerate masked regions of an image
recraft_replace_backgroundAI-generate a new background while keeping the subject
recraft_generate_backgroundFill masked background areas within the existing canvas
recraft_outpaintExpand the canvas beyond the image's original bounds with AI-generated content
recraft_variate_imageGenerate variations of an existing image
recraft_texture_swapReplace a region with new AI content โ€” built for Spine atlas / spritesheet swaps

Enhancement

ToolDescription
recraft_remove_backgroundTransparent-PNG background removal
recraft_vectorizeRaster (PNG/JPG/WEBP) โ†’ SVG
recraft_crisp_upscaleClean upscale for graphics, icons, illustrations
recraft_creative_upscaleAI-detail upscale with face refinement for photos
recraft_erase_regionContent-aware removal of a masked region

Style management

ToolWhat it does
recraft_create_styleCreate a custom style from 1-5 reference images
recraft_list_stylesList the custom styles on the account โ€” free, reads only
recraft_get_styleLook up one style by id โ€” free, reads only
recraft_delete_styleDelete a style permanently
recraft_list_basic_stylesRecraft's built-in styles per model, live from the API

Assets & account

ToolDescription
recraft_create_styleBuild a custom, reusable style from 1โ€“5 reference images
recraft_generate_assetFull pipeline: generate โ†’ download โ†’ optional bg-removal โ†’ save to file
recraft_download_imageSave an image URL to a local file
recraft_check_creditsCheck account info and remaining API credits

Previews and cost

Two behaviours worth knowing about, because they change what the agent can do.

Previews. Generation tools return a small inline image alongside the URL, so the model can actually look at the result โ€” pick the best of four variations, notice that the background removal left a halo, see that the text came out garbled. Previews are downscaled until they fit a context budget (WebP, longest edge โ‰ค768px, โ‰ค700KB of base64) and capped at four per call, because an unbounded base64 blob costs more context than the image is worth.

Turn it off per call when the image is not being judged:

recraft_generate_image(prompt: "...", preview: false)

Cost. Every Recraft response states the credit cost of the call it served, and every tool here passes it through:

Model: recraftv4 | Size: 1024x1024 | Substyle: kawaii | Cost: 40 credits

This matters more than it sounds. A creative upscale costs 250 credits against a crisp upscale's 4 โ€” 62ร— โ€” and a themed set of 12 symbols runs to roughly 600. recraft_check_credits reads the balance, and the style-management tools are free reads, so an agent can look before it spends.

โš™๏ธ Quick Start

Requires Node.js 20.9.0 or newer. Version 1.1.0 upgrades the native image-processing dependencies to address known libvips vulnerabilities; Node.js 18 is no longer supported.

1. Get a Recraft API key

Sign up at recraft.ai and grab an API key from your account settings.

2. Install & configure

claude mcp add --scope user recraft \
  -e RECRAFT_API_KEY=your-api-key-here \
  -- npx -y recraft-mcp-server

Or add it manually to your MCP client config:

{
  "mcpServers": {
    "recraft": {
      "command": "npx",
      "args": ["-y", "recraft-mcp-server"],
      "env": {
        "RECRAFT_API_KEY": "your-api-key-here"
      }
    }
  }
}

Environment Variables

VariableDescription
RECRAFT_API_KEYYour Recraft AI API key

Docker

docker build -t recraft-mcp-server .
docker run -i --rm -e RECRAFT_API_KEY=your-key recraft-mcp-server

In an MCP client config:

{
  "mcpServers": {
    "recraft": {
      "command": "docker",
      "args": ["run", "-i", "--rm", "-e", "RECRAFT_API_KEY", "recraft-mcp-server"],
      "env": { "RECRAFT_API_KEY": "your-key" }
    }
  }
}

The container talks MCP over stdio and never opens a port, so -i is required and -p is not. It runs as an unprivileged user; tools that write files need the target directory bind-mounted (-v /path:/path).

๐Ÿค– Example AI Prompts

Game asset pipeline:

"Generate a themed set of 6 fantasy potion icons in the same style, then export a Pixi.js manifest." โ†’ recraft_generate_themed_set

Quick sprite generation:

"Generate a 64x64 pixel-art coin icon." โ†’ recraft_generate_sized

Style exploration:

"Show me this logo prompt in 4 different styles side by side." โ†’ recraft_compare_styles

Photo cleanup:

"Remove the background from this photo and upscale it for print." โ†’ recraft_remove_background โ†’ recraft_creative_upscale

Asset swapping:

"Swap the texture in this region of the spritesheet with a new design." โ†’ recraft_texture_swap

Canvas expansion:

"Widen this image to a 16:9 banner without cropping the subject." โ†’ recraft_outpaint

Open-ended exploration:

"Explore some ideas for a race car on a track, then give me more like the third one." โ†’ recraft_explore โ†’ recraft_explore_similar

Prompt polishing:

"Enhance this rough prompt before generating: 'red panda with a sign.'" โ†’ recraft_enhance_prompt

Development

git clone https://github.com/muhammetali/recraft-mcp-server.git
cd recraft-mcp-server
npm install
npm run build
npm test
npm run audit:security
npm run verify

Version 1.2.0 uses the official modular MCP SDK v2 while preserving all 24 tools. See security policy and dependency review for release checks, dependency decisions, and necessary runtime capabilities.

๐Ÿ“„ License

MIT โ€” see LICENSE.

Reviews

No reviews yet

Be the first to review this server!