Agentโ™ฅ๏ธŽAge
Catalog

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

Official

by sidney ยท Python

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

The MCP server fetches a URL through a real Chromium browser and returns the main content as clean Markdown. It prefers plain HTTP when possible and falls back to a real browser when needed, delivering readable, concise content suitable for inclusion in catalogs and developer tooling.

๐Ÿ› ๏ธ Key Features

  • Fetches URL content using a real Chromium browser when necessary
  • Returns main content formatted as clean Markdown
  • Three-tier fetch strategy to balance compatibility and safety
  • Uses plain HTTP when feasible to minimize overhead

๐Ÿš€ Use Cases

  • Convert web articles to Markdown for documentation or knowledge bases
  • Retrieve readable article content for offline catalogs
  • Integrate with MCP-based pipelines requiring Markdown output

โšก Developer Benefits

  • Clear, Markdown-friendly output for downstream tooling
  • Handles JS-heavy pages that block simple fetchers
  • Lightweight, readable excerpt suitable for README-style displays

โš ๏ธ Limitations

  • Depends on Chromium for dynamic pages; may incur higher resource usage
  • Main-content extraction quality may vary with page structure
  • Falls back to HTTP where possible, which may omit some dynamic content

Related servers

More in Search & Web
io.github.sidney/web-to-markdown-mcp - agentage MCP Catalog