Skip to content
Zed

qweather mcp for Zed

io.github.overstarry/qweather-mcp

a qweather mcp server

client:Zed transport:stdio runtime:npm

Install qweather mcp in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "qweather-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "qweather-mcp"
      ],
      "env": {
        "QWEATHER_API_BASE": "<QWEATHER_API_BASE>",
        "QWEATHER_API_KEY": "<QWEATHER_API_KEY>"
      }
    }
  }
}

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

qweather mcp in other clients