fal-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@fal-mcpgenerate an image of a red fox sitting in snow, golden hour"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
fal-mcp
Image generation for Claude — every model fal.ai has, inline in your conversation.
ChatGPT has DALL-E built in. Claude doesn't — yet. This MCP server closes the gap, and then some: instead of one model, you get FLUX Schnell, FLUX Pro, Ideogram, Recraft, SDXL, and more. Privacy option via Venice.ai (prompts never logged).
You: generate an image of a red fox sitting in snow, golden hour
Claude: [image appears inline]Install
git clone https://github.com/yourname/fal-mcp
cd fal-mcp
pip install -r requirements.txtGet a fal.ai key at fal.ai — free tier available.
Related MCP server: Fal.ai MCP Server
Add to Claude Code
claude mcp add fal-image python /full/path/to/fal-mcp/server.py --env FAL_KEY=your-keyTest it: start a new Claude Code session and say "generate an image of a moonlit forest".
Add to Claude Desktop
Edit claude_desktop_config.json (find it via Claude Desktop → Settings → Developer):
{
"mcpServers": {
"fal-image": {
"command": "python",
"args": ["/full/path/to/fal-mcp/server.py"],
"env": {
"FAL_KEY": "your-fal-key-here"
}
}
}
}Restart Claude Desktop. A small plug icon appears when the MCP is active.
Smoke test (no Claude needed)
FAL_KEY=your-key python server.py --test "a red fox in snow"
# saves test-output.jpg in current directoryModels
Key | Model | Best for |
| FLUX Schnell | Fast generation, everyday use (default) |
| FLUX Dev | Higher quality, worth the wait |
| FLUX Pro | Best FLUX quality |
| FLUX Realism | Photorealistic images |
| Ideogram v2 | Text inside images, logos, typography |
| Recraft v3 | Design, vector, illustration style |
| Stable Diffusion XL | Classic, reliable |
| Sana | Fast high-resolution |
Just ask Claude to use a specific model: "generate with recraft, a minimalist poster of..."
Privacy mode (Venice.ai)
Venice routes generation through decentralized GPUs and does not log prompts.
Add VENICE_KEY to your env — Claude will automatically route privacy-sensitive
requests through Venice when you ask for it.
(Venice support: coming in v1.1)
Usage examples
Once installed, just talk to Claude naturally:
"Draw me a portrait of a Victorian octopus with a monocle"
"Generate 4 variations of a logo concept: geometric mountain, minimal, dark background"
"Make an image of Einstein riding a bicycle through Aarau, impressionist style"
"What models are available?" → Claude lists them
"Use flux-pro for the best quality version of..."
Cost
fal.ai bills per image. Rough guide:
FLUX Schnell: ~$0.003/image
FLUX Dev: ~$0.025/image
FLUX Pro: ~$0.05/image
Free tier available at fal.ai. No subscription required.
Why not just use ChatGPT?
You're already using Claude. This gives you image generation without switching apps, with your choice of model instead of one locked option, and with the option to keep your prompts private.
License
Do with it what thou willst. (MIT)
This server cannot be deployed
Maintenance
Related MCP Connectors
- lightgenOAuthapp.lightgen
Generate and edit images and create short videos inside Claude. Prepaid credits, no subscription.
AI image and video generation, talking avatars, consistent characters and photo packs from Claude.
Generate AI images, videos, music, SFX & speech in any AI assistant. Results appear inline in chat.
Generate AI images, video, voiceovers and music from Claude, ChatGPT or Cursor through 50+ models (Veo 3.1, Kling 3, Seedance, Nano Banana, GPT Image, ElevenLabs). Also image editing, upscaling, background removal, face swap, transcription, voice cloning and UGC-style video ads. Sign in with OAuth — no API key to paste. Tools are annotated (read-only vs. credit-spending); failed generations are refunded.
Related MCP Servers
- AlicenseBqualityFmaintenanceProvides image generation capabilities for Claude using the Replicate Flux model, allowing users to create images from text prompts with customizable parameters like aspect ratio and output format.161 npm51MIT
- AlicenseAqualityDmaintenanceEnables Claude Desktop and other MCP clients to generate images, videos, music, and audio using Fal.ai models. Supports text-to-image generation, video creation, music composition, text-to-speech, audio transcription, and image enhancement through natural language prompts.1856MIT
- AlicenseBqualityDmaintenanceExposes Replicate's FLUX image generation models to Claude, enabling text-to-image generation, image variations, inpainting, and edge-guided creation with 6 different FLUX models.21MIT
- AlicenseAqualityDmaintenanceEnables AI image generation, editing, composition, and style transfer in Claude conversations using Google's Gemini 2.5 Flash model. Automatically saves generated images to a local directory.492 npm11MIT