vedurstofa mcp for Cursor
io.github.sandsower/vedurstofa-mcp
MCP server for Icelandic weather, forecasts, warnings, and earthquakes from vedur.is.
client:Cursor
transport:stdio
runtime:npm
Install vedurstofa mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"vedurstofa-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"vedurstofa-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs