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
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
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
claude mcp add muhammetali-recraft-mcp-server -- npx -y recraft-mcp-server
{
"mcpServers": {
"muhammetali-recraft-mcp-server": {
"command": "npx",
"args": [
"-y",
"recraft-mcp-server"
]
}
}
} {
"servers": {
"muhammetali-recraft-mcp-server": {
"command": "npx",
"args": [
"-y",
"recraft-mcp-server"
]
}
}
} codex mcp add muhammetali-recraft-mcp-server -- npx -y recraft-mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"muhammetali-recraft-mcp-server": {
"type": "local",
"command": [
"npx",
"-y",
"recraft-mcp-server"
],
"enabled": true
}
}
} openclaw mcp add muhammetali-recraft-mcp-server --command npx --arg -y --arg recraft-mcp-server
mcp_servers:
muhammetali-recraft-mcp-server:
command: "npx"
args: ["-y", "recraft-mcp-server"] {
"McpServers": {
"muhammetali-recraft-mcp-server": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"recraft-mcp-server"
]
}
}
} assistant mcp add muhammetali-recraft-mcp-server -t stdio -c npx -a -y recraft-mcp-server
{
"mcpServers": {
"muhammetali-recraft-mcp-server": {
"command": "npx",
"args": [
"-y",
"recraft-mcp-server"
]
}
}
} 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
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 →
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 →
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.
| Name | Type | Req | Description |
|---|---|---|---|
| assets | array | yes | Array 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.
| Name | Type | Req | Description |
|---|---|---|---|
| grid | boolean | – | Generate a comparison grid image (default: true) |
| grid_columns | integer | – | Number of columns in grid (default: 3) |
| model | string | – | Model to use (V3 recommended for style support) |
| output_dir | string | yes | Directory to save comparison images |
| prompt | string | yes | Image description to test across styles |
| size | string | – | Image size (e.g., 1024x1024, 1344x768) or ratio (e.g., 16:9, 1:1 for vector models) |
| styles | array | yes | Array 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.
| Name | Type | Req | Description |
|---|---|---|---|
| file_paths | array | yes | Array of local paths to reference images (1-5 images) |
| style_base | string | yes | Base 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.
| Name | Type | Req | Description |
|---|---|---|---|
| file_path | string | yes | Local path to image (max 16MP, 256-4096px) |
| response_format | string | – | 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.
| Name | Type | Req | Description |
|---|---|---|---|
| file_path | string | yes | Local path to image (max 4MP, 32-4096px) |
| response_format | string | – | 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.
| Name | Type | Req | Description |
|---|---|---|---|
| output_path | string | yes | Local file path to save the image |
| url | string | yes | Image 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.
| Name | Type | Req | Description |
|---|---|---|---|
| prompt | string | yes | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| file_path | string | yes | Local path to source image (max 4MP) |
| mask_path | string | yes | Local path to mask (white=erase, black=preserve, same dimensions) |
| response_format | string | – | 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.
| Name | Type | Req | Description |
|---|---|---|---|
| controls | object | – | Generation controls |
| model | string | – | Model: recraftv4_1, recraftv4_1_vector, recraftv4_1_pro, recraftv4_1_pro_vector, recraftv4, recraftv4_vector, recraftv4_pro, recraftv4_pro_vector |
| prompt | string | yes | Image description |
| response_format | string | – | Response format |
| size | string | – | 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).
| Name | Type | Req | Description |
|---|---|---|---|
| response_format | string | – | Response format |
| similarity | integer | yes | How closely to match the source image (1-5) |
| source_image_id | string | yes | Image 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.
| Name | Type | Req | Description |
|---|---|---|---|
| model | string | – | 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_prompt | string | – | What to exclude |
| output_path | string | yes | Where to save the final image |
| prompt | string | yes | Image description |
| remove_bg | boolean | – | Remove background after generation (default: true) |
| size | string | – | Image size (e.g., 1024x1024, 1344x768) or ratio (e.g., 16:9, 1:1 for vector models) |
| style | string | – | 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.
| Name | Type | Req | Description |
|---|---|---|---|
| controls | object | – | Generation controls |
| file_path | string | yes | Local path to source image |
| mask_path | string | yes | Local path to mask (white=fill, black=preserve) |
| model | string | – | Model (V3 only) |
| n | integer | – | Number of images to generate (1-6) |
| negative_prompt | string | – | What to exclude |
| prompt | string | yes | Description of background to generate |
| response_format | string | – | Response format |
| style | string | – | Style name |
| style_id | string | – | Custom style UUID |
| text_layout | array | – | 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.
| Name | Type | Req | Description |
|---|---|---|---|
| controls | object | – | Generation controls |
| model | string | – | 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… |
| n | integer | – | Number of images to generate (1-6) |
| negative_prompt | string | – | What to exclude from the image |
| prompt | string | yes | Image description (max 10,000 chars for V4, 1,000 for V3/V2) |
| response_format | string | – | Response format |
| size | string | – | Image size (e.g., 1024x1024, 1344x768) or ratio (e.g., 16:9, 1:1 for vector models) |
| style | string | – | Style name (V3/V2 only). E.g., photorealism, illustration, vector_art, pixel_art, icon |
| style_id | string | – | Custom style UUID (from recraft_create_style). Cannot combine with style. |
| text_layout | array | – | 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.
| Name | Type | Req | Description |
|---|---|---|---|
| fit | string | – | Resize strategy: contain (letterbox), cover (crop to fill), fill (stretch) |
| height | integer | yes | Target height in pixels (e.g., 64, 128, 256) |
| model | string | – | 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_prompt | string | – | What to exclude |
| output_path | string | yes | Where to save the final image |
| prompt | string | yes | Image description |
| remove_bg | boolean | – | Remove background before resize (default: false) |
| style | string | – | Style name (V3/V2 only) |
| style_id | string | – | Custom style UUID |
| width | integer | yes | Target 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.
| Name | Type | Req | Description |
|---|---|---|---|
| bg_prompt | string | – | Background image prompt (if omitted, no background is generated) |
| bg_size | string | – | Background image size (default: 1344x768 / 16:9) |
| generate_manifest | boolean | – | Generate asset-manifest.json for Pixi.js integration |
| output_dir | string | yes | Base output directory (symbols/ and ui/ subdirs will be created) |
| prompt_suffix | string | yes | Suffix 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_bg | boolean | – | Remove background from symbols (default: true) |
| size | string | – | Image size (e.g., 1024x1024, 1344x768) or ratio (e.g., 16:9, 1:1 for vector models) |
| symbols | array | yes | Array of symbols to generate |
| theme | string | yes | Theme 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.
| Name | Type | Req | Description |
|---|---|---|---|
| controls | object | – | Generation controls |
| file_path | string | yes | Local path to source image (PNG/JPG/WEBP, max 5MB) |
| model | string | – | Model (V3 only) |
| n | integer | – | Number of images to generate (1-6) |
| negative_prompt | string | – | What to exclude |
| prompt | string | yes | How to transform the image |
| response_format | string | – | Response format |
| strength | number | – | Transform strength: 0=keep original, 1=fully regenerate |
| style | string | – | Style name (V3 only) |
| style_id | string | – | Custom style UUID |
| text_layout | array | – | 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.
| Name | Type | Req | Description |
|---|---|---|---|
| controls | object | – | Generation controls |
| file_path | string | yes | Local path to source image |
| mask_path | string | yes | Local path to mask image (white=inpaint, black=preserve) |
| model | string | – | Model (V3 only) |
| n | integer | – | Number of images to generate (1-6) |
| negative_prompt | string | – | What to exclude |
| prompt | string | yes | What to generate in the masked region |
| response_format | string | – | Response format |
| style | string | – | Style name |
| style_id | string | – | Custom style UUID |
| text_layout | array | – | 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.
| Name | Type | Req | Description |
|---|---|---|---|
| controls | object | – | Generation controls |
| expand_bottom | integer | – | Pixels to add to the bottom. Cannot combine with size. |
| expand_left | integer | – | Pixels to add to the left. Cannot combine with size. |
| expand_right | integer | – | Pixels to add to the right. Cannot combine with size. |
| expand_top | integer | – | Pixels to add to the top. Cannot combine with size. |
| file_path | string | yes | Local path to source image |
| model | string | – | Model (V3 only): recraftv3, recraftv3_vector |
| n | integer | – | Number of images to generate (1-6) |
| negative_prompt | string | – | What to exclude |
| prompt | string | yes | Description of the content to generate in the extended area |
| response_format | string | – | Response format |
| size | string | – | Target size for the resulting image — the source image is placed inside it. Cannot combine with expand_*. |
| style | string | – | Style name |
| style_id | string | – | Custom style UUID |
| text_layout | array | – | Text placement on image |
| zoom_out_percentage | number | – | 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.
| Name | Type | Req | Description |
|---|---|---|---|
| file_path | string | yes | Local path to image (PNG/JPG/WEBP, max 5MB, 256-4096px) |
| response_format | string | – | 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.
| Name | Type | Req | Description |
|---|---|---|---|
| controls | object | – | Generation controls |
| file_path | string | yes | Local path to source image |
| model | string | – | Model (V3 only) |
| n | integer | – | Number of images to generate (1-6) |
| negative_prompt | string | – | What to exclude |
| prompt | string | yes | Description of the new background |
| response_format | string | – | Response format |
| style | string | – | Style name |
| style_id | string | – | Custom style UUID |
| text_layout | array | – | 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.
| Name | Type | Req | Description |
|---|---|---|---|
| feather | integer | – | Edge feather in pixels for smooth blending (0=hard edge, default: 0) |
| image_path | string | yes | Local path to source image (PNG/JPG/WEBP) |
| model | string | – | 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_prompt | string | – | What to exclude |
| output_path | string | yes | Where to save the result |
| prompt | string | yes | Description of replacement content |
| region | object | yes | Rectangle region to replace {x, y, width, height} |
| style | string | – | Style name (V3/V2 only) |
| style_id | string | – | 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.
| Name | Type | Req | Description |
|---|---|---|---|
| file_path | string | yes | Local path to source image |
| image_format | string | – | Output format |
| n | integer | – | Number of images to generate (1-6) |
| random_seed | integer | – | Random seed for reproducibility |
| response_format | string | – | Response format |
| size | string | yes | Output 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.
| Name | Type | Req | Description |
|---|---|---|---|
| file_path | string | yes | Local path to raster image |
| response_format | string | – | Response format |
No output schema declared.
No examples provided.
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.