MCP Server for Web Page Content Fetching with Playwright
2025-03-20
This project offers an MCP server that uses the Playwright headless browser to fetch web page content. It supports single and batch URL fetching, intelligently extracts main content and converts it to Markdown. Users can run it directly with `npx`, and configure parameters such as timeout, wait strategy, content extraction, maximum length, and whether to return HTML or Markdown. Instructions for configuring the server in Claude Desktop, installing Playwright browsers, and debugging are also provided.
Development
MCP Server