> ## 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 Claude Code

> Add web scraping and search to Claude Code in 2 minutes

Add web scraping and search capabilities to Claude Code 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 Evocrawl MCP Server

**Option A: Remote hosted URL (recommended)**

```bash theme={null}
claude mcp add evocrawl --url https://mcp.evocrawl.dev/your-api-key/v2/mcp
```

**Option B: Local (npx)**

```bash theme={null}
claude mcp add evocrawl -e EVOCRAWL_API_KEY=your-api-key -- npx -y evocrawl-mcp
```

Replace `your-api-key` with your actual EvoCrawl API key.

Done! You can now search and scrape the web from Claude Code.

## Quick Demo

Try these in Claude Code:

**Search the web:**

```
Search for the latest Next.js 15 features
```

**Scrape a page:**

```
Scrape evocrawl.dev and tell me what it does
```

**Get documentation:**

```
Find and scrape the Stripe API docs for payment intents
```

Claude will automatically use Evocrawl's search and scrape tools to get the information.
