ffmpeg-micro-mcp

javidjamae/ffmpeg-micro-mcp
★ 0 stars TypeScript 🤖 AI/LLM Updated today
MCP server for FFmpeg Micro — transcode videos from Claude Desktop and other AI agents
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ffmpeg-micro-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "javidjamae/ffmpeg-micro-mcp"
      ]
    }
  }
}

README Excerpt

A [Model Context Protocol](https://modelcontextprotocol.io) server that lets AI agents — Claude Code, Claude Desktop, Cursor, Windsurf, VS Code, and any other MCP-compatible client — create, monitor, and download video transcodes through the [FFmpeg Micro](https://ffmpeg-micro.com) REST API. Exposes tools that map onto FFmpeg Micro's public API:

Tools (8)

cancel_transcodeconfirm_uploadget_download_urlget_transcodelist_transcodesrequest_upload_urltranscode_and_waittranscode_video

Topics

ai-toolsanthropicclaudeffmpegmcpmodel-context-protocoltranscodingvideo