Converts local documents and images through 35+ Convertica tools, including PDF editing and format conversion.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
This server is confirmed live — we successfully called its tools/list endpoint directly (see the verified badge above). We haven't yet sandbox-tested the stdio install command below specifically, which is a separate, ongoing check.
💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Convertica MCP.
list_convertersList all available file conversion tools (PDF ⇄ Word/Excel/PowerPoint/JPG/HTML/Markdown/EPUB/PDF-A, merge/split/compress/protect PDF, image convert/optimize/HEIC, and more) with their input fields and options. Call this first to find the right `tool` value for convert_file.
convert_fileRun one of convertica.net's 35+ conversion tools on local file(s) and save the result next to the input (or into output_dir). Requires authentication via the CONVERTICA_API_KEY env var. Use list_converters for tool slugs and options. Examples: {tool: 'pdf-to-word', files: ['/docs/report.pdf']}; {tool: 'pdf-organize/merge', files: ['/a.pdf','/b.pdf']}.
The convertica-net/convertica-mcp MCP server gives an MCP client access to more than 35 Convertica file-processing tools. It works with local files and supports document conversion, PDF operations, and image processing. Supported workflows include converting PDFs to or from Word, Excel, PowerPoint, JPG, HTML, Markdown, Text, and EPUB; creating PDF/A files; and converting HTML or URLs to PDF.
PDF operations include merging, splitting, compressing, rotating, cropping, watermarking, signing, protecting, and unlocking files. Image workflows include format conversion, optimization, and HEIC conversion to JPG, PNG, or PDF. The complete converter catalog is returned by the discovery tool rather than being hard-coded into the client workflow.
The server exposes two MCP tools. Call list_converters without arguments to retrieve the available converter slugs, input fields, and option definitions. Use the returned tool value with convert_file; examples include pdf-to-word and pdf-organize/merge.
convert_file accepts local file paths, optional tool-specific options, and an optional output directory. For multi-file operations, the file order matters. By default, the generated result is written next to the first input file. Passing output_dir changes the destination.
The convertica-net/convertica-mcp MCP server sends conversion requests to Convertica over HTTPS and waits synchronously for the response. Files are read from and written to the local machine. Convertica states that processed files are deleted from its servers after the response. API usage counts against the account’s monthly quota, while failed calls are not counted.
Install and run the server with the npm package through npx:
Set CONVERTICA_API_KEY in the MCP client environment. The key is obtained through Convertica’s account and API-key pages, and the README directs users to subscribe through Convertica’s pricing page before creating one.
For Claude Desktop, Cursor, or Windsurf, configure the server with the npx command, the -y and convertica-mcp arguments, and an environment entry containing the API key. Claude Code can add the same server with its MCP command and environment option. The repository also documents npm install and smoke-test commands for local development; the protocol smoke test does not require a key, while a real conversion does.
list_converters: Lists available converters, file fields, and options. It takes no input.convert_file: Runs one converter against local file paths and saves the output locally.The convertica-net/convertica-mcp MCP server is suited to assistants that need to act on files already available on the user’s machine. It is not described as a file browser or general-purpose storage service; its exposed operations center on conversion and related PDF or image processing.
A valid CONVERTICA_API_KEY is required for conversion requests. The server depends on Convertica’s hosted service, so conversion calls require network access and are subject to the account’s monthly quota. Results are saved locally, but the source files must be available through paths supplied to convert_file. The README states that the server is MIT licensed and is not affiliated with Anthropic.
Factual signals from GitHub, npm, and our automated checks — not a rating.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/convertica-net-convertica-mcp)<a href="https://allmcps.com/mcp/convertica-net-convertica-mcp"><img src="https://allmcps.com/api/badge/convertica-net-convertica-mcp?style=directory" alt="Convertica MCP on AllMCPs" /></a>