dwd-mcp
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., "@dwd-mcpwhat are the current weather warnings in Bayern?"
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.
dwd-mcp
MCP-DWD is a Model Context Protocol (MCP) server that provides seamless access to open data from the Deutscher Wetterdienst (DWD). It exposes weather observations, forecasts, and warnings through standardized MCP tools, enabling applications and AI agents to query and integrate German weather data reliably.
Note: MCP-DWD is not an official service of the Deutscher Wetterdienst. The community-driven endpoint at dwd.api.bund.dev may be used as a data source, but it is maintained independently of DWD.
Features
MCP Tools
get_weather_stations- Retrieve detailed weather station data with optional filtering by station IDs or regionget_current_warnings- Fetch active weather warnings with severity level and region filteringget_crowd_reports- Access user-submitted weather observations and reports
MCP Resources
weather://stations/all- Complete list of all available weather stationsweather://warnings/current- Active weather warnings in structured formatweather://reports/crowd- User-submitted weather observations
Data Types
Weather Stations: Station metadata, measurements, coordinates, elevation
Weather Warnings: Severity levels, affected regions, time validity, descriptions
Crowd Reports: User-submitted conditions, temperatures, locations, comments
Related MCP server: InfraNode
Usage
Starting the Server
# Run the MCP server
uv run dwd-mcpTool Examples
// Get specific weather stations
{
"name": "get_weather_stations",
"arguments": {
"station_ids": ["10637", "10382"],
"region": "Hessen"
}
}
// Get severe weather warnings
{
"name": "get_current_warnings",
"arguments": {
"severity": 3,
"region": "Bayern"
}
}
// Get crowd-sourced reports
{
"name": "get_crowd_reports",
"arguments": {
"region": "Berlin"
}
}Development
This project uses Python with uv for package management.
Setup
# Install dependencies
uv sync
# Add new dependency
uv add <package>Testing
# Run all tests
uv run pytest
# Run tests with coverage
uv run pytest --cov
# Run tests in watch mode (verbose)
uv run pytest -vCode Quality
# Run linting
uv run ruff check .
# Auto-fix linting issues
uv run ruff check . --fix
# Format code
uv run black .
# Type checking
uv run mypy src/Project Structure
src/dwd_mcp/
├── __init__.py # Package entry point
├── client.py # DWD API client
├── models.py # Pydantic data models
└── server.py # MCP server implementation
tests/
├── test_client.py # API client tests
├── test_models.py # Data model tests
└── test_server.py # MCP server testsThis server cannot be installed
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 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
- AlicenseAqualityAmaintenanceKeyless remote MCP server for German public-infrastructure open data: weather, air quality, traffic, public transit, parking and roadworks across 84+ German cities (DWD, Umweltbundesamt, Mobilithek, GovData). 38 read-only tools.Last updated1211Apache 2.0
- Alicense-qualityDmaintenanceEnables to interact with comprehensive weather data through the MCP protocol, including current conditions, multi-day forecasts, hourly forecasts, and geocoding.Last updated11MIT
- Alicense-qualityBmaintenanceProvides weather data including current conditions, forecasts, and summaries via Open-Meteo with no API key required, enabling natural language queries through an MCP interface.Last updatedMIT
Related MCP Connectors
Hosted weather data MCP for discovery, validation, and OAuth-protected GribStream queries.
OpenWeather MCP — wraps the OpenWeatherMap API (openweathermap.org)
GovData.de MCP — Germany's national open-data portal (CKAN API).
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/difu/dwd-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server