From a79a65a7c019d43dedfbfbb6c3bba95f41456be4 Mon Sep 17 00:00:00 2001 From: Lev Gelfenbuim Date: Thu, 9 Oct 2025 15:01:13 +0300 Subject: [PATCH] Add HTML to Markdown MCP server Adds html-to-markdown-mcp server that converts web pages to clean Markdown format. Features: - Fetches and converts HTML from URLs - Converts raw HTML to Markdown - Handles large pages with automatic file saving - Bypasses token limits with saveToFile parameter - Comprehensive test suite with 13 tests - Available on npm: html-to-markdown-mcp --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2e5dbcf3b..19e08deed 100644 --- a/README.md +++ b/README.md @@ -807,6 +807,7 @@ A growing set of community-developed and maintained servers demonstrates various - **[Holaspirit](https://github.com/syucream/holaspirit-mcp-server)** - Interact with [Holaspirit](https://www.holaspirit.com/). - **[Home Assistant](https://github.com/tevonsb/homeassistant-mcp)** - Interact with [Home Assistant](https://www.home-assistant.io/) including viewing and controlling lights, switches, sensors, and all other Home Assistant entities. - **[Home Assistant](https://github.com/voska/hass-mcp)** - Docker-ready MCP server for Home Assistant with entity management, domain summaries, automation support, and guided conversations. Includes pre-built container images for easy installation. +- **[HTML to Markdown](https://github.com/levz0r/html-to-markdown-mcp)** - Fetch web pages and convert HTML to clean, formatted Markdown. Handles large pages with automatic file saving to bypass token limits. - **[HubSpot](https://github.com/buryhuang/mcp-hubspot)** - HubSpot CRM integration for managing contacts and companies. Create and retrieve CRM data directly through Claude chat. - **[HuggingFace Spaces](https://github.com/evalstate/mcp-hfspace)** - Server for using HuggingFace Spaces, supporting Open Source Image, Audio, Text Models and more. Claude Desktop mode for easy integration. - **[Human-In-the-Loop](https://github.com/GongRzhe/Human-In-the-Loop-MCP-Server)** - A powerful MCP Server that enables AI assistants like Claude to interact with humans through intuitive GUI dialogs. This server bridges the gap between automated AI processes and human decision-making by providing real-time user input tools, choices, confirmations, and feedback mechanisms.