Labsco
MCP SERVER · OFFICIAL PROJECT

ConvertAPI

by ConvertAPI

Convert files across 200+ formats — PDF, DOCX, XLSX, JPG, PNG, HTML — with parameters checked against the live spec.

Document Conversion, PDF & TranslationOfficial source
Summary
Format conversion without the browser tab that asks for your email.

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.

What it is

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.

What you get
  • 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
Requirements

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.

Setup effort

One command plus a key — npx -y mcp-remote https://mcp.convertapi.io, then supply credentials