Servers

Fal Image Video Mcp
@RamboRogers
Seamless bridge between FAL AI's powerful image and video generation capabilities and MCP-compatible clients like Claude. All generated content is automatically downloaded to your local machine while providing public URLs, data URLs, and local file paths.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"fal-image-video": {
"command": "npx",
"args": [
"-y",
"fal-image-video-mcp"
],
"env": {
"FAL_KEY": "YOUR-FAL-AI-API-KEY"
}
}
}
}