← Index

Robot Resources Scraper

io.github.robot-resources/scraper·v0.1.2·Web Scraping
Quality Score
84
/100

Token compression for web content — 70-80% reduction from HTML to clean markdown

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "scraper": {
      "command": "npx",
      "args": [
        "-y",
        "@robot-resources/scraper-mcp"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "scraper": {
      "command": "npx",
      "args": [
        "-y",
        "@robot-resources/scraper-mcp"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @robot-resources/scraper-mcp
§03  MCP Quality Score  ·  methodology
freshness
24
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Web Scraping