Back to search
30
MCP

io.github.sidney/web-to-markdown-mcp

io.github.sidney/web-to-markdown-mcp

MCP server fetches URL through a real Chromium browser, returns main content as clean Markdown

Uptime
0.0%
3 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

@j0hanz/fetch-url-mcp
An MCP server that fetches web pages and converts them to clean, readable Markdown.
0 tools
Fetch URL MCP Server
An MCP server that fetches web pages and converts them to clean, readable Markdown.
0 tools
io.github.ryudi84/markdown
MCP server for markdown: tables, TOC, HTML conversion, formatting.
0 tools
markfetch
MCP server: fetch a URL, return clean markdown. Built for AI agents.
0 tools
io.github.kylinmountain/web-fetch-mcp
MCP server for web content fetching, summarizing, comparing, and extracting information
0 tools
sunshad0w/html2md-mcp
MCP server for converting HTML webpages to clean Markdown format Reduces HTML size by ~90-95%
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.sidney/web-to-markdown-mcp": {
      "url": "None",
      "transport": "http"
    }
  }
}