Scraper
Freeby MCP Community
MCP server for web scraping — extract clean markdown, links, and metadata from any URL. Zero auth. Free alternative to Firecrawl.
v1.0.1Added Apr 12, 2026
mcpmcp-servermodel-context-protocolweb-scrapingscraper
Scraper MCP Server
MCP server for web scraping — extract clean markdown, links, and metadata from any URL. Zero auth. Free alternative to Firecrawl.
Installation
npx -y mcp-server-scraper
Reviews
Installation
Quick install
npx -y mcp-server-scraper
Add to claude_desktop_config.json
{
"mcpServers": {
"scraper": {
"command": "npx",
"args": ["-y", "mcp-server-scraper"]
}
}
}