node-crawler

GitHub

Web Crawler/Spider for NodeJS + server-side jQuery ;-)

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "node-crawler": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-node-crawler"
      ]
    }
  }
}