Skip to content
VS Code

vedurstofa mcp for VS Code

io.github.sandsower/vedurstofa-mcp

MCP server for Icelandic weather, forecasts, warnings, and earthquakes from vedur.is.

client:VS Code transport:stdio runtime:npm

Install vedurstofa mcp in VS Code

.vscode/mcp.json

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

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

vedurstofa mcp in other clients