HTML To Markdown MCP runs on your own machine — the client starts it, so there is no endpoint to ping.
Convert HTML to clean markdown 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 html-to-markdown-mcp -- npx -y @mrfentmen/html-to-markdown-mcp
{
"mcpServers": {
"html-to-markdown-mcp": {
"args": [
"-y",
"@mrfentmen/html-to-markdown-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.html-to-markdown-mcp]
command = "npx"
args = ["-y", "@mrfentmen/html-to-markdown-mcp"]
{
"mcpServers": {
"html-to-markdown-mcp": {
"args": [
"-y",
"@mrfentmen/html-to-markdown-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"html-to-markdown-mcp": {
"args": [
"-y",
"@mrfentmen/html-to-markdown-mcp"
],
"command": "npx"
}
}
}
Convert markdown to HTML and extract headings locally. No network and no key.
Slugify, convert case, and encode text locally. No network and no key.
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.
Convert PDF, Word, Excel, PowerPoint, EPUB and images to Markdown locally, with no upload.
Decode and verify JSON Web Tokens locally. No network and no key.
Convert timestamps, compute date differences, and format durations locally. No network and no key.
Convert numbers between bases, make roman numerals, and spell out numbers locally. No network...
Answers built from our own checks of this server.