Australia Post MCP by UnClick for Zed
io.github.malamutemayhem/australiapost
Australia Post parcel tracking, postcode lookup, and delivery times. By UnClick.
client:Zed
transport:stdio
runtime:npm
Install Australia Post MCP by UnClick in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"australiapost": {
"command": "npx",
"args": [
"-y",
"@unclick/australiapost-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs