fetcher-mcp
694
Fetcher MCP is an MCP server designed for fetching web page content using the Playwright headless browser. It supports handling dynamic web content, intelligent content extraction, and offers flexible output formats like HTML and Markdown. It is optimized for performance, including features like parallel processing and robust error handling.
npx
{ "mcpServers": { "fetcher": { "command": "npx", "args": [ "-y", "fetcher-mcp" ] } } }