Markdown MCP runs on your own machine — the client starts it, so there is no endpoint to ping.
Convert markdown to HTML and extract headings locally. No network and no key.
The linked repository no longer exists on GitHub — it was deleted or made private.
Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.
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.
claude mcp add markdown-mcp -- npx -y @mrfentmen/markdown-mcp
{
"mcpServers": {
"markdown-mcp": {
"args": [
"-y",
"@mrfentmen/markdown-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.markdown-mcp]
command = "npx"
args = ["-y", "@mrfentmen/markdown-mcp"]
{
"mcpServers": {
"markdown-mcp": {
"args": [
"-y",
"@mrfentmen/markdown-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"markdown-mcp": {
"args": [
"-y",
"@mrfentmen/markdown-mcp"
],
"command": "npx"
}
}
}
Convert HTML to clean markdown locally. No network and no key.
Slugify, convert case, and encode text locally. No network and no key.
Generate PDF documents locally with text, headings, and pages. No network and no key.
Convert PDF, Word, Excel, PowerPoint, EPUB and images to Markdown locally, with no upload.
Convert web pages or HTML to clean Markdown for LLM context. Local, no external API calls.
Convert files, HTML, and Markdown to PDF via the FileToPDF API. Bring your own API key.
Generate Word documents locally with headings, paragraphs, and tables. No network and no key.
Decode and verify JSON Web Tokens locally. No network and no key.
Answers built from our own checks of this server.