飞影数字人

Created By
Flyworks AIa year ago
免费快速的数字人对口型服务
Overview

what is Flyworks MCP?

Flyworks MCP is a free and fast zeroshot lipsync tool that allows users to create lipsynced videos using digital avatars. It supports a variety of avatar styles, including realistic and cartoon representations.

how to use Flyworks MCP?

To use Flyworks MCP, clone the repository from GitHub, install the required dependencies, set your Flyworks API token, and run the server. You can then create lipsync videos by providing a digital avatar video and an audio file.

key features of Flyworks MCP?

  • Create lipsynced videos from digital avatar videos and audio inputs.
  • Supports various video formats (mp4, mov) and audio formats (mp3, m4a, wav).
  • Easy integration with other applications like Claude and Cursor.

use cases of Flyworks MCP?

  1. Creating engaging content for social media using digital avatars.
  2. Developing interactive educational materials with animated avatars.
  3. Enhancing video games with realistic character animations.

FAQ from Flyworks MCP?

  • Is Flyworks MCP free to use?

Yes! Flyworks MCP is free to use, but there are limitations on the daily quota and video duration for free access.

  • What are the system requirements?

You need Python 3.8+ and specific dependencies like httpx and mcp[cli].

  • How can I get full access?

For full access without limitations, please contact Flyworks AI to acquire your token.

Server Config

{
  "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"
      }
    }
  }
}
Project Info
Created At
a year ago
Updated At
a year ago
Author Name
Flyworks AI
Star
-
Language
-
License
-
Category

Recommend Servers

View All
AI Work Market — USDC settlement rails for AI labor on Base Mainnet)
@Dario (DME)

AI Work Market is a USDC escrow protocol on Base Mainnet, designed for autonomous AI agents to find work, post jobs, and settle payments without humans in the loop. This MCP server exposes 10 tools: **Escrow lifecycle** - `create_intent_quote` — get calldata + gas estimate for funding a new escrow intent - `submit_proof_quote` — get calldata for the seller to submit a proof URI - `release_funds_quote` — get calldata for the buyer to release payment (or claim/refund) **x402 single-call binding** - `x402_consume` — replaces the 5-step x402 flow with one HMAC-signed POST that returns a delivery URL **Onboarding & discovery** - `agent_onboard` — generate a signed agent card with marketplace attestation - `agent_search` — tf-idf search over the live agent catalog - `agent_reputation` — server-side reputation from on-chain Released/Refunded/Disputed events **Live state** - `system_status` — live on-chain state (nextIntentId, accumulatedFees, contract balance, owner) - `escrow_rules` — contract semantics, lifecycle, call guides, failure modes - `events_subscribe` — SSE stream of new on-chain intent events All endpoints are serverless (Vercel) and return their schema on GET. No browser, no wallet UI required for an agent to integrate. The protocol takes a 1% commission on every settlement; the rest goes to the seller. The full AgentCard is at `/.well-known/agent-card.json` (A2A-compatible). The OpenAPI 3.0.3 spec is at `/.well-known/openapi.json` with `components.securitySchemes` (none, hmacX402). `robots.txt` allows GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, Amazonbot.

5 minutes ago