Skip to content

mcp weather server for Zed

io.github.mtjandra/mcp-weather-server

An MCP server for weather information.

client:Zed transport:stdio runtime:npm

Install mcp weather server in Zed

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

{
  "context_servers": {
    "mcp-weather-server": {
      "command": "npx",
      "args": [
        "-y",
        "@mtjandra/mcp-weather-server"
      ]
    }
  }
}

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

mcp weather server in other clients