for Claude Code · Cursor · Claude Desktop
Convert files via MCP
A local MCP server that plugs the file converter directly into your AI assistant. Say "convert X to Y" in chat — it runs ffmpeg locally, returns the path. Your files never leave your machine.
Drop this in your MCP config
{
"mcpServers": {
"converter": {
"command": "npx",
"args": ["-y", "@sergeyfaraday/converter-mcp@latest"]
}
}
}Config locations · Cursor:
~/.cursor/mcp.json · Claude Code: .mcp.json · Claude Desktop: claude_desktop_config.jsonHow it works
- 1InstallAdd one block to your MCP config file. Your AI client will auto-install on first run via npx.
- 2AskType something like "convert ~/video.mov to webm" in your chat. Your assistant picks the right tool automatically.
- 3Get the fileThe converted file appears next to the original in seconds. Your AI returns the path — click to open.
Tools exposed
convert_file
Convert a local file. Takes
input, target, optional output and quality.list_formats
Returns every supported format and conversion pair so the model picks the right
target.Supported formats (230 pairs)
Image
.png · .jpg · .webp · .gif · .bmp · .tiff · .avif* · .heic* · .svg* · .ico* · .pdf*
Video
.mp4 · .webm · .mov · .avi · .mkv · .flv · .3gp · .ts
Audio
.mp3 · .wav · .ogg · .m4a · .flac · .aiff · .aac
* decode-only (input)
FAQ
Prefer drag & drop?
Use the browser version →