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
{
"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