vedurstofa-mcp
Rank #28,354io.github.sandsower/vedurstofa-mcp
MCP server for Icelandic weather, forecasts, warnings, and earthquakes from vedur.is.
vedurstofa-mcp is a Model Context Protocol (MCP) server published by sandsower. It ranks #28,354 of 115,591 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. vedurstofa-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Apr 15, 2026 and most recently updated on Apr 15, 2026.
Ranks ahead of 87,237 of 115,591 servers on MCP Toplist.
Use vedurstofa-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add vedurstofa-mcp -- npx -y vedurstofa-mcp[mcp_servers.vedurstofa-mcp]
command = "npx"
args = ["-y", "vedurstofa-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"vedurstofa-mcp": {
"command": "npx",
"args": [
"-y",
"vedurstofa-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"vedurstofa-mcp": {
"command": "npx",
"args": [
"-y",
"vedurstofa-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"vedurstofa-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"vedurstofa-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"vedurstofa-mcp": {
"command": "npx",
"args": [
"-y",
"vedurstofa-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"vedurstofa-mcp": {
"command": "npx",
"args": [
"-y",
"vedurstofa-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.sandsower%2Fvedurstofa-mcp)<a href="https://mcptoplist.com/server/io.github.sandsower%2Fvedurstofa-mcp"><img src="https://mcptoplist.com/badge/io.github.sandsower%2Fvedurstofa-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
sandsower
Other servers by sandsower
View all sandsower servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Apr 15, 2026 |
Frequently asked questions
- Who maintains vedurstofa-mcp?
- vedurstofa-mcp is maintained by sandsower, which publishes 3 MCP servers (10 total versions) tracked on MCP Toplist.
- Is vedurstofa-mcp listed on the Official MCP Registry?
- Yes — vedurstofa-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does vedurstofa-mcp have?
- MCP Toplist tracks 1 version of vedurstofa-mcp, most recently published on Apr 15, 2026.
- Where can I find the source code for vedurstofa-mcp?
- The source code for vedurstofa-mcp is hosted at github.com/sandsower/vedurstofa-mcp.