fetch-rx

YuujInJeong/fetch-rx
★ 0 stars Shell Browser/Web Updated 12d ago
Curated picks + one-command setup for web-fetch/HTML-extraction MCP servers (not original tools — a personal reference)
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "fetch-rx": {
      "command": "npx",
      "args": [
        "-y",
        "YuujInJeong/fetch-rx"
      ]
    }
  }
}

README Excerpt

<h1 align="center">fetch-rx</h1> <p align="center"> <b>Not a tool. A cheat sheet + one-command setup.</b><br> Three MCP servers that already convert web pages / files to clean Markdown well — picked, compared, and wired up so I stop re-deciding this every project. </p> > **This repo contains no original extraction logic.** Everything here was found