Ffmpeg Cloud Mcp avatar
Ffmpeg Cloud Mcp

Pricing

Pay per event + usage

Go to Apify Store
Ffmpeg Cloud Mcp

Ffmpeg Cloud Mcp

Cloud-based FFmpeg video/audio processing via MCP. Transcode, trim, extract audio, generate thumbnails, resize, compress, merge videos, create GIFs, and add watermarks. No FFmpeg installation needed. Works with Claude Desktop, Cursor, and any MCP client.

Pricing

Pay per event + usage

Rating

0.0

(0)

Developer

seena Singh

seena Singh

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

13 days ago

Last modified

Share

FFmpeg Cloud MCP Server

Cloud-based video/audio processing via MCP. No FFmpeg installation required.

Endpoint

https://whitewalk--ffmpeg-cloud-mcp.apify.actor/mcp

Authentication: Pass your Apify API token in the Authorization header:

Authorization: Bearer YOUR_APIFY_API_TOKEN

Tools

ToolDescriptionPrice
get_metadataGet video/audio info (duration, codecs, resolution)$0.01
generate_thumbnailCreate thumbnail from video$0.02
extract_audioExtract audio (mp3, aac, wav, flac, ogg)$0.04
trimCut video between timestamps$0.03
resizeResize video (1080p, 720p, instagram, tiktok, etc.)$0.05
create_gifCreate animated GIF from video$0.04
transcodeConvert format (mp4, webm, mov, avi, mkv)$0.10
compressReduce file size$0.10
mergeCombine multiple videos$0.15
add_watermarkAdd image or text watermark$0.06

Setup for Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
"mcpServers": {
"ffmpeg": {
"url": "https://whitewalk--ffmpeg-cloud-mcp.apify.actor/mcp",
"headers": {
"Authorization": "Bearer YOUR_APIFY_API_TOKEN"
}
}
}
}

Then ask Claude: "Convert this video to mp4" or "Extract audio from this video"

Example Usage

Get video metadata:

curl -X POST "https://whitewalk--ffmpeg-cloud-mcp.apify.actor/mcp" \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-H "Authorization: Bearer YOUR_APIFY_API_TOKEN" \
-d '{"jsonrpc":"2.0","method":"tools/call","params":{"name":"get_metadata","arguments":{"inputUrl":"https://example.com/video.mp4"}},"id":1}'

Convert to MP4:

curl -X POST "https://whitewalk--ffmpeg-cloud-mcp.apify.actor/mcp" \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-H "Authorization: Bearer YOUR_APIFY_API_TOKEN" \
-d '{"jsonrpc":"2.0","method":"tools/call","params":{"name":"transcode","arguments":{"inputUrl":"https://example.com/video.webm","outputFormat":"mp4","quality":"high"}},"id":1}'

Get Your API Token

  1. Go to Apify Console
  2. Copy your API token