MCP Server
io.github.sandsower/vedurstofa-mcp MCP Server
io.github.sandsower/vedurstofa-mcp
What is the io.github.sandsower/vedurstofa-mcp MCP server?
MCP server for Icelandic weather, forecasts, warnings, and earthquakes from vedur.is.
How to install io.github.sandsower/vedurstofa-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"vedurstofa-mcp": {
"command": "npx",
"args": [
"-y",
"vedurstofa-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"vedurstofa-mcp": {
"command": "npx",
"args": [
"-y",
"vedurstofa-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"vedurstofa-mcp": {
"command": "npx",
"args": [
"-y",
"vedurstofa-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"vedurstofa-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"vedurstofa-mcp"
]
}
}
}Claude Code
claude mcp add vedurstofa-mcp -- npx -y vedurstofa-mcpRelated MCP servers
MCP server for the Krónan grocery store API (Iceland)
View repository →