
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@mukundakatta/html-to-markdown-mcp
Advanced tools
MCP server for HTML → Markdown conversion. For web-scraping and read-the-page agents that want clean text.
MCP server for HTML → Markdown conversion. For web-scraping and read-the-page agents.
html_to_md(html, ...options) — Turndown-based conversion with sane defaults (ATX headings, fenced code, inline links). Strips scripts/styles by default.extract_text(html) — strip everything, return whitespace-normalized text. Faster than html_to_md when you only need text content.Web-scraping agents constantly need clean Markdown from HTML. LLMs do this inline but inconsistently across turns (different heading styles, different list markers, sometimes leaving raw HTML tags in). A deterministic converter avoids the variance.
This is intentionally not a full content-extraction pipeline (no Readability-style "main content" detection — use that in a separate step if needed).
{
"mcpServers": {
"html-to-markdown": { "command": "npx", "args": ["-y", "@mukundakatta/html-to-markdown-mcp"] }
}
}
Same shape for Cursor / Cline / Windsurf / Zed.
MIT OR Apache-2.0.
FAQs
MCP server for HTML → Markdown conversion. For web-scraping and read-the-page agents that want clean text.
We found that @mukundakatta/html-to-markdown-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.