Skip to content
Cursor

scrapio mcp for Cursor

io.github.xsronhou/scrapio-mcp

Fetch, crawl, and search the web: Google, Amazon, Walmart, Booking.com, Agoda, and YouTube data.

client:Cursor transport:stdio runtime:npm

Install scrapio mcp in Cursor

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

{
  "mcpServers": {
    "scrapio-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@scrapio/mcp"
      ]
    }
  }
}

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

scrapio mcp in other clients