Skip to content
VS Code

vweatherstation for VS Code

io.github.vweatherstation/vweatherstation

Settlement-grade market weather + general current/forecast weather for any location, via x402.

client:VS Code transport:stdio runtime:npm

Install vweatherstation in VS Code

.vscode/mcp.json

{
  "servers": {
    "vweatherstation": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "vweatherstation-mcp"
      ]
    }
  }
}

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

vweatherstation in other clients