loading…
Search for a command to run...
loading…
An MCP server that provides current weather conditions and hourly forecasts for locations across Norway using the MET Norway Locationforecast 2.0 API. It featur
An MCP server that provides current weather conditions and hourly forecasts for locations across Norway using the MET Norway Locationforecast 2.0 API. It features coordinate support, geocoding for any Norwegian location, and built-in configurations for major cities.
MCP server for Norwegian weather data using MET Norway Locationforecast 2.0 (the API behind yr.no).
{
"mcpServers": {
"norwegian-weather": {
"command": "node",
"args": ["/path/to/mcp-norwegian-weather/src/index.js"]
}
}
}
MET Norway Locationforecast 2.0 — free, requires User-Agent identification (included). Powers yr.no, one of the world's most accurate weather services.
This is one of several Nordic MCP servers. See mcp-nordic for the unified meta-server.
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"mcp-norwegian-weather": {
"command": "npx",
"args": []
}
}
}