What is the FFMPEG API MCP server?
Hosted MCP tools for FFmpeg-style video and audio processing through FFMPEG API.
How to install FFMPEG API
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Environment / auth
X-API-KeyrequiredsecretFFMPEG API key for authenticating MCP requests.
Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"ffmpegapi": {
"url": "https://mcp.ffmpegapi.net/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"ffmpegapi": {
"serverUrl": "https://mcp.ffmpegapi.net/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"ffmpegapi": {
"type": "http",
"url": "https://mcp.ffmpegapi.net/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"ffmpegapi": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.ffmpegapi.net/mcp"
]
}
}
}Claude Code
claude mcp add --transport http ffmpegapi https://mcp.ffmpegapi.net/mcpRelated MCP servers
Free oncology data (research, trials, FDA approvals, news) plus IBM MAMMAL biomedical predictions.
View repository →