fal-video-mcp
Provides tools for generating videos using ByteDance Seedance models via fal.ai, including image-to-video and reference-to-video generation.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@fal-video-mcpGenerate a 10-second video of a lighthouse in a storm from text"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
fal-video-mcp
Локальный MCP-сервер, оборачивающий очередь fal.ai (https://docs.fal.ai/model-endpoints/queue). Даёт Claude Code инструменты: запустить генерацию, проверить статус, дождаться результата, отменить job и скачать готовый файл (видео/картинку/аудио) на диск.
1. Получите ключ
Зарегистрируйтесь на https://fal.ai, создайте API-ключ в Dashboard → Keys.
Related MCP server: Fal.ai MCP Server
2. Подключите сервер к Claude Code
В терминале (не в этой сессии — она не интерактивна):
claude mcp add fal-video --env FAL_KEY=ВАШ_КЛЮЧ -- node "C:\code\mcp\fal-video-mcp\server.js"Ключ хранится в конфиге Claude Code локально на вашей машине и передаётся серверу
только как переменная окружения — сам сервер его никуда не отправляет, кроме
заголовка Authorization в запросах к queue.fal.run.
Проверить, что подключилось:
claude mcp list3. Инструменты
fal_submit_job(model_id, input)— отправить job в очередь, вернутьrequest_id.fal_check_status(model_id, request_id)— статус (IN_QUEUE / IN_PROGRESS / COMPLETED).fal_get_result(model_id, request_id)— забрать готовый результат.fal_wait_for_result(model_id, input)— отправить и дождаться результата одним вызовом (проще всего).fal_cancel_job(model_id, request_id)— отменить.fal_download_file(url, dest_path)— скачать медиа-файл с fal.media на диск (ссылки истекают).
4. Примеры model_id для видео
fal-ai/minimax/h3-max/text-to-video— текст → видеоfal-ai/kling-video/v3/pro/image-to-video— картинка → видео (кино-качество)fal-ai/bytedance/seedance-2.5/image-to-video— картинка → видео до 30 сек, 720pfal-ai/bytedance/seedance-2.5/reference-to-video— несколько референсов → видео
Точные поля input смотрите на странице модели на fal.ai (кнопка "See docs"),
они разные для каждой модели (prompt, image_url, duration, aspect_ratio и т.д.).
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
- MorphedOAuthapp.morphed
Create AI images and videos, manage projects and credits, and use workspace campaign context.
Use AI models for chat, image, and video generation from Claude Code and other MCP hosts.
Create and manage cinematic AI video renders through the Future Video Studio Agent API.
FFmpeg as a service for AI agents: typed video editing tools, async jobs, downloadable outputs.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables Claude Desktop and other MCP clients to generate images, videos, music, and audio using Fal.ai models. Supports text-to-image generation, video creation, music composition, text-to-speech, audio transcription, and image enhancement through natural language prompts.1852MIT
- AlicenseBqualityFmaintenanceEnables seamless integration with Fal.ai's 600+ image generation models including Flux and Stable Diffusion. Supports real-time streaming, workflow execution, and unified access to AI image generation through natural language.525MIT
- AlicenseNot gradedqualityDmaintenanceEnables interaction with fal.ai AI models through MCP, supporting model discovery, content generation, queue management, and file uploads to the fal.ai platform.MIT
- AlicenseNot gradedqualityDmaintenanceProvides access to over 600 AI models on fal.ai for generating and editing images, videos, music, and speech directly within Claude. It supports high-performance models like FLUX, Kling, and Whisper for various creative and analytical tasks.5781MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Zargerion/fal-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server