Flyworks MCP is a free and fast zero-shot lipsync tool that creates synchronized videos for digital avatars using audio or text input, supporting both realistic and cartoon styles with easy MCP integration.
Create a lipsync video with audio input by animating a digital human avatar to speak in sync with the provided audio.
Create a lipsync video with text input by generating audio from the text and animating a digital human avatar to speak it.
{
"mcpServers": {
"flyworks": {
"command": "uvx",
"args": [
"flyworks-mcp",
"-y"
],
"env": {
"FLYWORKS_API_TOKEN": "your_api_token_here",
"FLYWORKS_API_BASE_URL": "https://hfw-api.hifly.cc/api/v2/hifly",
"FLYWORKS_MCP_BASE_PATH": "/path/to/your/output/directory"
}
}
}
}