lilfetch-mcp
Verified Safeby jphdevsf
Overview
Scrapes webpages using Playwright and crawl4ai to convert content into clean Markdown, providing context for AI agents.
Installation
npx lilfetchSecurity Notes
The server executes external commands for Python environment setup and dependency installation (pip, playwright install), which introduces reliance on the integrity of those packages and the Python interpreter. The core scraping functionality uses Playwright, launching a headless browser, which isolates web content execution. No direct `eval` or arbitrary code execution from user input is apparent beyond the intended scraping of provided URLs. The uninstall script uses `rm -rf` on a known, dedicated directory.
Similar Servers
playwright-mcp
Provides a Model Context Protocol (MCP) server for LLMs to automate browser interactions using Playwright's accessibility tree, avoiding pixel-based vision models.
tomcp
Converts any website into an MCP (Model-Config-Protocol) server for AI tools and enables AI chat with website content by converting HTML to clean Markdown.
crawl-mcp
A comprehensive Model Context Protocol (MCP) server that wraps the crawl4ai library for advanced web crawling, content extraction, and AI-powered summarization from various sources including web pages, PDFs, Office documents, and YouTube videos.
fetcher-mcp
Fetching and processing web page content (HTML to Markdown) using a headless browser for AI-driven applications.