playwright-mcp-fetch

Author:@kevinwatt
View on GitHub

Overview

playwright-mcp-fetch is a Model Context Protocol (MCP) server that uses Playwright to fetch website content and convert it into different formats.

To get started, install it via pip, start the server, and use its endpoints to request content in the desired format.

Its key features include fetching raw HTML, converting content to Markdown, extracting plain text, and parsing JSON directly from websites.

This tool is suitable for web scraping, converting web content to documentation-friendly Markdown, and fetching JSON data from APIs.

playwright-mcp-fetch is written in Python. You can install it by cloning its repository and running pip install -e .. It also supports Docker for containerized deployment.