Validating against the live OpenAPI spec is the detail that matters: conversion options change per format pair, and a hardcoded parameter list is how these integrations quietly go stale. Local mode keeps the file handling on your machine even though the conversion happens at ConvertAPI.
An MCP server for ConvertAPI's file conversion service, available as a hosted endpoint at mcp.convertapi.io or as a local .NET build that reads and writes files on your machine.
- Conversion between more than 200 formats: documents, images, spreadsheets, presentations
- Parameters validated against ConvertAPI's live OpenAPI specification rather than a list frozen at build time
- Full parameter coverage, including PageSize, PageOrientation, Quality and StoreFile
- A local mode that takes an input path and writes results to an output directory you choose
- A hosted endpoint for the case where you would rather not run anything
The hosted endpoint at https://mcp.convertapi.io needs no setup. Running it yourself needs the .NET 9.0 SDK, dotnet build, and two values in the environment: your ConvertAPI token and the ConvertAPI base URL it should call.
One command plus a key — npx -y mcp-remote https://mcp.convertapi.io, then supply credentials
