- Home
- MCP servers
- Norwegian Weather
Norwegian Weather
- javascript
0
GitHub Stars
javascript
Language
3 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"robobobby-mcp-norwegian-weather": {
"command": "node",
"args": [
"/path/to/mcp-norwegian-weather/src/index.js"
]
}
}
}You can run a dedicated MCP server that provides Norwegian weather data via MET Norway Locationforecast 2.0. This server exposes current conditions for Norwegian locations and a 72-hour hourly forecast, making it easy to integrate reliable weather information into your applications or smart home setups.
How to use
You can query two main capabilities from this MCP server: current_weather for the latest conditions at a specific Norwegian location, and weather_forecast for an hourly forecast up to 72 hours ahead. If you can’t specify a location by name, you can provide geographic coordinates (latitude and longitude). The server also offers a geocoding fallback for Norwegian places, so it can resolve common city names to precise coordinates. MET Norway’s symbol codes are translated into readable descriptions to make the results easy to understand.
How to install
Prerequisites: ensure you have Node.js installed on your system.
Clone the repository, install dependencies, and start the server using the following steps.
Additional notes
Data is sourced from MET Norway Locationforecast 2.0, which is free to use but requires identification of your User-Agent. This MCP server integrates that data source to deliver current conditions and forecasts for Norwegian locations.
This server is part of the Nordic MCP Suite and can be used together with other Nordic MCP servers to form a unified meta-server.
The server is released under the MIT license.
Usage example for configuration
Configure your MCP client to load this local server using the following runtime setup, which you would typically place in your MCP client configuration. The example shows how to reference the local Node.js runtime starting the server script.
Data source
MET Norway Locationforecast 2.0 powers this MCP server, providing current conditions and hourly forecasts for Norwegian locations. The data is free to access with proper User-Agent identification.
License
MIT license.
Available tools
current_weather
Fetches current weather conditions for a Norwegian location, including temperature, wind, humidity, and sky conditions.
weather_forecast
Provides an hourly forecast up to 72 hours ahead for a Norwegian location, with detailed time-based weather data.