Skip to content

robobobby/mcp-danish-weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mcp-danish-weather 🌦️

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

Tools

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

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

About

MCP server for Danish weather data — DMI HARMONIE 2km model. Current conditions, forecasts, and location comparison.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors