Skip to content
Zed

scrapio mcp for Zed

io.github.xsronhou/scrapio-mcp

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

client:Zed transport:stdio runtime:npm

Install scrapio mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

scrapio mcp in other clients