openwebninja mcp for Zed
io.github.openweb-ninja/openwebninja-mcp
Official MCP server for OpenWeb Ninja APIs - 40+ real-time web data and SERP APIs as MCP tools
client:Zed
transport:stdio
runtime:npm
Install openwebninja mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"openwebninja-mcp": {
"command": "npx",
"args": [
"-y",
"@openwebninja/mcp-server"
],
"env": {
"OPENWEBNINJA_API_KEY": "<OPENWEBNINJA_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs