loading…
Search for a command to run...
loading…
Provides access to Danish weather data from the Danish Meteorological Institute, enabling users to retrieve current conditions, hourly forecasts, and historical
Provides access to Danish weather data from the Danish Meteorological Institute, enabling users to retrieve current conditions, hourly forecasts, and historical records. It supports location lookups via city names, postal codes, and coordinates for any Danish region.
MCP server for Danish weather data from DMI (Danish Meteorological Institute). Part of the Nordic MCP Toolkit.
| Tool | Description |
|---|---|
current_weather |
Current conditions for any Danish location |
weather_forecast |
Hourly forecast up to 72 hours ahead |
historical_weather |
Past weather with hourly/daily/monthly/yearly resolution |
copenhagen, aarhus, odense, gilleleje1000, 8000, 500055.6761,12.5683npx mcp-danish-weather
Or add to your MCP client config:
{
"mcpServers": {
"danish-weather": {
"command": "npx",
"args": ["-y", "mcp-danish-weather"]
}
}
}
Ask your AI assistant:
Danish Meteorological Institute (DMI) — Denmark's national weather service. Free API, no authentication required.
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"mcp-danish-weather": {
"command": "npx",
"args": []
}
}
}