Skip to content

Windsurf

Connect Windsurf IDE to the CoreClaw MCP Server so your AI coding assistant can discover CoreClaw workers, run them, monitor runs, and retrieve results directly within your editor.

Windsurf supports MCP via Streamable HTTP transport. Configure it in 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: YOUR_CORECLAW_API_KEY

Replace YOUR_CORECLAW_API_KEY 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: “Find Amazon workers on CoreClaw.”
  3. Windsurf should call list_store_workers and return matching workers.

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

Windsurf: I’ll find a Google Maps worker, inspect its input schema, and run it for you. [Calls list_store_workers -> get_worker_input_schema -> run_worker -> get_worker_run -> list_worker_run_results]

  • Restart Windsurf after MCP config changes.
  • Ensure the MCP server URL is exactly https://mcp.coreclaw.com/mcp.
  • 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.