FA

Flyworks Avatar

Created 5 months ago

Flyworks MCP is a free and fast lipsync tool for digital avatars.

development documentation public lipsync avatar

What is Flyworks Avatar?

Fast and free zeroshot lipsync MCP server.

Documentation

Flyworks MCP Documentation

Overview

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.

Features

  • Create lipsynced videos using digital avatar video and audio as inputs
  • Create lipsynced videos by text (with text-to-speech)
  • Create digital human avatars from images or videos
  • Support for both async and sync modes of operation

Requirements

  • Python 3.8+
  • Dependencies: httpx, mcp[cli]

Usage# Integration with Claude or Other MCP Clients

Using in Claude Desktop

Go to Claude > Settings > Developer > Edit Config > claude_desktop_config.json to include the following:

{
  "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"
      }
    }
  }
}

Installing via Smithery

To install flyworks-mcp for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @Flyworks-AI/flyworks-mcp --client claude

Tool Description## 1. Create Lipsync Video by Audio

Create a lipsync video with audio input. Animates a digital human avatar to speak in sync with the provided audio.

2. Create Lipsync Video by Text

Create a lipsync video with text input. Generates audio from the text and animates a digital human avatar to speak it.

Related Links

Server Config

{
  "mcpServers": {
    "flyworks-avatar-server": {
      "command": "npx",
      "args": [
        "flyworks-avatar"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: Yes
Global: Yes
Official: Yes

Project Info

Hosted Featured
Created At: Jul 02, 2025
Updated At: Aug 07, 2025
Author: Flyworks AI
Category: community
License: MIT
Tags:
development documentation public