Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.muhammetali/recraft-mcp-server

NPM · RECRAFT-MCP-SERVER · SCANNED SEP 25

Recraft AI Image Generation MCP Server for AI coding agents

Available components

+3 this week 73 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security81
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known high-severity CVE affects sharp 0.34.5, a direct dependency. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • 31 of 126 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency48
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 16 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability70
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 3892 tokens (~162/item across 24 items; 24 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management73
  • Stability observed for 22 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 2 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "recraft_remove_background" implies "remove" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 24 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.muhammetali/recraft-mcp-server server?

io.github.muhammetali/recraft-mcp-server runs locally as an npm package, launched with npx -y recraft-mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · recraft-mcp-server

# add to Claude Code
claude mcp add muhammetali-recraft-mcp-server -- npx -y recraft-mcp-server
// .cursor/mcp.json
{
  "mcpServers": {
    "muhammetali-recraft-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "recraft-mcp-server"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "muhammetali-recraft-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "recraft-mcp-server"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add muhammetali-recraft-mcp-server -- npx -y recraft-mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "muhammetali-recraft-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "recraft-mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add muhammetali-recraft-mcp-server --command npx --arg -y --arg recraft-mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  muhammetali-recraft-mcp-server:
    command: "npx"
    args: ["-y", "recraft-mcp-server"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "muhammetali-recraft-mcp-server": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "recraft-mcp-server"
      ]
    }
  }
}
# add to Vellum
assistant mcp add muhammetali-recraft-mcp-server -t stdio -c npx -a -y recraft-mcp-server
// mcp.json
{
  "mcpServers": {
    "muhammetali-recraft-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "recraft-mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 25 Sept 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 24 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 67 to 70. That category is still filling its 30-day observation window: 20 days of observed history at the previous scan, 21 at this one. The score rises as the window fills, whether or not the server changes.

  • 22 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 60 to 63. That category is still filling its 30-day observation window: 18 days of observed history at the previous scan, 19 at this one. The score rises as the window fills, whether or not the server changes.

  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 53 to 57. That category is still filling its 30-day observation window: 16 days of observed history at the previous scan, 17 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 43 to 47. That category is still filling its 30-day observation window: 13 days of observed history at the previous scan, 14 at this one. The score rises as the window fills, whether or not the server changes.

  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 37 to 40. That category is still filling its 30-day observation window: 11 days of observed history at the previous scan, 12 at this one. The score rises as the window fills, whether or not the server changes.

  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 30 to 33. That category is still filling its 30-day observation window: 9 days of observed history at the previous scan, 10 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 +4
    • Stability: unverified → 0.27 ▲ functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 25 Sept 2026 · Analysed npm/recraft-mcp-server@1.0.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Vulnerabilities 2 findings
ID CVE Severity Vector Fix available
GHSA-f88m-g3jw-g9cj high yes
GHSA-rgj7-g3m4-5g8c high yes

Background: What a vulnerability scan can and cannot prove →

Dependencies 126 packages
Packages resolved 126
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 24 exposed · ~3,892 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
recraft_batch_generate ~56

Generate multiple assets in sequence with full pipeline (generate → bg remove → save). Each asset failure does not stop others. Includes 300ms rate limit delay between assets.

NameTypeReqDescription
assetsarrayyesArray of assets to generate

No output schema declared.

No examples provided.

recraft_check_credits ~22

Check your Recraft account info and remaining API credits

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

recraft_compare_styles ~193

Generate the same prompt in multiple styles for side-by-side comparison. Creates individual images and an optional comparison grid. Great for choosing the best style for your project.

NameTypeReqDescription
gridboolean–Generate a comparison grid image (default: true)
grid_columnsinteger–Number of columns in grid (default: 3)
modelstring–Model to use (V3 recommended for style support)
output_dirstringyesDirectory to save comparison images
promptstringyesImage description to test across styles
sizestring–Image size (e.g., 1024x1024, 1344x768) or ratio (e.g., 16:9, 1:1 for vector models)
stylesarrayyesArray of style names to compare (e.g., ["digital_illustration", "pixel_art", "vector_art"])

No output schema declared.

No examples provided.

recraft_create_style ~70

Create a custom style from 1-5 reference images. Returns a style_id for use in generation tools. V3/V3 Vector only.

NameTypeReqDescription
file_pathsarrayyesArray of local paths to reference images (1-5 images)
style_basestringyesBase style type

No output schema declared.

No examples provided.

recraft_creative_upscale ~66

Upscale an image with AI-generated detail enhancement and face refinement. Best for photos and realistic images.

NameTypeReqDescription
file_pathstringyesLocal path to image (max 16MP, 256-4096px)
response_formatstring–Response format

No output schema declared.

No examples provided.

recraft_crisp_upscale ~64

Upscale an image with sharp, clean enhancement. Best for graphics, icons, illustrations.

NameTypeReqDescription
file_pathstringyesLocal path to image (max 4MP, 32-4096px)
response_formatstring–Response format

No output schema declared.

No examples provided.

recraft_download_image ~56

Download an image from a URL and save it to a local file. Useful for saving generated images.

NameTypeReqDescription
output_pathstringyesLocal file path to save the image
urlstringyesImage URL to download

No output schema declared.

No examples provided.

recraft_enhance_prompt ~65

Expand a short prompt into a richer, more detailed description with added visual context, style cues, and composition details. Use the result with any generation tool for more vivid output.

NameTypeReqDescription
promptstringyesThe original prompt to enhance (max 2000 chars)

No output schema declared.

No examples provided.

recraft_erase_region ~85

Content-aware removal of a region in an image using a mask. White mask areas are erased and filled naturally.

NameTypeReqDescription
file_pathstringyesLocal path to source image (max 4MP)
mask_pathstringyesLocal path to mask (white=erase, black=preserve, same dimensions)
response_formatstring–Response format

No output schema declared.

No examples provided.

recraft_explore ~150

Generate a set of images for visual exploration and discovery — diverse results from a prompt, no fine-grained style/color control. Returns image IDs usable with recraft_explore_similar.

NameTypeReqDescription
controlsobject–Generation controls
modelstring–Model: recraftv4_1, recraftv4_1_vector, recraftv4_1_pro, recraftv4_1_pro_vector, recraftv4, recraftv4_vector, recraftv4_pro, recraftv4_pro_vector
promptstringyesImage description
response_formatstring–Response format
sizestring–Image size or ratio

No output schema declared.

No examples provided.

recraft_explore_similar ~96

Generate images visually similar to a source image previously created with recraft_explore. similarity controls how closely results resemble the source (1=slightly, 5=extremely similar).

NameTypeReqDescription
response_formatstring–Response format
similarityintegeryesHow closely to match the source image (1-5)
source_image_idstringyesImage ID from a previous recraft_explore result

No output schema declared.

No examples provided.

recraft_generate_asset ~301

Full asset pipeline: generate image → download → optionally remove background → save to file. Perfect for game assets, icons, and UI elements.

NameTypeReqDescription
modelstring–Model: recraftv4_1, recraftv4_1_vector, recraftv4_1_pro, recraftv4_1_pro_vector, recraftv4_1_utility, recraftv4_1_utility_vector, recraftv4_1_utility_pro, recraftv4_1_utility_pro_vector, recraftv4, r…
negative_promptstring–What to exclude
output_pathstringyesWhere to save the final image
promptstringyesImage description
remove_bgboolean–Remove background after generation (default: true)
sizestring–Image size (e.g., 1024x1024, 1344x768) or ratio (e.g., 16:9, 1:1 for vector models)
stylestring–Style name (V3/V2 only)

No output schema declared.

No examples provided.

recraft_generate_background ~199

Fill masked background areas within an image's existing canvas (same size in, same size out). White mask = fill area, black = preserve. For expanding the canvas beyond the original image bounds, use recraft_outpaint instead. V3/V3 Vector only.

NameTypeReqDescription
controlsobject–Generation controls
file_pathstringyesLocal path to source image
mask_pathstringyesLocal path to mask (white=fill, black=preserve)
modelstring–Model (V3 only)
ninteger–Number of images to generate (1-6)
negative_promptstring–What to exclude
promptstringyesDescription of background to generate
response_formatstring–Response format
stylestring–Style name
style_idstring–Custom style UUID
text_layoutarray–Text placement on image

No output schema declared.

No examples provided.

recraft_generate_image ~408

Generate images from text prompt. Supports all Recraft models (V4, V4 Vector/SVG, V4 Pro, V3, V2), 70+ styles, color palette control, text layout, and multiple sizes. V4 Vector models produce SVG output.

NameTypeReqDescription
controlsobject–Generation controls
modelstring–Model: recraftv4_1, recraftv4_1_vector, recraftv4_1_pro, recraftv4_1_pro_vector, recraftv4_1_utility, recraftv4_1_utility_vector, recraftv4_1_utility_pro, recraftv4_1_utility_pro_vector, recraftv4, r…
ninteger–Number of images to generate (1-6)
negative_promptstring–What to exclude from the image
promptstringyesImage description (max 10,000 chars for V4, 1,000 for V3/V2)
response_formatstring–Response format
sizestring–Image size (e.g., 1024x1024, 1344x768) or ratio (e.g., 16:9, 1:1 for vector models)
stylestring–Style name (V3/V2 only). E.g., photorealism, illustration, vector_art, pixel_art, icon
style_idstring–Custom style UUID (from recraft_create_style). Cannot combine with style.
text_layoutarray–Text placement on image

No output schema declared.

No examples provided.

recraft_generate_sized ~365

Generate an image at any target size (including small sizes like 64x64, 128x128, 256x256). Generates at API-compatible size, then resizes with Lanczos3 downsampling. Perfect for game sprites, icons, and UI elements.

NameTypeReqDescription
fitstring–Resize strategy: contain (letterbox), cover (crop to fill), fill (stretch)
heightintegeryesTarget height in pixels (e.g., 64, 128, 256)
modelstring–Model: recraftv4_1, recraftv4_1_vector, recraftv4_1_pro, recraftv4_1_pro_vector, recraftv4_1_utility, recraftv4_1_utility_vector, recraftv4_1_utility_pro, recraftv4_1_utility_pro_vector, recraftv4, r…
negative_promptstring–What to exclude
output_pathstringyesWhere to save the final image
promptstringyesImage description
remove_bgboolean–Remove background before resize (default: false)
stylestring–Style name (V3/V2 only)
style_idstring–Custom style UUID
widthintegeryesTarget width in pixels (e.g., 64, 128, 256)

No output schema declared.

No examples provided.

recraft_generate_themed_set ~294

Generate a complete themed asset set for game design. Creates a hero asset, builds a custom style from it, then generates all remaining symbols with visual consistency. Optionally generates background and outputs a Pixi.js-compatible asset manifest.

NameTypeReqDescription
bg_promptstring–Background image prompt (if omitted, no background is generated)
bg_sizestring–Background image size (default: 1344x768 / 16:9)
generate_manifestboolean–Generate asset-manifest.json for Pixi.js integration
output_dirstringyesBase output directory (symbols/ and ui/ subdirs will be created)
prompt_suffixstringyesSuffix appended to every symbol prompt for consistent style (e.g., ", ultra detailed 3D render, polished metallic surface, dramatic volumetric lighting from above, centered composition on pure black…
remove_bgboolean–Remove background from symbols (default: true)
sizestring–Image size (e.g., 1024x1024, 1344x768) or ratio (e.g., 16:9, 1:1 for vector models)
symbolsarrayyesArray of symbols to generate
themestringyesTheme name (e.g., "Egyptian", "Viking", "Space")

No output schema declared.

No examples provided.

recraft_image_to_image ~190

Transform an existing image with a text prompt. Adjustable strength controls how much the original is preserved. V3/V3 Vector models only.

NameTypeReqDescription
controlsobject–Generation controls
file_pathstringyesLocal path to source image (PNG/JPG/WEBP, max 5MB)
modelstring–Model (V3 only)
ninteger–Number of images to generate (1-6)
negative_promptstring–What to exclude
promptstringyesHow to transform the image
response_formatstring–Response format
strengthnumber–Transform strength: 0=keep original, 1=fully regenerate
stylestring–Style name (V3 only)
style_idstring–Custom style UUID
text_layoutarray–Text placement on image

No output schema declared.

No examples provided.

recraft_inpaint ~177

Edit specific regions of an image using a mask. White mask areas are regenerated, black areas are preserved. V3/V3 Vector only.

NameTypeReqDescription
controlsobject–Generation controls
file_pathstringyesLocal path to source image
mask_pathstringyesLocal path to mask image (white=inpaint, black=preserve)
modelstring–Model (V3 only)
ninteger–Number of images to generate (1-6)
negative_promptstring–What to exclude
promptstringyesWhat to generate in the masked region
response_formatstring–Response format
stylestring–Style name
style_idstring–Custom style UUID
text_layoutarray–Text placement on image

No output schema declared.

No examples provided.

recraft_outpaint ~338

Extend an image beyond its original boundaries with AI-generated content (canvas expansion). Different from recraft_generate_background, which only fills masked areas within the existing canvas. Specify a target size, per-side expand amounts, and/or a zoom-out percentage. V3/V3 Vector only.

NameTypeReqDescription
controlsobject–Generation controls
expand_bottominteger–Pixels to add to the bottom. Cannot combine with size.
expand_leftinteger–Pixels to add to the left. Cannot combine with size.
expand_rightinteger–Pixels to add to the right. Cannot combine with size.
expand_topinteger–Pixels to add to the top. Cannot combine with size.
file_pathstringyesLocal path to source image
modelstring–Model (V3 only): recraftv3, recraftv3_vector
ninteger–Number of images to generate (1-6)
negative_promptstring–What to exclude
promptstringyesDescription of the content to generate in the extended area
response_formatstring–Response format
sizestring–Target size for the resulting image — the source image is placed inside it. Cannot combine with expand_*.
stylestring–Style name
style_idstring–Custom style UUID
text_layoutarray–Text placement on image
zoom_out_percentagenumber–Scales the source image down by this percentage before outpainting, revealing more surrounding context [0-100). Can combine with size or expand_*.

No output schema declared.

No examples provided.

recraft_remove_background ~63

Remove the background from an image, producing a transparent PNG.

NameTypeReqDescription
file_pathstringyesLocal path to image (PNG/JPG/WEBP, max 5MB, 256-4096px)
response_formatstring–Response format

No output schema declared.

No examples provided.

recraft_replace_background ~151

Replace the background of an image with AI-generated content. Keeps the subject, changes the scene. V3/V3 Vector only.

NameTypeReqDescription
controlsobject–Generation controls
file_pathstringyesLocal path to source image
modelstring–Model (V3 only)
ninteger–Number of images to generate (1-6)
negative_promptstring–What to exclude
promptstringyesDescription of the new background
response_formatstring–Response format
stylestring–Style name
style_idstring–Custom style UUID
text_layoutarray–Text placement on image

No output schema declared.

No examples provided.

recraft_texture_swap ~331

Replace a specific region of an image with AI-generated content. Generates new content matching the region aspect ratio, resizes it, and composites it onto the original. Perfect for Spine atlas texture swaps and spritesheet updates.

NameTypeReqDescription
featherinteger–Edge feather in pixels for smooth blending (0=hard edge, default: 0)
image_pathstringyesLocal path to source image (PNG/JPG/WEBP)
modelstring–Model: recraftv4_1, recraftv4_1_vector, recraftv4_1_pro, recraftv4_1_pro_vector, recraftv4_1_utility, recraftv4_1_utility_vector, recraftv4_1_utility_pro, recraftv4_1_utility_pro_vector, recraftv4, r…
negative_promptstring–What to exclude
output_pathstringyesWhere to save the result
promptstringyesDescription of replacement content
regionobjectyesRectangle region to replace {x, y, width, height}
stylestring–Style name (V3/V2 only)
style_idstring–Custom style UUID

No output schema declared.

No examples provided.

recraft_variate_image ~102

Generate variations of an existing image. Produces similar but different versions.

NameTypeReqDescription
file_pathstringyesLocal path to source image
image_formatstring–Output format
ninteger–Number of images to generate (1-6)
random_seedinteger–Random seed for reproducibility
response_formatstring–Response format
sizestringyesOutput size (WxH format, required)

No output schema declared.

No examples provided.

recraft_vectorize ~50

Convert a raster image (PNG/JPG/WEBP) to SVG vector format.

NameTypeReqDescription
file_pathstringyesLocal path to raster image
response_formatstring–Response format

No output schema declared.

No examples provided.

Common questions

What is the io.github.muhammetali/recraft-mcp-server server?

io.github.muhammetali/recraft-mcp-server is listed in the public MCP registry as io.github.muhammetali/recraft-mcp-server. Recraft AI Image Generation MCP Server for AI coding agents. This page covers its npm package (recraft-mcp-server).

Is the io.github.muhammetali/recraft-mcp-server server safe to use?

io.github.muhammetali/recraft-mcp-server scores 73 out of 100 on VerifyMCP. We recorded 2 known advisories against it as of 25 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.muhammetali/recraft-mcp-server server expose?

io.github.muhammetali/recraft-mcp-server exposes 24 tools: recraft_check_credits, recraft_generate_image, recraft_image_to_image, recraft_inpaint, recraft_replace_background, and 19 more. Their descriptions and schemas cost roughly 3,892 tokens of context every time the server is loaded.

Is the io.github.muhammetali/recraft-mcp-server server still maintained?

io.github.muhammetali/recraft-mcp-server is still listed as active in the MCP registry. We last reached this channel on 25 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.muhammetali/recraft-mcp-server server under?

io.github.muhammetali/recraft-mcp-server declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.