/ الدليل / الملعب / Fal.ai MCP
● مجتمع raveenb ⚡ فوري

Fal.ai MCP

بواسطة 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.

لماذا تستخدمه

الميزات الأساسية

عرض مباشر

كيف يبدو في الممارسة

fal-mcp.replay ▶ جاهز
0/0

التثبيت

اختر العميل

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

افتح Claude Desktop → Settings → Developer → Edit Config. أعد التشغيل بعد الحفظ.

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

يستخدم Cursor نفس مخطط mcpServers مثل Claude Desktop. إعدادات المشروع أولى من الإعدادات العامة.

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

انقر على أيقونة MCP Servers في شريط Cline الجانبي، ثم "Edit Configuration".

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

نفس الصيغة مثل Claude Desktop. أعد تشغيل Windsurf لتطبيق التغييرات.

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

يستخدم Continue مصفوفة من كائنات الخادم بدلاً من خريطة.

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

أضف إلى context_servers. يعيد Zed التحميل تلقائيًا عند الحفظ.

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

أمر من سطر واحد. تحقق باستخدام claude mcp list. احذف باستخدام claude mcp remove.

حالات الاستخدام

استخدامات عملية: Fal.ai MCP

Turn a script into a narrated short with one prompt

👤 Marketers, indie creators ⏱ ~15 min intermediate

متى تستخدمه: You have a 30-second script and want a complete narrated short.

المتطلبات الأساسية
  • Server/skill installed and authenticated — See repo README
الخطوات
  1. Generate the scenes
    Split this 30s script into 4 scenes and generate a video clip for each with Kling.✓ تم النسخ
    → Four video URLs
  2. Narrate it
    TTS each scene's narration with ElevenLabs Rachel voice.✓ تم النسخ
    → Audio URLs aligned with scenes

النتيجة: Four video clips + matching narration audio, ready to stitch.

المزالق
  • 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.
اجمعها مع: filesystem

التركيبات

اجمعها مع خوادم MCP أخرى لتحقيق نتائج x10

fal-mcp + filesystem

Pair with filesystem for complementary capabilities

Use this server together with filesystem to complete a multi-step task.✓ تم النسخ

الأدوات

ما يوفره هذا الـ MCP

الأداةالمدخلاتمتى تستدعيهاالتكلفة
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

التكلفة والحدود

تكلفة التشغيل

حصة API
See provider docs for rate limits
الرموز لكل استدعاء
Varies by tool
التكلفة المالية
See repo README for pricing details
نصيحة
Cache tool results and avoid repeated identical calls.

الأمان

الصلاحيات والأسرار ونطاق الأثر

تخزين بيانات الاعتماد: Use environment variables; never commit secrets
نقل البيانات الخارجي: Tool calls go to the provider's API as documented

استكشاف الأخطاء

الأخطاء الشائعة وحلولها

FAL_KEY missing

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

تحقق: Run generate_image once with a tiny prompt
insufficient balance

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

تحقق: Check fal.ai/dashboard

البدائل

Fal.ai MCP مقابل البدائل

البديلمتى تستخدمهاالمقايضة
Replicate MCPYou want different model selectionDifferent per-model pricing; similar feature set

المزيد

الموارد

📖 اقرأ ملف README الرسمي على GitHub

🐙 تصفح القضايا المفتوحة

🔍 تصفح أكثر من 400 خادم MCP و Skills