convert_document
Convert a document from one format to another.
How to use it
convert_document is exposed by the MCP Document Converter MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the convert_document tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install MCP Document Converter
$
pip install mcp-document-converterOther tools in MCP Document Converter (8)
css
string
extract_images
boolean
output_path
(string, optional): Path for the output file.
preserve_metadata
boolean
source_format
(string, optional): Format of the source file (auto-detected if not provided).
source_path
(string, required): Path to the source document.
target_format
(string, required): Target format (html, pdf, markdown, docx, text).
template
string