Skip to content
Zed

ABN Lookup MCP by UnClick for Zed

io.github.malamutemayhem/abn

Australian Business Number lookup and business name search. By UnClick.

client:Zed transport:stdio runtime:npm

Install ABN Lookup MCP by UnClick in Zed

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

{
  "context_servers": {
    "abn": {
      "command": "npx",
      "args": [
        "-y",
        "@unclick/abn-mcp"
      ]
    }
  }
}

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

ABN Lookup MCP by UnClick in other clients