Fetches and extracts web content using Playwright's headless browser capabilities, delivering clean, readable content from JavaScript-heavy websites in HTML or Markdown format. Operates as an MCP server.
Loading more......
Fetches and transforms web content into various formats as an MCP server, enabling structured access to web data.
An MCP server providing LLMs with advanced web crawling, scraping, and search capabilities, enabling complex web research and data extraction tasks. Includes implementations by @vrknetha and @mendableai.
Integrates Playwright with MCP to enable automated web interactions, scraping, and testing across browsers.
A simple MCP server delivering curated positive and uplifting news stories, exemplifying MCP Server use cases for specialized content delivery.
An MCP server enabling users to search for government grants based on keywords and view detailed information such as funding, eligibility, and deadlines. Highly relevant as an example of a specialized MCP server.
Jina Reader transforms web content into clean Markdown format for both AI models and humans, acting as an MCP server for improved readability and integration.
Fetcher MCP is an MCP server for fetching and extracting web page content using Playwright's headless browser capabilities. It is designed to extract clean, readable content from JavaScript-heavy or dynamic websites and output it in HTML or Markdown format.
fetch_urls tool allows concurrent fetching of multiple URLs for efficient batch operations.url or urls: URL(s) to fetchtimeout: Page loading timeout (default 30s)waitUntil: Navigation completion trigger (options: 'load', 'domcontentloaded', etc.)extractContent: Whether to extract main content (default true)maxLength: Maximum length of returned contentreturnHtml: Return HTML instead of Markdown (default false)waitForNavigation: Wait for additional navigation (for anti-bot, CAPTCHAs)navigationTimeout: Additional navigation timeout (default 10s)disableMedia: Disable loading of media resources (default true)debug: Enable debug mode to show browser windowfetch_urls supports parallel fetching of multiple URLs with combined results.npx -y fetcher-mcp.--debug flag.