Flyworks MCP: Free & Fast Zeroshot Lipsync Tool
@Flyworks-AI
Fast and free zeroshot lipsync MCP server
Overview
What is Flyworks MCP: Free & Fast Zeroshot Lipsync Tool?
The Flyworks MCP is a Model Context Protocol (MCP) server that provides a convenient interface for interacting with the Flyworks API. It facilitates fast and free lipsync video creation for a wide range of digital avatars, including realistic and cartoon styles.
How to use Flyworks MCP: Free & Fast Zeroshot Lipsync Tool?
Install via Smithery (npx @smithery/cli install ...) or clone the repository and install dependencies (pip install httpx "mcp[cli]>=1.6.0"). Configure environment variables FLYWORKS_API_TOKEN, FLYWORKS_API_BASE_URL, and FLYWORKS_MCP_BASE_PATH. Invoke the server and use the MCP tools create_lipsync_video_by_audio (audio input) or create_lipsync_video_by_text (text input with TTS) to generate lipsynced videos. Supports both sync and async modes.
Features of Flyworks MCP: Free & Fast Zeroshot Lipsync Tool
- Create lipsynced videos using digital avatar video and audio inputs.
- Create lipsynced videos from text with text-to-speech.
- Create digital human avatars from images or videos.
- Support for both async and sync modes of operation.
- More features coming soon.
Use cases of Flyworks MCP: Free & Fast Zeroshot Lipsync Tool
- Animate a digital avatar from an audio recording.
- Generate a speaking avatar video from written text via text-to-speech.
- Create a custom digital human avatar from an image or video clip.
- Produce short lipsync videos for demos, content creation, or presentations.
FAQ from Flyworks MCP: Free & Fast Zeroshot Lipsync Tool
What API token is needed?
A free trial token 2aeda3bcefac46a3 is available, but has daily quota, watermarked videos, and a 45‑second duration limit. For full access, contact [email protected].
What are the runtime requirements?
Python 3.8+ with dependencies httpx and mcp[cli] (or pygments, pydantic-core for faster startup).
How do I set environment variables?
Set FLYWORKS_API_TOKEN, FLYWORKS_API_BASE_URL (default https://hfw-api.hifly.cc/api/v2/hifly), and FLYWORKS_MCP_BASE_PATH (output directory). Can be set in the OS or via a .env file.
What is the difference between async and sync mode?
In async mode (default), the tool returns a task_id immediately. In sync mode, it waits for completion and automatically downloads the video (max 10‑minute wait).
Can I use local files for avatar creation or audio?
Yes. Provide a local file path for avatar_video_file, avatar_image_file, or audio_file. The server automatically uploads them to Flyworks servers.