
Scraper MCP
by jessaminesimple608
Optimized web scraping server that reduces token usage by 70-90% via CSS filtering and markdown conversion.
What it does
Scraper MCP is a specialized server designed to streamline web data extraction for LLMs. It optimizes content by filtering out noise (using CSS selectors) and converting HTML to clean markdown, drastically reducing the token overhead required for AI processing.
Tools
scrape_url: Extracts cleaned content from a specified URL.filtered_scrape: Scrapes a page while applying CSS filters to isolate specific content areas.convert_to_markdown: Transforms raw web content into AI-friendly markdown format.
Installation
Download the release package and configure your MCP client. For Claude Desktop, use the provided executable path in your config:
{
"mcpServers": {
"scraper-mcp": {
"command": "path/to/scraper-mcp-executable",
"args": []
}
}
}
Supported hosts
- Claude Desktop
Quick install
Download from GitHub Releases and add to MCP configInformation
- Pricing
- free
- Published
- 5/15/2026
- stars






