MCP Hub
Back to servers

mcp-danish-weather

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.

Updated
Feb 17, 2026

mcp-danish-weather 🌦️

MCP server for Danish weather data from DMI (Danish Meteorological Institute). Part of the Nordic MCP Toolkit.

Tools

ToolDescription
current_weatherCurrent conditions for any Danish location
weather_forecastHourly forecast up to 72 hours ahead
historical_weatherPast weather with hourly/daily/monthly/yearly resolution

Location Formats

  • City name: copenhagen, aarhus, odense, gilleleje
  • Postal code: 1000, 8000, 5000
  • Coordinates: 55.6761,12.5683

Installation

npx mcp-danish-weather

Or add to your MCP client config:

{
  "mcpServers": {
    "danish-weather": {
      "command": "npx",
      "args": ["-y", "mcp-danish-weather"]
    }
  }
}

Examples

Ask your AI assistant:

  • "What's the weather in Copenhagen right now?"
  • "Will it rain in Aarhus tomorrow?"
  • "What was the temperature in Odense last January?"
  • "Show me the 72-hour forecast for Gilleleje"

Data Source

Danish Meteorological Institute (DMI) — Denmark's national weather service. Free API, no authentication required.

Part of the Nordic MCP Toolkit

License

MIT

Reviews

No reviews yet

Sign in to write a review