fal.ai MCP Server
Click on "Install 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.ai MCP ServerGenerate a photorealistic image of a futuristic city using FLUX"
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.ai MCP Server
MCP (Model Context Protocol) server for fal.ai — access 600+ AI models for image generation, video creation, speech-to-text, text-to-speech, music generation, and more directly from Claude.
Tools
Tool | Description |
| Text-to-image generation (FLUX, Recraft, etc.) |
| Image editing, inpainting, upscaling |
| Text/image-to-video (Kling, Veo, Sora, LTX) |
| Audio transcription with Whisper |
| Text-to-speech synthesis |
| Music generation from text prompts |
| Search for available models on fal.ai |
| Run any fal.ai model with custom parameters |
Related MCP server: Fal.ai MCP Server
Setup
1. Get a fal.ai API Key
Sign up at fal.ai and get your API key from the dashboard.
2. Configure Claude Desktop
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"fal-ai": {
"command": "npx",
"args": ["-y", "fal-ai-mcp"],
"env": {
"FAL_KEY": "your-fal-api-key"
}
}
}
}3. Configure Claude Code
claude mcp add fal-ai -e FAL_KEY=your-fal-api-key -- npx -y fal-ai-mcpAlternative: Install from source
git clone https://github.com/enescanguven/fal-mcp.git
cd fal-mcp
npm install
npm run build
claude mcp add fal-ai -e FAL_KEY=your-fal-api-key -- node dist/index.jsUsage Examples
Generate an Image
"Generate a photorealistic image of a sunset over mountains"
Uses fal-ai/flux/schnell by default. You can specify other models:
"Generate an image of a cat using the fal-ai/flux-pro/v1.1 model"
Edit an Image
"Upscale this image: https://example.com/photo.jpg"
Generate a Video
"Create a video of waves crashing on a beach"
Transcribe Audio
"Transcribe this audio file: https://example.com/recording.mp3"
Text to Speech
"Convert this text to speech: Hello, welcome to fal.ai!"
Generate Music
"Generate a 30-second lo-fi hip hop beat"
Run Any Model
"Run the fal-ai/nano-banana-2 model with prompt 'a beautiful landscape'"
Available Models
fal.ai hosts 600+ models. Some popular ones:
Image Generation:
fal-ai/flux/schnell— Fast FLUX generation (default)fal-ai/flux/dev— FLUX dev modelfal-ai/flux-pro/v1.1— FLUX Profal-ai/recraft/v4/pro/text-to-image— Recraft V4
Video Generation:
fal-ai/kling-video/v3/pro/text-to-video— Kling Video V3fal-ai/veo3.1— Google Veo 3.1fal-ai/sora-2— Sora 2
Audio:
fal-ai/whisper— Speech-to-textfal-ai/chatterbox/text-to-speech— Text-to-speech
Browse all models at fal.ai/models.
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- 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.Last updated1852MIT
- AlicenseBqualityFmaintenanceEnables seamless integration with Fal.ai's 600+ image generation models including Flux and Stable Diffusion. Supports real-time streaming, workflow execution, and unified access to AI image generation through natural language.Last updated517MIT
- Flicense-qualityCmaintenanceImage generation for Claude using every model on fal.ai, inline in conversations. Supports FLUX Schnell, Ideogram, SDXL, and more with privacy option via Venice.ai.Last updated
- AlicenseAqualityDmaintenanceEnables discovery, search, generation, and management of AI models via fal.ai, allowing Claude Desktop and other MCP clients to interact with fal.ai services.Last updated12349MIT
Related MCP Connectors
Generate AI images, video, speech, music and presentations from Claude, ChatGPT and Cursor.
Image, video, audio, face-swap, talking avatars and chat across 300+ AI models, one balance.
AI image, video & music generation. Flux, Veo 3.1, Suno V5. Free tier included.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/enescanguven/fal-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server