Skip to content
Zed

waqi mcp for Zed

io.github.mrfentmen/waqi-mcp

Global air quality from WAQI. No key required.

client:Zed transport:stdio runtime:npm

Install waqi mcp in Zed

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

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

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

waqi mcp in other clients