Skip to content
Zed

Scrapling MCP Server for Zed

io.github.d4vinci/scrapling

Web scraping with stealth HTTP, real browsers, and Cloudflare bypass. CSS selectors supported.

client:Zed transport:stdio runtime:pypi

Install Scrapling MCP Server in Zed

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

{
  "context_servers": {
    "scrapling": {
      "command": "uvx",
      "args": [
        "scrapling"
      ]
    }
  }
}

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

Scrapling MCP Server in other clients