mcpbeat Sign in

Convertica MCP Server

by convertica Your server? Claim it
local only

Convertica runs on your own machine — the client starts it, so there is no endpoint to ping. 46 installs a week from npm. Last commit 24 Jul 2026.

Convert PDF, Word, Excel, PowerPoint, EPUB, HEIC & images — 35+ tools from convertica.net

Installs per day peak 341 · avg 22 · -69% w/w
a month agotoday
46
Installs / week
npm · convertica-mcp
0
Stars
1 open issues
24 Jul 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a file path from a variable src/index.js:58, [пакет] src/index.js:58
  let target = path.join(dir, name);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp -- npx -y convertica-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "convertica-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "convertica-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "convertica-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "convertica-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CONVERTICA_API_KEY (API key from https://convertica.net/users/api-keys/). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Convertica

same job, measured the same way
Markdown Notes MCP
by narashiman-k

Convert PDF, Word, Excel, PowerPoint, EPUB and images to Markdown locally, with no upload.

136 installs/wk local only
Doc_Conv — Document to Markdown
by nicklee002e

Convert PDF/Word/Excel/PowerPoint documents to Markdown, paid in USDC via x402.

77 installs/wk local only
Docalyze
by lunarperovskite

Read and analyze local documents (PDF, Excel, CSV, Word, PowerPoint, images). No API keys needed.

131 installs/wk local only
OfficeAgent.NET
by ilia-sokolov

Create and edit Word, PowerPoint, and Excel files with typed plans and safe previews

local only
Convertisseur Ia
by walmes1

Documents (PDF, Word, Excel, PowerPoint, CSV) vers Markdown leger pour l'IA, 100 % local

32 installs/wk local only
TruePath Office
by joytruepath

Local MCP for Word, Excel, PowerPoint & PDF on macOS — formulas, slides, DOCX, PDF ops. No network.

local only
I
Handiworks
by lukehal

MCP tools for AI agents: render URLs to image/PDF, check link health, convert HTML/CSV/JSON.

3 tools answering
Microsoft Office
by mindstone

Microsoft Office MCP server: read and edit Word documents, Excel workbooks, and PowerPoint files

154 installs/wk local only

Convertica — questions

Answers built from our own checks of this server.

Why is there no uptime for Convertica?
Convertica runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package convertica-mcp was installed 46 times last week.
How do I connect Convertica?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls convertica-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Convertica?
The npm package convertica-mcp was installed 46 times in the last week. Week over week that is -69%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Convertica open source?
Yes — it is published under the MIT licence, written in JavaScript, 0 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.