mcpbeat Sign in

Convertisseur Ia MCP Server

local only

Convertisseur Ia runs on your own machine — the client starts it, so there is no endpoint to ping. 32 installs a week from npm. Last commit 7 Sep 2026.

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

Installs per day peak 10 · avg 0
a month agotoday
32
Installs / week
npm · convertisseur-ia-mcp
0
Stars
0 open issues
7 Sep 2026
Last commit
0 releases in 90 days
License
JavaScript

What the code does

We read the source, 18 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.

File ships in the package but is absent from the source [пакет] server.js:1
этот файл ставится пользователю, но в репозитории его нет
Runs an external command ocr-images/server.js:38
    execFile(

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 convertisseur-ia -- npx -y convertisseur-ia-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "convertisseur-ia": {
      "args": [
        "-y",
        "convertisseur-ia-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.convertisseur-ia]
command = "npx"
args = ["-y", "convertisseur-ia-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "convertisseur-ia": {
      "args": [
        "-y",
        "convertisseur-ia-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "convertisseur-ia": {
      "args": [
        "-y",
        "convertisseur-ia-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Convertisseur Ia

same job, measured the same way
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
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
Microsoft Office
by mindstone

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

154 installs/wk local only
I
Docforge
by steviepinero

12 paid document tools: PDF to markdown, OCR, tables, invoices, Word/Excel/HTML, merge/split. x402

5 tools answering
TruePath Office
by joytruepath

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

local only
The Office Worker
by cafra-house

Local-first document MCP for AI agents: create, read, secure and sign PDF/Word/Excel/PPTX.

3 632 installs/wk local only
Convertica
by convertica

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

46 installs/wk local only

Convertisseur Ia — questions

Answers built from our own checks of this server.

Why is there no uptime for Convertisseur Ia?
Convertisseur Ia 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 convertisseur-ia-mcp was installed 32 times last week.
How do I connect Convertisseur Ia?
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 convertisseur-ia-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Convertisseur Ia?
The npm package convertisseur-ia-mcp was installed 32 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Convertisseur Ia open source?
We cannot say either way: written in JavaScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.