Skip to content
VS Code

weather for VS Code

io.github.byrness/weather

An MCP server for weather information.

client:VS Code transport:stdio runtime:npm

Install weather in VS Code

.vscode/mcp.json

{
  "servers": {
    "weather": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@byrness/mcp-weather-server"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

weather in other clients