Skip to main content
Add web scraping and search capabilities to Claude Code with Evocrawl MCP.

Quick Setup

1. Get Your API Key

Sign up at evocrawl.com/app and copy your API key.

2. Add Evocrawl MCP Server

Option A: Remote hosted URL (recommended)
claude mcp add firecrawl --url https://mcp.evocrawl.com/your-api-key/v2/mcp
Option B: Local (npx)
claude mcp add firecrawl -e FIRECRAWL_API_KEY=your-api-key -- npx -y firecrawl-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.com 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.