- Home
- MCP servers
- Danish Weather
Danish Weather
- javascript
0
GitHub Stars
javascript
Language
4 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-danish-weather": {
"command": "npx",
"args": [
"-y",
"mcp-danish-weather"
]
}
}
}You can access up-to-date Danish weather data directly through this MCP server, enabling your applications and assistants to fetch current conditions, hourly forecasts, and historical weather for Danish locations. It connects you to DMI data in a structured way and fits neatly into the Nordic MCP Toolkit ecosystem for easy integration.
How to use
You can use this MCP server to retrieve weather information for locations across Denmark. Available tools let you request the current conditions for a specific place, obtain an hourly forecast for the next 72 hours, or explore historical weather data across different resolutions.
How to install
Prerequisites: You need Node.js and npm installed on your system to run MCP servers through npm or npx.
Step 1: Install and run the MCP server using npx. This pulls the package and starts the server for you.
npx mcp-danish-weather
Step 2: Add the MCP server to your MCP client configuration to enable your client to communicate with it.
{
"mcpServers": {
"danish-weather": {
"command": "npx",
"args": ["-y", "mcp-danish-weather"]
}
}
}
Additional notes
This server sources its data from the Danish Meteorological Institute (DMI), Denmark’s national weather service. The data is provided under an open model with no authentication required for basic access.
It is part of the Nordic MCP Toolkit, alongside other Danish data services such as company registries and address lookups, enabling cohesive cross-domain integrations.
The server is released under the MIT license, allowing broad usage and adaptation in your projects.
Tools and capabilities
-
current_weather: Retrieve current conditions for any Danish location.
-
weather_forecast: Get an hourly forecast up to 72 hours ahead for a specified location.
-
historical_weather: Access past weather data with hourly, daily, monthly, or yearly resolutions.
Location formats
You can specify locations in several formats: city name (for example, copenhagen, aarhus, odense, gilleleje); postal code (such as 1000, 8000, 5000); or geographic coordinates (for example, 55.6761,12.5683).
Available tools
current_weather
Fetches the current weather conditions for a specified Danish location.
weather_forecast
Provides an hourly forecast up to 72 hours ahead for a chosen location.
historical_weather
Returns historical weather data with hourly, daily, monthly, or yearly resolution.