mcpbeat Sign in

Doc_Conv — Document to Markdown MCP Server

by nicklee002e Your server? Claim it
local only

Doc_Conv — Document to Markdown runs on your own machine — the client starts it, so there is no endpoint to ping. 77 installs a week from pypi. Last commit 27 Jul 2026.

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

Installs per day peak 37 · avg 12 · -31% w/w
a month agotoday
77
Installs / week
pypi · docconv-mcp
0
Stars
0 open issues
27 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Doc_Conv — Document to Markdown 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 docconv-mcp -- uvx docconv-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "docconv-mcp": {
      "args": [
        "docconv-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.docconv-mcp]
command = "uvx"
args = ["docconv-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "docconv-mcp": {
      "args": [
        "docconv-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "docconv-mcp": {
      "args": [
        "docconv-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: DOC_CONV_AGENT_PK (Private key of the agent's Base wallet (holds USDC). Signs x402 (EIP-3009) payments. Secret — never commit or share.), DOC_CONV_BASE_URL (Base URL of the Doc_Conv service. Defaults to the hosted service.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Doc_Conv — Document to Markdown

same job, measured the same way
Convertisseur Ia
by walmes1

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

32 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
I
Docforge
by steviepinero

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

5 tools answering
Convertica
by convertica

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

46 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
Packforai MCP
by zymsj8j9z9-ship-it

Convert PDF, DOCX, XLSX, CSV, JSON into clean, AI-ready Markdown via the PackForAI API.

31 installs/wk local only
Promptready MCP
by hydrojwh

Convert PDF/CSV to Markdown with AI-powered OCR via the PromptReady cloud API.

983 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

Doc_Conv — Document to Markdown — questions

Answers built from our own checks of this server.

Why is there no uptime for Doc_Conv — Document to Markdown?
Doc_Conv — Document to Markdown 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 docconv-mcp was installed 77 times last week.
How do I connect Doc_Conv — Document to Markdown?
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 docconv-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Doc_Conv — Document to Markdown?
The pypi package docconv-mcp was installed 77 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 Doc_Conv — Document to Markdown open source?
Yes — it is published under the MIT licence, written in Python and 0 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.