Cline
Connect Scrapeless MCP to Cline, the autonomous coding agent for VS Code. You’ll need your Scrapeless API token.
Setup
- Open the Cline panel in VS Code and click the MCP Servers icon.
- Choose Configure MCP Servers to open
cline_mcp_settings.json. - Add the Scrapeless server:
{
"mcpServers": {
"Scrapeless MCP Server": {
"command": "npx",
"args": ["-y", "scrapeless-mcp-server"],
"env": {
"SCRAPELESS_KEY": "YOUR_SCRAPELESS_KEY"
}
}
}
}- Save the file. Cline reloads the server and shows its tools as available.
- Ask Cline to perform web tasks — searching, scraping, crawling, or browser automation — and it will invoke Scrapeless as needed.
To connect over the hosted endpoint instead, use the Streamable HTTP config from Authentication and Transports.