Skip to content
Cursor

Evocrawl MCP Server for Cursor

io.github.superaihuman/evocrawl-mcp

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

client:Cursor transport:stdio runtime:npm

Install Evocrawl MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "evocrawl-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@evocrawl/evocrawl-mcp"
      ],
      "env": {
        "EVOCRAWL_API_KEY": "<EVOCRAWL_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Evocrawl MCP Server in other clients