Back to Home
jae-jae icon

fetcher-mcp

Verified Safe

by jae-jae

Overview

Fetch web page content using a Playwright headless browser, capable of handling dynamic JavaScript, intelligent content extraction, and parallel URL processing.

Installation

Run Command
npx -y fetcher-mcp

Environment Variables

  • NODE_ENV

Security Notes

The server implements strong URL protocol validation (`http:` and `https:` only) to prevent Server-Side Request Forgery (SSRF) attacks. Execution of `playwright install` is via `child_process.spawn` with controlled arguments, mitigating command injection risks. The core functionality involves browsing arbitrary external URLs, which inherently carries a risk of encountering malicious web content (e.g., browser exploits), but Playwright operates in a sandboxed environment to mitigate this.

Similar Servers

Stats

Interest Score99
Security Score9
Cost ClassHigh
Avg Tokens50000
Stars923
Forks77
Last Update2025-11-24

Tags

web scrapingcontent extractionPlaywrightheadless browserMCP