Skip to content
Cline

web scraper for Cline

io.github.ryudi84/web-scraper

MCP server for web scraping: URLs, links, metadata, CSS extraction.

client:Cline transport:stdio runtime:npm

Install web scraper in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "web-scraper": {
      "command": "npx",
      "args": [
        "-y",
        "sovereign-web-scraper-mcp"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

web scraper in other clients