Skip to content
Cursor

web scraping mcp server for Cursor

com.thenextgennexus/web-scraping-mcp-server

Generic URL crawl + HTML extraction — fallback for sites without dedicated MCPs.

client:Cursor transport:streamable-http tools:3

Install web scraping mcp server in Cursor

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

{
  "mcpServers": {
    "web-scraping-mcp-server": {
      "url": "https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/web-scraping-mcp-server/mcp"
    }
  }
}

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

What Cursor can do once it is connected

web scraping mcp server in other clients