Catalog
io.github.superaihuman/evocrawl-mcp
OfficialEvocrawl MCP Server
MCP server for Evocrawl — search, scrape, and interact with the web.
Searches, scrapes, and interacts with web pages.
README not available yet.
Install
Configuration
Environment variables
EVOCRAWL_API_KEYsecretYour API key for Evocrawl
claude_desktop_config.json
{
"mcpServers": {
"evocrawl-mcp": {
"command": "npx",
"args": [
"-y",
"@evocrawl/evocrawl-mcp@4.0.1"
],
"env": {
"EVOCRAWL_API_KEY": "<YOUR_EVOCRAWL_API_KEY>"
}
}
}
}