Windsurf
Connect Scrapeless MCP to Windsurf and its Cascade agent. You’ll need your Scrapeless API token.
Setup
- Open Windsurf and go to
Settings→Cascade→MCP Servers, then click Add Server → Add custom server (this opens~/.codeium/windsurf/mcp_config.json). - Add the Scrapeless server:
{
"mcpServers": {
"Scrapeless MCP Server": {
"command": "npx",
"args": ["-y", "scrapeless-mcp-server"],
"env": {
"SCRAPELESS_KEY": "YOUR_SCRAPELESS_KEY"
}
}
}
}- Save, then click Refresh in the MCP Servers panel.
- 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.