Mcp Recraft Server
@recraft-ai
About Mcp Recraft Server
MCP (modelcontextprotocol) server implementation for Recraft API
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"recraft": {
"command": "npx",
"args": [
"-y",
"@recraft-ai/mcp-recraft-server@latest"
],
"env": {
"RECRAFT_API_KEY": "<YOUR_RECRAFT_API_KEY>",
"IMAGE_STORAGE_DIRECTORY": "<YOUR_IMAGE_STORAGE_DIRECTORY>",
"RECRAFT_REMOTE_RESULTS_STORAGE": "<YOUR_REMOTE_RESULTS_STORAGE_INDICATOR>"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Mcp Recraft Server?
Mcp Recraft Server is an MCP (Model Context Protocol) server that integrates MCP clients with Recraft’s raster- and vector-image operations. It enables image generation, editing, style creation, vectorization, background removal and replacement, and upscaling for developers and AI‑assisted workflows.
How to use Mcp Recraft Server?
Obtain a Recraft API key from your Recraft profile API page. Install via Claude Desktop Extensions (download the .dxt file and double‑click), via Smithery (remote storage only), or manually by editing claude_desktop_config.json with npx or a built source. Configure the environment variables RECRAFT_API_KEY (mandatory), IMAGE_STORAGE_DIRECTORY (optional, defaults to $HOME_DIR/.mcp-recraft-server), and RECRAFT_REMOTE_RESULTS_STORAGE (set to "1" for remote storage).
Key features of Mcp Recraft Server
- Generates raster and vector images from text prompts
- Creates custom styles from a set of images
- Vectorizes raster images
- Edits images via image-to-image with prompt control
- Removes or replaces image backgrounds
- Upscales images with crisp or creative mode
- Reports user info and remaining credit balance
Use cases of Mcp Recraft Server
- Generating high‑quality raster or vector images for design projects
- Creating and reusing custom visual styles across multiple images
- Converting raster logos or illustrations to scalable vector formats
- Automating background removal or background replacement in bulk
- Upscaling low‑resolution images for print or high‑res displays
FAQ from Mcp Recraft Server
How do I obtain a Recraft API key?
Register an account at Recraft.ai, go to your profile API page, buy API units (credits), and generate an API key.
What installation methods are available?
You can install via Claude Desktop Extensions (download .dxt file), via Smithery (remote storage only), or manually by editing claude_desktop_config.json using npx or a local build.
How do I control where generated images are stored?
Set the IMAGE_STORAGE_DIRECTORY environment variable for local storage (defaults to $HOME_DIR/.mcp-recraft-server), or set RECRAFT_REMOTE_RESULTS_STORAGE="1" to store images remotely and receive URLs.
What tools does Mcp Recraft Server offer?
It provides nine tools: generate_image, create_style, vectorize_image, image_to_image, remove_background, replace_background, crisp_upscale, creative_upscale, and get_user. Each tool has specific parameters and per‑image pricing.
Are there any runtime dependencies?
Manual setup requires Node.js to run npx or node. The server communicates over stdio and requires a Recraft API key for authentication.
More Other MCP servers
Awesome Mlops
visengerA curated list of references for MLOps
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.

EverArt
modelcontextprotocolModel Context Protocol Servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments