mcp-danish-weather
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-danish-weatherWhat's the current weather in Copenhagen?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-danish-weather 🌦️
MCP server for Danish weather data from DMI (Danish Meteorological Institute). Part of the Nordic MCP Toolkit.
Tools
Tool | Description |
| Current conditions for any Danish location |
| Hourly forecast up to 72 hours ahead |
| Past weather with hourly/daily/monthly/yearly resolution |
Related MCP server: mcp-swedish-weather
Location Formats
City name:
copenhagen,aarhus,odense,gillelejePostal code:
1000,8000,5000Coordinates:
55.6761,12.5683
Installation
npx mcp-danish-weatherOr 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
mcp-danish-cvr — Danish company registry
mcp-danish-addresses — Danish address lookups & geocoding
mcp-danish-weather — Danish weather data (this package)
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceProvides access to Dutch weather data (current conditions, forecasts, alerts, and historical data) via the KNMI API, with automatic location name resolution for Dutch cities.Last updated1431Apache 2.0
- AlicenseBqualityDmaintenanceProvides access to current weather conditions and hourly forecasts for any location in Sweden using the SMHI Open Data API. It supports built-in city lists, coordinate inputs, and geocoding fallback to deliver detailed meteorological data without requiring authentication.Last updated211MIT
- AlicenseAqualityDmaintenanceProvides access to German Weather Service (DWD) data via the Bright Sky API, including current conditions, forecasts, and official weather alerts. Users can retrieve weather information and locate stations using either city names or geographic coordinates.Last updated24MIT
- Flicense-qualityDmaintenanceProvides real-time weather and forecasts via Open-Meteo, supporting queries by coordinates or city name.Last updated
Related MCP Connectors
Global weather via Open-Meteo: forecast, ERA5 archive, marine, air quality, geocoding, elevation.
MET Norway weather (api.met.no behind yr.no) — global forecast, sunrise, ocean
Swiss weather data for AI assistants — forecasts, measurements, stations, pollen.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/robobobby/mcp-danish-weather'
If you have feedback or need assistance with the MCP directory API, please join our Discord server