jsfetch

Joyce0615/jsfetch
★ 1 stars Python 🌐 Browser/Web Updated 7d ago
Fetch and render JavaScript-heavy web pages using a headless browser. CLI + MCP server + Claude Code skill.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "jsfetch": {
      "command": "uvx",
      "args": [
        "jsfetch"
      ]
    }
  }
}

Or install with pip: pip install jsfetch

README Excerpt

Fetch and render JavaScript-heavy web pages from the command line. Returns the actual rendered content instead of the empty loading shell you get from a plain HTTP request. Uses a headless Chromium browser via [Playwright](https://playwright.dev/python/) to fully execute JavaScript, then extracts the rendered text or HTML.

Tools (8)

networkidleoutput_formatselectortexttimeout_msurlwait_after_mswait_until