A Model Context Protocol (MCP) server that enables Claude Desktop and other MCP clients to generate images, videos, music, and audio using Fal.ai models with native async performance and multiple transport modes.
Fast high-quality image generation.
Development version of Flux with more control for image generation.
Stable Diffusion XL image generation.
Stable Video Diffusion for video generation.
Text-to-video animation generation.
Music generation from text descriptions.
Text-to-speech conversion.
Audio transcription.
Enhance image resolution.
Transform existing images with prompts.
{
"mcpServers": {
"fal-ai": {
"command": "python",
"args": ["-m", "fal_mcp_server.server"],
"env": {
"FAL_KEY": "your-fal-api-key"
}
}
}
}