mcpbeat Sign in

MCP Document Converter MCP Server

local only

MCP Document Converter runs on your own machine — the client starts it, so there is no endpoint to ping. 98 installs a week from pypi. Last commit 2 Mar 2026.

Convert PDF, DOCX, HTML, Markdown, and Text for AI assistant context injection.

Installs per day peak 46 · avg 17 · -31% w/w
a month agotoday
98
Installs / week
pypi · mcp-document-converter
12
Stars
0 open issues
2 Mar 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check MCP Document Converter every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

Alternatives to MCP Document Converter

same job, measured the same way
Distill MCP
by lakshgk

Convert PDF, DOCX, XLSX, PPTX, HTML, audio to token-efficient Markdown for any MCP client.

37 installs/wk local only
Markdown Formatter
by xjtlumedia

AI Answer Copier — Convert Markdown to PDF, DOCX, HTML, LaTeX, CSV, JSON, XML, XLSX, RTF, PNG

59 installs/wk local only
docx4j Word documents
by plutext

Read, convert and fill Word (.docx) documents: templates, Markdown/HTML in and out, PDF with math.

local only
Mdtidy
by mdtidy

Clean, repair, and convert AI-generated Markdown to HTML/PDF/DOCX/PNG; save and share documents.

69 installs/wk answering
Mdmagic MCP Server
by mdmagic-mcp

Use your own Word templates to convert Markdown → DOCX/PDF/HTML from any MCP-compatible AI.

68 installs/wk 10 tools answering
Filechanger
by filechanger

Convert documents between text formats (markdown, html, and more) via the FileChanger API.

103 installs/wk local only
shuck-convert
by shan-zhu

Convert between document formats — DOCX/PDF to Markdown, Markdown to DOCX.

33 installs/wk local only
MarkGrab
by arknill

Universal web content extraction — any URL to LLM-ready markdown. HTML, YouTube, PDF, DOCX.

104 installs/wk local only

MCP Document Converter — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Document Converter?
MCP Document Converter 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 pypi package mcp-document-converter was installed 98 times last week.
How do I connect MCP Document Converter?
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 mcp-document-converter straight from pypi; nothing to host, nothing to sign up for.
How many people use MCP Document Converter?
The pypi package mcp-document-converter was installed 98 times in the last week. Week over week that is -31%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Document Converter open source?
Yes — it is published under the MIT licence, written in Python and 12 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.