Overview
Features
Fetch and convert web pages
Automatically fetch HTML from a URL and convert it to Markdown while preserving content structure.
HTML to Markdown conversion using Turndown.js
Transforms HTML into clean, readable Markdown while preserving headers, links, code blocks, and lists.
Preserve formatting
Keeps headers, links, code blocks, lists, and tables intact in the Markdown output.
Content cleaning
Removes scripts, styles, and other non-content elements for readability.
Metadata extraction
Auto-extracts page titles and metadata to provide contextual references.
Large page handling and truncation
Supports maxLength to limit returned content and truncates long outputs with a message.
File saving for large outputs
saveToFile option saves the full Markdown to disk and returns a summary.
MCP protocol compatibility and integrations
Operates over stdio transport and integrates with Claude, Cursor, Codex, and local development workflows.
Who Is This For?
- Developers:Integrate HTML-to-Markdown conversion into automation workflows, tooling, and content processing pipelines.
- Content Creators:Convert web content to Markdown for documentation, knowledge bases, or blog notes.
- AI Assistants:Support Claude, Cursor, and Codex by fetching and formatting web content as Markdown.




