Vedurstofa MCP

MCP server for Icelandic weather, forecasts, warnings, and earthquakes. Data comes from the Icelandic Meteorological Office (Veðurstofa Íslands, vedur.is). Works with Claude Desktop, Claude Code, and any other MCP client. It runs locally over stdio via the published package.

People connecting maps & location tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-04-16 · ★ 5 · #39 OF 56 MAINTAINED MAPS & LOCATION · VERIFIED 2026-08-25

NOASSERTION · TypeScript servers · how we verify → /methodology

01 · Install Vedurstofa MCP

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add sandsower-vedurstofa-mcp -- npx -y vedurstofa-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "sandsower-vedurstofa-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "vedurstofa-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package vedurstofa-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.sandsower is GitHub-verified and matches the repo owner

03 · What Vedurstofa MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Limitations (from the README)

- Forecast scraping is fragile. Per-station forecasts are extracted from inline JavaScript on vedur.is pages. When the HTML changes, the scraper falls back to the national text forecast and marks the response degraded: true. File an issue when you see it. - Forecast station coverage is limited to ~13 major named stations. Others share a regional page or have no scrapeable forecast. - Units are metric: °C, m/s, hPa, m

Latest releases

v1.0.1 · 2026-04-16

Fix TLS verification failure against vedur.is. · Their server omits the intermediate certificate (GlobalSign GCC R6 AlphaSSL CA 2025). Node.js rejects the connection, unlike browsers which cache intermediates. This…

04 · Who maintains Vedurstofa MCP

vedurstofa-mcp is maintained by sandsower. We track 2 MCP servers from sandsower - 2 actively maintained, 20 combined GitHub stars, oldest repo from Apr 2026. Full record: all servers from sandsower.

  1. kronan-mcp MCP server for the Krónan grocery store API (Iceland) ★ 15

05 · Facts

category
maps & location - ranked #39 of 56 actively-maintained maps & location servers as of 2026-08-25.
registry
io.github.sandsower/vedurstofa-mcp (active, first published 2026-04-15)
packages
npm:vedurstofa-mcp

06 · Vedurstofa MCP FAQ

What is Vedurstofa MCP?

MCP server for Icelandic weather, forecasts, warnings, and earthquakes. Data comes from the Icelandic Meteorological Office (Veðurstofa Íslands, vedur.is). Works with Claude Desktop, Claude Code, and any other MCP client. It runs locally over stdio via the published package.

Is Vedurstofa MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-04-16. We re-verify nightly.

How do I install Vedurstofa MCP?

Run `npx -y vedurstofa-mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Vedurstofa MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Vedurstofa MCP

More maps & location MCP servers · AI Readiness Kit · FreightUtils MCP Server · Spec Left · Open Eagle Eye · Dadata MCP

More TypeScript MCP servers · Fiori MCP Server · Sapiom MCP Server · Mobile Device MCP · Appstore Connect · JobScout MCP · see all