> ## Documentation Index
> Fetch the complete documentation index at: https://docs.evocrawl.com/llms.txt
> Use this file to discover all available pages before exploring further.

# MCP Web Search & Scrape in Windsurf

> Add web scraping and search to Windsurf in 2 minutes

Add web scraping and search capabilities to Windsurf with Evocrawl MCP.

## Quick Setup

### 1. Get Your API Key

Sign up at [evocrawl.dev/app](https://evocrawl.com/app) and copy your API key.

### 2. Add to Windsurf

Add this to your `./codeium/windsurf/model_config.json`:

```json theme={null}
{
  "mcpServers": {
    "evocrawl": {
      "command": "npx",
      "args": ["-y", "evocrawl-mcp"],
      "env": {
        "EVOCRAWL_API_KEY": "YOUR_API_KEY"
      }
    }
  }
}
```

Replace `YOUR_API_KEY` with your actual EvoCrawl API key.

### 3. Restart Windsurf

Done! Windsurf can now search and scrape the web.

## Quick Demo

Try these in Windsurf:

**Search:**

```
Search for the latest Tailwind CSS features
```

**Scrape:**

```
Scrape evocrawl.dev and explain what it does
```

**Get docs:**

```
Find and scrape the Supabase authentication documentation
```

Windsurf's AI agents will automatically use Evocrawl tools.
