DocumentationDeveloper ToolsScrapeless MCPWindsurf

Windsurf

Connect Scrapeless MCP to Windsurf and its Cascade agent. You’ll need your Scrapeless API token.

Setup

  1. Open Windsurf and go to SettingsCascadeMCP Servers, then click Add ServerAdd custom server (this opens ~/.codeium/windsurf/mcp_config.json).
  2. Add the Scrapeless server:
{
  "mcpServers": {
    "Scrapeless MCP Server": {
      "command": "npx",
      "args": ["-y", "scrapeless-mcp-server"],
      "env": {
        "SCRAPELESS_KEY": "YOUR_SCRAPELESS_KEY"
      }
    }
  }
}
  1. Save, then click Refresh in the MCP Servers panel.
  2. Cascade can now search, scrape, crawl, and automate a browser through Scrapeless on request.

To connect over the hosted endpoint instead, use the Streamable HTTP config from Authentication and Transports.