levz0r/html-to-markdown-mcp

23 stars · Last commit 2026-03-29

MCP server for converting HTML to Markdown using Turndown.js. Fetch web pages and convert them to clean, formatted Markdown.

README preview

# HTML to Markdown MCP Server

[![npm version](https://badge.fury.io/js/html-to-markdown-mcp.svg)](https://www.npmjs.com/package/html-to-markdown-mcp)
[![npm downloads](https://img.shields.io/npm/dm/html-to-markdown-mcp.svg)](https://www.npmjs.com/package/html-to-markdown-mcp)

An MCP (Model Context Protocol) server that converts HTML content to Markdown format using Turndown.js.

## Table of Contents

- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
  - [With Claude Code](#with-claude-code)
  - [With Claude Code (Plugin)](#with-claude-code-plugin)
  - [With Claude Desktop](#with-claude-desktop)
  - [With Cursor](#with-cursor)
  - [With Codex](#with-codex)
  - [Using Local Development Version](#using-local-development-version)
  - [Available Tools](#available-tools)
  - [When does it activate?](#when-does-it-activate)

View full repository on GitHub →