CrawlEyes MCP Server for Zed
io.github.waiky-github/crawleyes
Web scraping & search for AI agents: extract, SearXNG search, rerank, robots compliance. No API key.
client:Zed
transport:stdio
runtime:pypi
Install CrawlEyes MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"crawleyes": {
"command": "uvx",
"args": [
"crawleyes"
],
"env": {
"SEARXNG_URL": "<SEARXNG_URL>",
"TAVILY_API_KEY": "<TAVILY_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs