flyworks-mcp

Fast and free zeroshot lipsync MCP server

GitHub Stars

90

User Rating

Not Rated

Favorites

0

Views

20

Forks

13

Issues

1

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Required software and versions are as follows:
Python: 3.8 or higher
Dependencies: httpx, mcp[cli]

Installation Steps

1. Clone Repository

bash
git clone https://github.com/Flyworks-AI/flyworks-mcp.git
cd flyworks-mcp

2. Install Dependencies

bash
pip install -r requirements.txt

3. Start Server

bash
python -m flyworks_mcp

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Python version and ensure dependencies are installed correctly.

Additional Resources