Skip to content
Zed

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

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

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

openwebninja mcp in other clients