Skip to content
Zed

Native DevTools for Zed

io.github.sh3ll3x3c/native-devtools

MCP server for desktop, browser (CDP), and Android automation. Screenshot, OCR, click, type.

client:Zed transport:stdio runtime:npm

Install Native DevTools in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "native-devtools": {
      "command": "npx",
      "args": [
        "-y",
        "native-devtools-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Native DevTools in other clients