Overview

Make images or videos from the images using FAL and your AI assistant!
Server Config
{
"mcpServers": {
"fal-image-video": {
"command": "npx",
"args": [
"-y",
"fal-image-video-mcp"
],
"env": {
"FAL_KEY": "YOUR-FAL-AI-API-KEY"
}
}
}
}