raveenb/fal-mcp-server
Generate AI images, videos, and music using Fal.ai models (FLUX, Stable Diffusion, MusicGen) directly in Claude Desktop
Quick Start
Clone the repository:
git clone https://github.com/raveenb/fal-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"fal-mcp-server": {
"command": "npx",
"args": [
"-y",
"raveenb/fal-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.