# Sync MCP Server

> Official Sync MCP for lipsync generation, voice cloning, and TTS on existing footage.

- **Category:** Avatars & Performance
- **Vendor:** Sync (sync.so) (official)
- **Pricing:** paid
- **Verified:** 2026-08-13

## What it does

Sync's own MCP server wraps the sync.so API: take a video plus an audio track and regenerate the performer's mouth to match, with cost estimation before you spend, asset and project management, voice cloning, and TTS. Unlike avatar platforms that synthesize a presenter, this retimes lips on footage you already shot — the practical tool for dub passes, ADR fixes, and localized versions that keep the original take. Tools are generated from the Sync OpenAPI spec at startup, so new endpoints appear without a server update.

## Connect

- Remote endpoint: `https://mcp.sync.so/mcp`
- Claude Code: `claude mcp add sync -- npx -y @sync.so/mcp-server --api-key YOUR_API_KEY`
- Local: `npx -y @sync.so/mcp-server`

**Auth:** api_key (env `SYNC_API_KEY`) — <https://sync.so/settings/api-keys>

## Capabilities

[lip-sync](https://mcp.film/capabilities/lip-sync.md) · [video-dubbing](https://mcp.film/capabilities/video-dubbing.md) · [voice-cloning](https://mcp.film/capabilities/voice-cloning.md) · [tts](https://mcp.film/capabilities/tts.md) · [asset-management](https://mcp.film/capabilities/asset-management.md) · [credit-estimation](https://mcp.film/capabilities/credit-estimation.md) · [async-jobs](https://mcp.film/capabilities/async-jobs.md)

## Sample tools

`models_get` · `generate_create-generation` · `generate_get-generation` · `generate_estimate-cost` · `assets_create-upload-url` · `voices_clone-voice` · `tts_create` · `projects_create`

## Field notes

Official and MIT, with both routes live: the hosted endpoint above takes OAuth in Claude web (no key needed), while stdio needs SYNC_API_KEY — or omit it and the server runs a device-auth flow, caching a token at ~/.config/sync/mcp-credentials.json. Node 18+. No free tier: plans run from $5/month Hobbyist to $249/month Scale, all with per-second generation charges of roughly $0.04–0.05, and the tiers also cap clip length (1 min at the bottom, 30 min at the top), concurrent jobs, and voice clones — call generate_estimate-cost before long renders. Models named on the pricing page are Lipsync-2-Pro, Sync-3, and React-1; ask models_get rather than assuming. Repo activity is thin, 1 star and last pushed 16 Jul 2026, and npm @sync.so/mcp-server still sits at 0.1.4 from 16 Mar 2026 — tolerable only because tools are read from the live OpenAPI spec, so API changes land without a package bump. Ethics and rights: relighting someone's mouth to say new words needs the performer's consent, and many jurisdictions and union agreements now require it explicitly.

## Verification

- Status: Freshly checked (checked today)
- Added: 2026-08-13
- Last verified: 2026-08-13
- Machine JSON: https://mcp.film/api/mcps/sync-labs.json

## Links

- Site: https://sync.so/?utm_source=mcp.film&utm_medium=referral&utm_campaign=directory&utm_content=sync-labs%3Asite
- Docs: https://sync.so/docs/plugins-and-extensions/mcp-server?utm_source=mcp.film&utm_medium=referral&utm_campaign=directory&utm_content=sync-labs%3Adocs
- Repo: https://github.com/synchronicity-labs/mcp-server

---

Structured data: https://mcp.film/api/mcps/sync-labs.json · Directory: https://mcp.film
