KNMI MCP Server
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., "@KNMI MCP Serverwhat's the weather forecast for Amsterdam this weekend?"
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.
KNMI MCP Server
A Model Context Protocol (MCP) server that provides access to Dutch weather data via the KNMI (Royal Netherlands Meteorological Institute) API.
Overview
This MCP server enables AI assistants and applications to access comprehensive Dutch weather information, including current conditions, forecasts, alerts, and historical data. It automatically handles location name resolution, converting human-readable Dutch city names into KNMI grid identifiers.
Related MCP server: mcp-danish-weather
MCP Tools
get_weather
Get comprehensive weather information for any Dutch location.
Parameters:
location(string, required): Dutch location name (e.g., "Amsterdam", "De Bilt"). Will (fuzzy) matched to a well-known/mapped locality.region(number, optional): Region number (0-15) for additional regional context
Returns:
Current weather conditions and temperature
Hourly forecast (next 48 hours)
Daily forecast (next 7 days)
Weather alerts and warnings
Wind conditions (speed, direction, gusts)
Precipitation data (amount, chance)
UV index information
Sunrise and sunset times
Weather backgrounds for visual representation
MCP Client Configuration
Add to your MCP host configuration (e.g. Claude Desktop, VS Code, etcetera):
{
"knmi-weather": {
"command": "npx",
"args": ["-y", "@dstotijn/knmi-mcp"]
}
}Weather Data Structure
Current Conditions
Temperature (°C)
Weather type code
Wind speed, direction, and gusts
Precipitation amount and probability
UV index with safety recommendations
Forecasts
Hourly: Next 48 hours with detailed conditions
Daily: Next 7 days with min/max temperatures and precipitation
Alerts
Alert levels: none, potential, yellow, orange, red
Detailed descriptions and safety advice
Affected regions and time periods
Additional Data
Sunrise and sunset times
Weather backgrounds for UI visualization
Regional weather information
Historical climate data context
License
©️ 2025 David Stotijn
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseAqualityDmaintenanceProvides access to weather alerts and forecasts for US locations using the National Weather Service public APIs.Last updated5Apache 2.0
- AlicenseAqualityDmaintenanceProvides 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.Last updated327MIT
- 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
- Flicense-qualityDmaintenanceProvides access to Swedish weather data from SMHI, including 10-day forecasts and historical observations from over 996 stations.Last updated
Related MCP Connectors
Global weather via Open-Meteo: forecast, ERA5 archive, marine, air quality, geocoding, elevation.
OpenWeather MCP — wraps the OpenWeatherMap API (openweathermap.org)
Pirate Weather forecast API (Dark Sky-compatible). Free key required.
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/dstotijn/knmi-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server