- Home
- MCP servers
- fal-recraft-v3
fal-recraft-v3
- javascript
1
GitHub Stars
javascript
Language
4 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"pierrunoyt-fal-recraft-v3-mcp-server": {
"command": "npx",
"args": [
"-y",
"https://github.com/PierrunoYT/fal-recraft-v3-mcp-server.git"
],
"env": {
"FAL_KEY": "YOUR_API_KEY",
"recraft_sync": "<recraft_sync>"
}
}
}
}You run an MCP server that exposes the fal-recraft-v3 image generation model to your MCP client. It lets you generate high-quality images with flexible sizing, style control, color guidance, and queue-based processing, all with built‑in safety filtering and optional webhook notifications. This guide walks you through using, installing, and configuring the server so you can start creating images right away.
How to use
Connect your MCP client to the fal-recraft-v3 MCP server to submit image generation requests. Use the synchronous endpoint for immediate generation when you need quick results, or opt for the queue endpoint for longer requests and track progress with IDs. You can guide the output with predefined image sizes or custom dimensions, control the style from a broad set of realistic, digital illustration, and vector styles, and optionally specify up to five RGB colors to influence the result. Enable the safety checker to filter out unsafe content, and if you need notifications when a long-running job finishes, provide a webhook URL so you receive a webhook upon completion.
What you can do with the tools
Submit image generation requests either synchronously for immediate results or in a queue when requests are long-running. You can retrieve status updates and fetch results for completed queued jobs. The server returns local file information for downloaded images, including paths, sizes, and the parameters used for generation.
Available tools
recraft_v3_generate
Generate images using the standard synchronous method with options for size, style, colors, safety, and seed.
recraft_v3_generate_queue
Submit long-running image generation tasks to the queue with optional webhook notifications.
recraft_v3_queue_status
Check the status of a queued request and optionally include logs in the response.
recraft_v3_queue_result
Retrieve the result of a completed queued request, including image details and metadata.