Skip to content
Zed

Evocrawl MCP Server for Zed

io.github.superaihuman/evocrawl-mcp

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

client:Zed transport:stdio runtime:npm

Install Evocrawl MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

Evocrawl MCP Server in other clients