Convertify MCP is the local Model Context Protocol server for Convertify, the all-in-one offline file converter for Windows.
It lets MCP clients talk to a locally installed Convertify instance over stdio, so conversions, inspections, batch jobs, and AI-powered workflows can run directly on the user's Windows machine without uploading files to a cloud service.
Overview
Convertify is built for users who want serious file conversion power without file size limits, watermarks, account requirements, or privacy tradeoffs. The MCP server extends that same approach to AI clients and agent workflows.
With Convertify MCP, clients can work with local files through Convertify's conversion engine and toolchain, including:
Single-file conversions across images, video, audio, documents, eBooks, archives, fonts, subtitles, and 3D models
Batch conversion workflows
File inspection and planning
File discovery and lightweight file handoff helpers
Optional module preparation and installation
AI image upscaling
AI background removal
AI video upscaling
AI frame interpolation
AI audio stem splitting
Why Convertify MCP
Fully local by design: files stay on the user's PC
Windows-native workflow: built around the installed Convertify desktop and CLI binaries
Broad format coverage: Convertify supports 230+ formats across media and document categories
Batch-ready: designed for large local conversion jobs
Privacy-first: ideal for sensitive documents, creative assets, CAD files, scans, and personal media
AI tools included: advanced enhancement workflows run on-device instead of being sent to remote services
Server Config
{
"mcpServers": {
"convertify": {
"command": "C:\\Users\\YOUR_USERNAME\\AppData\\Local\\Programs\\Convertify\\Convertify-MCP.exe",
"args": [],
"env": {
"CONVERTIFY_CLI_PATH": "C:\\Users\\YOUR_USERNAME\\AppData\\Local\\Programs\\Convertify\\Convertify-CLI.exe"
}
}
}
}