Convert files directly from Claude Code with a single install command. No manual configuration needed.
Install the Conversion Tools plugin for Claude Code with one command:
claude plugin marketplace add conversiontools/agent-skills
claude plugin install conversiontoolsAdds the plugin from the marketplace and installs it. Restart Claude Code after installation. This sets up the MCP server connection and AI instructions automatically.
npx skills add conversiontools/agent-skills --skill conversiontoolsUses the Skills CLI to install skill instructions. MCP server must be configured separately for non-plugin agents.
Prefer manual configuration? You can add the MCP server directly:
claude mcp add --transport http conversiontools https://mcp.conversiontools.io/mcpSee the MCP Server docs for setup with other AI assistants (Cursor, Gemini CLI, etc.).
The plugin bundles everything Claude needs to convert files:
Auto-configured connection to the Conversion Tools MCP server. No manual JSON editing or server URLs to copy.
Built-in instructions that teach Claude how to convert files effectively — which tool to call, how to handle errors, and when to use upload URLs.
Add the plugin from the marketplace and install it. The plugin configures the MCP server and adds conversion instructions automatically.
On first use, a browser window opens for you to log in to your Conversion Tools account. Credentials are stored securely.
Just tell Claude what you need — "convert this file to PDF" or "extract data from invoice.png". The plugin handles the rest.
Once installed, just ask Claude naturally:
The plugin provides these tools to Claude:
| Tool | Description |
|---|---|
convert_file | Convert files between 140+ formats |
request_upload_url | Get signed URL for uploading large files (>5MB) |
list_converters | Browse available conversions by category |
find_converter | Find the right converter for specific formats |
get_converter_info | Get detailed information about a converter |
auth_status | Check your authentication status |
auth_login | Login via OAuth (opens browser) |
auth_logout | Clear stored credentials |
Convert between 140+ file formats across these categories:
Word, PowerPoint, Excel, PDF, HTML, Markdown
JSON, CSV, XML, YAML, Excel
PNG, JPG, WebP, AVIF, HEIC, SVG, GIF
Extract to Word, Excel, CSV, Text, Images
MP3, WAV, MP4, MOV, AVI
EPUB, MOBI, PDF
Extract text from images and scanned PDFs
Smart extraction from complex documents
Authentication is handled automatically via OAuth. On first use, a browser window will open for you to log in to your Conversion Tools account. Your credentials are securely stored for future sessions.
No API keys to manage — just install and start converting.
The plugin uses the same conversion limits as your Conversion Tools account:
View pricing plans or API pricing for details.
Check our API Documentation for detailed information about converters and options.
Visit the GitHub repository for source code and issue reporting.
Having issues? Contact us and we'll help you get set up.
Install the plugin and start converting files from Claude Code.
claude plugin marketplace add conversiontools/agent-skills
claude plugin install conversiontools