LogoSTMCP
Download
fal-mcp-server

🎨 Fal.ai MCP Server

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.

Tools

1. flux_schnell

Fast high-quality image generation.

2. flux_dev

Development version of Flux with more control for image generation.

3. sdxl

Stable Diffusion XL image generation.

4. svd

Stable Video Diffusion for video generation.

5. animatediff

Text-to-video animation generation.

6. musicgen

Music generation from text descriptions.

7. bark

Text-to-speech conversion.

8. whisper

Audio transcription.

9. Image Upscaling

Enhance image resolution.

10. Image-to-Image

Transform existing images with prompts.

Open Graph image for 🎨 Fal.ai MCP Server

JSON Config

{
  "mcpServers": {
    "fal-ai": {
      "command": "python",
      "args": ["-m", "fal_mcp_server.server"],
      "env": {
        "FAL_KEY": "your-fal-api-key"
      }
    }
  }
}

Useful Links

Information