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

This MCP server fetches a URL and returns the pageโ€™s main content as clean Markdown. It uses plain HTTP when possible and falls back to a real Chromium browser when needed, aiming to extract readable article content rather than raw HTML.

๐Ÿ› ๏ธ Key Features

  • Fetches a URL via plain HTTP when possible
  • Uses real Chromium when needed
  • Returns main content as clean Markdown

๐Ÿš€ Use Cases

  • Converting web pages into Markdown for reading or further processing
  • Handling sites where plain HTTP is insufficient

โšก Developer Benefits

  • Cleaner output than raw HTML or noisy snapshots
  • Reduced token load when the goal is article-style text

โš ๏ธ Limitations

  • Relies on HTTP/Chromium behavior to successfully retrieve content
  • Three-tier strategy is described but not detailed in the provided excerpt

Related servers

More in Search & Web