Skip to content
Claude Desktop

web scraper for Claude Desktop

io.github.ryudi84/web-scraper

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

client:Claude Desktop transport:stdio runtime:npm

Install web scraper in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

web scraper in other clients