loading…
Search for a command to run...
loading…
Provides access to over 600 AI models on fal.ai for generating and editing images, videos, music, and speech directly within Claude. It supports high-performanc
Provides access to over 600 AI models on fal.ai for generating and editing images, videos, music, and speech directly within Claude. It supports high-performance models like FLUX, Kling, and Whisper for various creative and analytical tasks.
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.
| Tool | Description |
|---|---|
generate_image |
Text-to-image generation (FLUX, Recraft, etc.) |
edit_image |
Image editing, inpainting, upscaling |
generate_video |
Text/image-to-video (Kling, Veo, Sora, LTX) |
speech_to_text |
Audio transcription with Whisper |
text_to_speech |
Text-to-speech synthesis |
generate_music |
Music generation from text prompts |
search_models |
Search for available models on fal.ai |
run_model |
Run any fal.ai model with custom parameters |
Sign up at fal.ai and get your API key from the dashboard.
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"
}
}
}
}
claude mcp add fal-ai -e FAL_KEY=your-fal-api-key -- npx -y fal-ai-mcp
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.js
"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"
"Upscale this image: https://example.com/photo.jpg"
"Create a video of waves crashing on a beach"
"Transcribe this audio file: https://example.com/recording.mp3"
"Convert this text to speech: Hello, welcome to fal.ai!"
"Generate a 30-second lo-fi hip hop beat"
"Run the fal-ai/nano-banana-2 model with prompt 'a beautiful landscape'"
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 V4Video Generation:
fal-ai/kling-video/v3/pro/text-to-video — Kling Video V3fal-ai/veo3.1 — Google Veo 3.1fal-ai/sora-2 — Sora 2Audio:
fal-ai/whisper — Speech-to-textfal-ai/chatterbox/text-to-speech — Text-to-speechBrowse all models at fal.ai/models.
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"fal-ai-mcp-server": {
"command": "npx",
"args": []
}
}
}Transcripts, channel stats, search
AI image generation using various models.
Unified GPU inference API with 30 AI services (LLM, image gen, video, TTS, whisper, embeddings, reranking, OCR) as MCP tools. Pay-per-use via x402 USDC or API k
A powerful image generation tool using Google's Imagen 3.0 API through MCP. Generate high-quality images from text prompts with advanced photography, artistic,