DocumentationDeveloper ToolsScrapeless MCPCline

Cline

Connect Scrapeless MCP to Cline, the autonomous coding agent for VS Code. You’ll need your Scrapeless API token.

Setup

  1. Open the Cline panel in VS Code and click the MCP Servers icon.
  2. Choose Configure MCP Servers to open cline_mcp_settings.json.
  3. Add the Scrapeless server:
{
  "mcpServers": {
    "Scrapeless MCP Server": {
      "command": "npx",
      "args": ["-y", "scrapeless-mcp-server"],
      "env": {
        "SCRAPELESS_KEY": "YOUR_SCRAPELESS_KEY"
      }
    }
  }
}
  1. Save the file. Cline reloads the server and shows its tools as available.
  2. 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.