Skip to content
Claude Desktop

web scraping for Claude Desktop

com.superagnt/web-scraping

Web scraping for AI agents: scrape, search, crawl, map any website to markdown + JSON. No browser.

client:Claude Desktop transport:streamable-http

Install web scraping in Claude Desktop

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

{
  "mcpServers": {
    "web-scraping": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.superagnt.com/mcp/web-scraping"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

web scraping in other clients