/ Directorio / Playground / Fal.ai MCP
● Comunidad raveenb ⚡ Instantáneo

Fal.ai MCP

por 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.

Por qué usarlo

Características clave

Demo en vivo

Cómo se ve en la práctica

fal-mcp.replay ▶ listo
0/0

Instalar

Elige tu cliente

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

Abre Claude Desktop → Settings → Developer → Edit Config. Reinicia después de guardar.

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

Cursor usa el mismo esquema mcpServers que Claude Desktop. La configuración del proyecto prevalece sobre la global.

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

Haz clic en el icono MCP Servers de la barra lateral de Cline y luego en "Edit Configuration".

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

Mismo formato que Claude Desktop. Reinicia Windsurf para aplicar.

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

Continue usa un array de objetos de servidor en lugar de un mapa.

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

Añádelo a context_servers. Zed recarga en caliente al guardar.

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

Un solo comando. Verifica con claude mcp list. Quita con claude mcp remove.

Casos de uso

Usos del mundo real: Fal.ai MCP

Turn a script into a narrated short with one prompt

👤 Marketers, indie creators ⏱ ~15 min intermediate

Cuándo usarlo: You have a 30-second script and want a complete narrated short.

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

Resultado: Four video clips + matching narration audio, ready to stitch.

Errores comunes
  • 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.
Combinar con: filesystem

Combinaciones

Combínalo con otros MCPs para multiplicar por 10

fal-mcp + filesystem

Pair with filesystem for complementary capabilities

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

Herramientas

Lo que expone este MCP

HerramientaEntradasCuándo llamarCoste
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

Coste y límites

Lo que cuesta ejecutarlo

Cuota de API
See provider docs for rate limits
Tokens por llamada
Varies by tool
Monetario
See repo README for pricing details
Consejo
Cache tool results and avoid repeated identical calls.

Seguridad

Permisos, secretos, alcance

Almacenamiento de credenciales: Use environment variables; never commit secrets
Salida de datos: Tool calls go to the provider's API as documented

Resolución de problemas

Errores comunes y soluciones

FAL_KEY missing

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

Verificar: Run generate_image once with a tiny prompt
insufficient balance

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

Verificar: Check fal.ai/dashboard

Alternativas

Fal.ai MCP vs otros

AlternativaCuándo usarlaContrapartida
Replicate MCPYou want different model selectionDifferent per-model pricing; similar feature set

Más

Recursos

📖 Lee el README oficial en GitHub

🐙 Ver issues abiertas

🔍 Ver todos los 400+ servidores MCP y Skills