- Integrations
- MCP Server
MCP Server
Connect AI clients to the Very Good FFmpeg MCP server.
Very Good FFmpeg exposes a remote MCP server at:
https://verygoodffmpeg.com/api/mcpUse it from MCP clients that support remote streamable HTTP servers.
Authentication
Use your Very Good FFmpeg API key. Header auth is preferred:
Authorization: Bearer YOUR_API_KEYIf your MCP client cannot set headers, pass the key as a query parameter:
https://verygoodffmpeg.com/api/mcp?api_key=YOUR_API_KEYKeep the query-param form private. URLs can be stored in client history, logs, and screenshots.
Generic Setup
- Create an API key in the Very Good FFmpeg dashboard.
- Add a new remote MCP server in your AI client.
- Use
https://verygoodffmpeg.com/api/mcpas the server URL. - Add
Authorization: Bearer YOUR_API_KEYif your client supports custom headers. - If headers are not supported, use the
?api_key=YOUR_API_KEYURL form. - Save the connector and test a simple FFmpeg job request.
Client Guides
Compatibility
- Remote MCP clients that support streamable HTTP.
- Header auth through
Authorization: Bearer ..., or query auth throughapi_key.