/ Annuaire / Playground / Fal.ai MCP
● Communauté raveenb ⚡ Instantané

Fal.ai MCP

par raveenb · raveenb/fal-mcp-server

Generate images, video, music, and audio through Fal.ai models.

Fal.ai hosts hundreds of generative models behind a single API — Flux, SDXL, Kling, Veo, MusicGen, ElevenLabs voices, etc. This MCP gives Claude one tool surface for image, video, audio, and TTS generation without juggling provider SDKs.

Pourquoi l'utiliser

Fonctionnalités clés

Démo en direct

Aperçu en pratique

fal-mcp.replay ▶ prêt
0/0

Installer

Choisissez votre client

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "fal-mcp": {
      "command": "uvx",
      "args": [
        "fal-mcp-server"
      ]
    }
  }
}

Ouvrez Claude Desktop → Settings → Developer → Edit Config. Redémarrez après avoir enregistré.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "fal-mcp": {
      "command": "uvx",
      "args": [
        "fal-mcp-server"
      ]
    }
  }
}

Cursor utilise le même schéma mcpServers que Claude Desktop. La config projet l'emporte sur la globale.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "fal-mcp": {
      "command": "uvx",
      "args": [
        "fal-mcp-server"
      ]
    }
  }
}

Cliquez sur l'icône MCP Servers dans la barre latérale Cline, puis "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "fal-mcp": {
      "command": "uvx",
      "args": [
        "fal-mcp-server"
      ]
    }
  }
}

Même format que Claude Desktop. Redémarrez Windsurf pour appliquer.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "fal-mcp",
      "command": "uvx",
      "args": [
        "fal-mcp-server"
      ]
    }
  ]
}

Continue utilise un tableau d'objets serveur plutôt qu'une map.

~/.config/zed/settings.json
{
  "context_servers": {
    "fal-mcp": {
      "command": {
        "path": "uvx",
        "args": [
          "fal-mcp-server"
        ]
      }
    }
  }
}

Ajoutez dans context_servers. Zed recharge à chaud à la sauvegarde.

claude mcp add fal-mcp -- uvx fal-mcp-server

Une seule ligne. Vérifiez avec claude mcp list. Supprimez avec claude mcp remove.

Cas d'usage

Usages concrets : Fal.ai MCP

Turn a script into a narrated short with one prompt

👤 Marketers, indie creators ⏱ ~15 min intermediate

Quand l'utiliser : You have a 30-second script and want a complete narrated short.

Prérequis
  • Server/skill installed and authenticated — See repo README
Déroulement
  1. Generate the scenes
    Split this 30s script into 4 scenes and generate a video clip for each with Kling.✓ Copié
    → Four video URLs
  2. Narrate it
    TTS each scene's narration with ElevenLabs Rachel voice.✓ Copié
    → Audio URLs aligned with scenes

Résultat : Four video clips + matching narration audio, ready to stitch.

Pièges
  • Costs add up fast — Costs add up fast — set a hard budget in the prompt: 'Use the cheapest model that meets quality bar' and check the balance reported in tool output.
Combiner avec : filesystem

Combinaisons

Associez-le à d'autres MCPs pour un effet X10

fal-mcp + filesystem

Pair with filesystem for complementary capabilities

Use this server together with filesystem to complete a multi-step task.✓ Copié

Outils

Ce que ce MCP expose

OutilEntréesQuand appelerCoût
generate_image prompt, model, aspect_ratio Need a still image $0.003–0.05 per image
generate_video prompt, model, duration_s Need a short video clip $0.20–2.00 per clip
tts text, voice, model Produce narration audio $0.0001 per char

Coût et limites

Coût d'exécution

Quota d'API
See provider docs for rate limits
Tokens par appel
Varies by tool
Monétaire
See repo README for pricing details
Astuce
Cache tool results and avoid repeated identical calls.

Sécurité

Permissions, secrets, portée

Stockage des identifiants : Use environment variables; never commit secrets
Sortie de données : Tool calls go to the provider's API as documented

Dépannage

Erreurs courantes et correctifs

FAL_KEY missing

Get a key at fal.ai/dashboard/keys and set FAL_KEY env var.

Vérifier : Run generate_image once with a tiny prompt
insufficient balance

Top up at fal.ai/dashboard/billing. The error includes the required amount.

Vérifier : Check fal.ai/dashboard

Alternatives

Fal.ai MCP vs autres

AlternativeQuand l'utiliserCompromis
Replicate MCPYou want different model selectionDifferent per-model pricing; similar feature set

Plus

Ressources

📖 Lire le README officiel sur GitHub

🐙 Voir les issues ouvertes

🔍 Parcourir les 400+ serveurs MCP et Skills