Anakin for Zed
io.anakin/mcp
Web data for AI agents: scrape, crawl, search, deep research, site monitoring, browser automation
client:Zed
transport:stdio
runtime:npm
Install Anakin in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@anakin-io/mcp"
],
"env": {
"ANAKIN_API_KEY": "<ANAKIN_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs