Skip to content
Cursor

Robot Resources Scraper for Cursor

io.github.robot-resources/scraper

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

client:Cursor transport:stdio runtime:npm

Install Robot Resources Scraper in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "scraper": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@robot-resources/scraper-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Robot Resources Scraper in other clients