Convert files directly from your AI coding assistant using the Model Context Protocol (MCP). Connect Claude Code, Cursor, Gemini CLI, or any MCP-compatible tool to access 140+ file conversions.
Get your first conversion running in 30 seconds. Add the MCP server to Claude Code and convert a file:
1. Add the MCP server
claude mcp add --transport http conversiontools https://mcp.conversiontools.io/mcp2. Ask Claude to convert a file
Convert report.xlsx to PDFClaude will handle authentication on the first run (a browser window opens for you to log in) and then perform the conversion automatically.
The plugin includes the MCP server connection and built-in AI instructions for optimal conversion results.
claude plugin marketplace add conversiontools/agent-skills
claude plugin install conversiontoolsSee the Claude Code Plugin docs for more details.
Add the MCP server directly with a single command:
claude mcp add --transport http conversiontools https://mcp.conversiontools.io/mcpAdd to your Cursor MCP configuration:
{
"mcpServers": {
"conversiontools": {
"url": "https://mcp.conversiontools.io/mcp"
}
}
}gemini extensions install https://github.com/conversiontools/gemini-extensionAny tool that supports the Model Context Protocol can connect to:
https://mcp.conversiontools.io/mcpChoose the authentication method that works best for your setup:
No configuration required. On first use, a browser window opens for you to log in to your Conversion Tools account. Your credentials are securely stored for future sessions and automatically refreshed when they expire.
auth_loginFor CI/CD pipelines, server environments, or when browser login is not available. Get your API token from your profile page.
Set as environment variable:
export CT_API_TOKEN=your_api_token_hereOr pass it in the MCP server URL:
claude mcp add --transport http conversiontools https://mcp.conversiontools.io/mcp --header "Authorization: Bearer your_api_token_here"The MCP server provides 8 tools for your AI assistant. Click on each tool to see its parameters and examples.
Convert a file from one format to another. Supports 140+ conversion types.
Get a signed URL for uploading large files (larger than 5 MB). Upload the file, then use the returned file_id with convert_file.
List available file converters. Use this to discover what conversions are supported.
Find the best converter for converting between two specific formats.
Get detailed information about a specific converter, including supported options.
Check current authentication status and account information.
Login via OAuth. Opens a browser window for authentication.
Logout and clear stored credentials.
Once connected, just ask your AI assistant naturally. Here are common workflows:
Convert report.xlsx to PDFYour AI assistant will use convert_file to transform the spreadsheet into a PDF document.
Transform data.json into a CSV fileWorks with nested JSON arrays -- the converter flattens the structure into rows and columns.
Extract the text from receipt.jpgUses OCR to recognize and extract text from images and scanned documents.
Convert all the PNG files in the screenshots/ folder to WebPYour AI assistant will iterate through each file and convert them one by one.
What formats can I convert a PDF to?Uses list_converters to show all available output formats for PDFs.
Extract the invoice data from invoice.pdf as a JSON fileAI-powered converters can extract structured data from complex documents like invoices, receipts, and reports.
Convert between 140+ file formats across 11 categories:
Word, PowerPoint, Excel, Markdown to PDF, HTML, Text
DOCX, DOC, PPTX, PPT, XLSX, XLS, MD
Convert between structured data formats
JSON, CSV, XML, YAML, Excel
Convert between image formats, including modern formats
PNG, JPG, WebP, AVIF, HEIC, SVG
Extract content from PDFs to editable formats
PDF to Word, Excel, CSV, Text, JPG, PNG, EPUB
Convert between audio formats
MP3, WAV, FLAC
Convert video formats, extract audio from video
MP4, MOV, MKV, AVI
Convert between e-book formats
EPUB, MOBI, PDF, Markdown
Extract text from images and scanned PDFs
PNG, JPG, PDF to Text, searchable PDF
Smart extraction from complex documents
PDF, Images to JSON, CSV, Excel, Markdown
Convert and export subtitle files
SRT, VTT, CSV, Text
Capture websites and render HTML
URL/HTML to PDF, JPG, PNG, CSV
View full converter list for detailed information about each converter and its options. You can also use the list_converters or find_converter tools to discover available conversions directly from your AI assistant.
MCP uses the same conversion limits as your Conversion Tools account:
View pricing plans or API pricing for details.
Common issues and how to resolve them:
Check our API Documentation for detailed information about converters and options.
Looking for the Claude Code Plugin? View plugin documentation for automatic setup with built-in conversion instructions.
Having issues? Contact us and we will help you get set up.
Add the MCP server to your AI assistant and start converting files without leaving your workflow.
claude mcp add --transport http conversiontools https://mcp.conversiontools.io/mcp