Skip to content

Windsurf

Connect Windsurf IDE to the CoreClaw MCP Server so your AI coding assistant can search for scrapers, run them, and retrieve data directly within your editor.

Windsurf supports MCP via Streamable HTTP transport. You can configure it via the MCP settings panel.

  1. Open Windsurf
  2. Go to Settings → MCP
  3. Click Add MCP Server

Step 2: Add the CoreClaw MCP configuration

Section titled “Step 2: Add the CoreClaw MCP configuration”

Fill in the form:

  • Name: coreclaw
  • Transport: HTTP
  • URL: https://mcp.coreclaw.com/mcp
  • Headers:
    • api-key: scraper_api_YOUR_KEY_HERE

Replace scraper_api_YOUR_KEY_HERE with your actual CoreClaw API key.

  1. Click Save
  2. Restart Windsurf for the changes to take effect
  1. Open Windsurf and start a new Cascade chat
  2. Ask: “Search for Amazon scrapers on CoreClaw”
  3. Windsurf should invoke search_scrapers and return results

Once connected, you can ask Windsurf to perform scraping tasks:

You: Find a Google Maps scraper and extract restaurant data near Times Square, New York.

Windsurf: I’ll search for a Google Maps scraper and run it for you. [Calls search_scrapersget_scraper_detailsrun_scraper → polls status → returns results]

  • Restart Windsurf — MCP changes require a restart
  • Ensure the MCP server URL is correct
  • Check that the api-key header is set
  • Ensure the api-key header value matches your CoreClaw API key exactly
  • Verify your key is active in the Console