Overview
what is Fetch MCP?
Fetch MCP is a server designed to fetch web page content using the Playwright headless browser, enabling users to retrieve and process web content efficiently.
how to use Fetch MCP?
To use Fetch MCP, run the command npx -y github:jae-jae/fetch-mcp in your terminal to start the server and configure it as needed in your application.
key features of Fetch MCP?
fetch_url: Retrieve web page content from a specified URL.- Intelligent extraction of main content and conversion to Markdown.
- Customizable parameters for fetching, including timeout and content extraction options.
use cases of Fetch MCP?
- Scraping content from news websites for aggregation.
- Extracting data from e-commerce sites for analysis.
- Converting web articles into Markdown format for documentation.
FAQ from Fetch MCP?
- What is Playwright?
Playwright is a Node.js library to automate the Chromium, WebKit, and Firefox browsers with a single API.
- Can I customize the fetching parameters?
Yes! You can customize parameters like timeout, content extraction, and maximum length of the returned content.
- Is Fetch MCP free to use?
Yes! Fetch MCP is open-source and free to use.