Skip to content
Zed

mac lookup mcp for Zed

io.github.mrfentmen/mac-lookup-mcp

Look up the vendor of a MAC address from the MAC Vendors database. No key required.

client:Zed transport:stdio runtime:npm

Install mac lookup mcp in Zed

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

{
  "context_servers": {
    "mac-lookup-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mac-lookup-mcp"
      ]
    }
  }
}

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

mac lookup mcp in other clients