a year ago
developer-toolsThis tool provides a Model Context Protocol (MCP) server for fetching content from websites and converting it to different formats using Playwright.
Overview
what is playwright-mcp-fetch?
playwright-mcp-fetch is a tool that provides a Model Context Protocol (MCP) server for fetching content from websites and converting it into various formats using Playwright.
how to use playwright-mcp-fetch?
To use playwright-mcp-fetch, install it via pip, run the server, and access its endpoints to fetch content in different formats.
key features of playwright-mcp-fetch?
- Fetch raw HTML content from websites.
- Convert fetched content to Markdown format.
- Retrieve plain text content with HTML tags removed.
- Parse and fetch JSON content from websites.
use cases of playwright-mcp-fetch?
- Web scraping for data extraction.
- Converting web content into Markdown for documentation.
- Fetching and processing JSON data from APIs.
FAQ from playwright-mcp-fetch?
- What programming language is playwright-mcp-fetch written in?
Python.
- How do I install playwright-mcp-fetch?
You can install it by cloning the repository and running pip install -e .
- Can I run playwright-mcp-fetch in a Docker container?
Yes! It supports Docker for easy deployment.