Loading...
npx -y fetcher-mcp{
"mcpServers": {
"fetcher": {
"command": "npx",
"args": ["-y", "fetcher-mcp"]
}
}
}fetch_urlRetrieves web page content from a specified URL using Playwright.
Executes JavaScript and fetches content from arbitrary URLs.
fetch_urlsBatch retrieves web page content from multiple URLs in parallel.
Parallel fetching increases the risk of resource exhaustion and potential abuse.
browser_installInstalls the Playwright Chromium browser binary automatically.
Installs binaries, potentially introducing malicious software if the source is compromised.
Fetcher MCP is relatively safe for read operations, but the ability to execute JavaScript from fetched web pages introduces potential risks. It's crucial to sanitize inputs and monitor resource usage to mitigate potential security vulnerabilities. Running it in a sandboxed environment is recommended.