← Index

Evocrawl MCP Server

io.github.superaihuman/evocrawl-mcp·v4.0.1·Web Scraping
Quality Score
90
/100

MCP server for Evocrawl — search, scrape, and interact with the web.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "evocrawl-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@evocrawl/evocrawl-mcp"
      ],
      "env": {
        "EVOCRAWL_API_KEY": "<your-evocrawl_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "evocrawl-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@evocrawl/evocrawl-mcp"
      ],
      "env": {
        "EVOCRAWL_API_KEY": "<your-evocrawl_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @evocrawl/evocrawl-mcp
§02  Environment variables
EVOCRAWL_API_KEY
secret

Your API key for Evocrawl

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in Web Scraping