Skip to content(if available)orjump to list(if available)

Fetch-MCP: Playwright-Based MCP Server with Batch URL Fetching Support

Sulfide6416

Fetch-MCP is a MCP server built on Playwright, designed for efficient web page content fetching. It excels at retrieving content from both static and dynamic websites, leveraging Playwright's powerful headless browser capabilities. Key features include `fetch_url` for single page retrieval and `fetch_urls` for high-performance batch fetching of multiple URLs in parallel. Fetch-MCP intelligently extracts main content, supports Markdown conversion, and is easily configurable, making it an ideal tool for developers needing robust and scalable web scraping capabilities.

andrethegiant

Check out https://pure.md for a REST API version of this

wejick

Is there any example how an agent can interact with MCP? I imagine it will replace / complement Tools interface.

tuananh

it can be either stdio or SSE.

chazeon

What's MCP?

DogRunner

A simple explanation can be seen here: https://www.youtube.com/watch?v=7j_NE6Pjv-E

pizza

Model Context Protocol

dSebastien

I shared some notes about it here. Well worth exploring right now: https://notes.dsebastien.net/30+Areas/33+Permanent+notes/33....

hi_hi

Thanks for this. I'm not familiar with MCP, but having (briefly) read your link it appears to enable a use case I've been expecting where a chat window could replace the entire website experience (probably better suited to larger enterprise style websites) to provide tailored information for a company/product.

Would you know if it's possible to use this approach to constrain an LLM to only a specific context of information (For example, on the Microsoft site, any question related to CRMs would answer with information about Dynamics but never Salesforce)?