OpenAQ Air Quality MCP by UnClick for Zed
io.github.malamutemayhem/openaq
Global air quality measurements by location and country from OpenAQ. No API key. By UnClick.
client:Zed
transport:stdio
runtime:npm
Install OpenAQ Air Quality MCP by UnClick in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"openaq": {
"command": "npx",
"args": [
"-y",
"@unclick/openaq-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs