fetcher-mcp
Verified Safeby 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
npx -y fetcher-mcpEnvironment 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
playwright-mcp
A Model Context Protocol (MCP) server enabling LLMs to automate browser interactions through structured accessibility snapshots, bypassing traditional vision models.
qa-use
Provides browser automation and QA testing capabilities for AI agents, including automated tests, session monitoring, and batch execution.
fetcher-mcp
Fetches web page content using Playwright headless browser for AI-powered content retrieval.
playwright-mcp-server
Provides a minimal yet robust server for AI agents to automate web browser interactions including navigation, DOM manipulation, and network monitoring, with an emphasis on token-aware outputs.