Very Good FFmpeg MCP
Official MCP server for Very Good FFmpeg
Very Good FFmpeg MCP
Remote MCP configuration for the Very Good FFmpeg API.
Very Good FFmpeg exposes a remote MCP server at:
https://verygoodffmpeg.com/api/mcp
Use it from MCP clients that support remote streamable HTTP servers.
MCP Config
Add this server to your MCP client configuration:
{
"mcpServers": {
"verygoodffmpeg": {
"type": "http",
"url": "https://verygoodffmpeg.com/api/mcp"
}
}
}
This repository includes the same configuration in mcp.json.
Authentication
Very Good FFmpeg supports OAuth for MCP clients with OAuth flow support.
You can also authenticate with a Very Good FFmpeg API key. Header auth is preferred when your MCP client supports custom headers:
Authorization: Bearer YOUR_API_KEY
If your MCP client cannot set headers, pass the API key as a query parameter:
https://verygoodffmpeg.com/api/mcp?api_key=YOUR_API_KEY
Keep query-parameter URLs private because they may be stored in client history, logs, or screenshots.
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.
Compatibility
- Remote MCP clients that support streamable HTTP.
- OAuth clients that support MCP OAuth protected resource discovery.
- Header auth through
Authorization: Bearer ..., or query auth throughapi_key.
Documentation
See the Very Good FFmpeg MCP server docs:
Related Servers
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Unreal-Blender MCP
A unified server to control Blender and Unreal Engine via AI agents.
Petal Components MCP
Adds petal-components-mcp - an MCP server exposing schemas for petal_components, the Shadcn-style Phoenix LiveView component library. Lets AI coding assistants query attrs, slots, defaults, and allowed values for 79 components so they write idiomatic HEEx instead of inventing raw Tailwind soup. Live at https://mcp.petal.build/mcp
Image Generation
Generate images from text using the Stable Diffusion WebUI API (ForgeUI/AUTOMATIC-1111).
Snowfort Circuit MCP
Automate web browsers and Electron desktop applications for AI coding agents.
third-eye-mcp
Privacy-first screen capture MCP server for AI coding agents. Let Claude, Cursor, or any MCP-compatible AI see your screen with full control.
Azure DevOps
Manage Azure DevOps projects, work items, builds, and releases.
FluidMCP CLI
A command-line tool to run MCP servers from a single file, with support for automatic dependency resolution, environment setup, and package installation from local or S3 sources.
Remote MCP Server (Authless)
An example of a remote MCP server deployable on Cloudflare Workers, without authentication.
MCP Node.js Debugger
Provides runtime debugging access to Node.js applications for code editors like Cursor or Claude Code.
Cygnus MCP Server
A simple MCP server exposing Cygnus tools for demonstration, including 'cygnus_alpha' and 'invoke-service'.