mcpbeat Sign in

Markdown Formatter MCP Server

local only

Markdown Formatter runs on your own machine — the client starts it, so there is no endpoint to ping. 59 installs a week from npm. Last commit 20 Apr 2026.

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

Installs per day peak 25 · avg 10 · +143% w/w
a month agotoday
59
Installs / week
npm · @xjtlumedia/markdown-mcp-server
2
Stars
0 open issues
20 Apr 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

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

Package points at a different repository xjtlumedia/mcp_markdown_formatter
пакет @xjtlumedia/markdown-mcp-server ссылается на xjtlumedia/ai_answer_copier

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

Alternatives to Markdown Formatter

same job, measured the same way
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
I
Handiworks
by lukehal

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

3 tools answering
I
MCP Data Converter
by igormilovanovic

Convert between 200+ format pairs: JSON, CSV, XML, YAML, PDF, Excel, DOCX and more.

answering
Refigure
by helgdemidov

Convert DOCX/XLSX to Markdown — native chart-data extraction, optional VLM for figures

296 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
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
Docbot MCP
by rflukerii-dev

Bidirectional CSV <> JSON <> Markdown transformer

37 installs/wk local only

Markdown Formatter — questions

Answers built from our own checks of this server.

Why is there no uptime for Markdown Formatter?
Markdown Formatter 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 @xjtlumedia/markdown-mcp-server was installed 59 times last week.
How do I connect Markdown Formatter?
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 @xjtlumedia/markdown-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Markdown Formatter?
The npm package @xjtlumedia/markdown-mcp-server was installed 59 times in the last week. Week over week that is +143%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Markdown Formatter open source?
Yes — it is published under the MIT licence, written in TypeScript and 2 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.