open-meteo-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., "@open-meteo-mcpWhat's the weather in Moscow this week?"
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.
open-meteo-mcp
MCP server for Open-Meteo — free weather APIs, no API key required.
Features
16 tools covering weather forecast, historical data, air quality, marine, flood, ensemble, climate projections, and scheduled data collection
Scheduled jobs — server-side cron, persists readings to SQLite, returns aggregated stats
No auth — Open-Meteo is free for non-commercial use
stdio transport — works with Claude Desktop and any MCP client
Related MCP server: Weather MCP Server
Tools
Weather data
Tool | Description |
| Search locations by name → lat/lon, timezone, country |
| 7–16 day forecast, hourly + daily (45+ variables) |
| ERA5 reanalysis from 1940 to present |
| PM2.5, PM10, ozone, NO2, SO2, CO, pollen, EU/US AQI |
| Wave height, period, direction, swell, sea surface temp |
| Elevation above sea level, batch up to 100 points |
| GloFAS river discharge forecast, up to 16 weeks |
| Multi-model ensemble with uncertainty quantification |
| CMIP6 climate projections 1950–2050 |
| ECMWF SEAS5 seasonal forecast up to 9 months |
| DWD ICON model — high-res for Europe |
| ECMWF IFS model — gold standard global forecast |
Weather comparison
Tool | Description |
| Compare named cities on a date → ranked by weather quality score |
| Center city + radius km → grid sample → best spot in the area |
Score factors: sunshine, temperature comfort (18–28°C sweet spot), precipitation, wind, UV.
Example prompts:
"Moscow, Sochi, Kazan this Saturday — where's best?" →
compare_weather_cities"Best weather within 300 km of Moscow next Sunday?" →
compare_weather_region
Scheduled collection
Tool | Description |
| Create a recurring data collection job (cron expression) |
| List jobs with schedule, status, and reading count |
| Aggregated stats (min/max/avg) over a time window |
| Stop and delete a job |
Scheduled jobs survive server restarts — state is persisted in ~/.open-meteo-mcp/data.db.
Installation
git clone https://github.com/langepas/open-meteo-mcp.git
cd open-meteo-mcp
npm install
npm run buildClaude Desktop config
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"open-meteo": {
"command": "node",
"args": ["/absolute/path/to/open-meteo-mcp/dist/index.js"]
}
}
}Restart Claude Desktop. Example prompts:
"What's the weather in Moscow this week?" →
geocode→get_forecast"Collect temperature in Saint Petersburg every hour" →
schedule_weather_job"Show me the air quality summary for the last 24h" →
get_weather_summary
Development
npm run build # compile TypeScript
npm test # run unit tests
npm run dev # watch modeArchitecture
src/
├── index.ts # McpServer + StdioServerTransport entry point
├── client.ts # shared fetch helper (URLSearchParams, arrays → repeated keys)
├── db.ts # SQLite (better-sqlite3): jobs + readings tables
├── scheduler.ts # node-cron scheduler, restores jobs on start
└── tools/
├── forecast.ts # get_forecast
├── archive.ts # get_historical
├── air-quality.ts # get_air_quality
├── marine.ts # get_marine
├── elevation.ts # get_elevation
├── geocoding.ts # geocode
├── flood.ts # get_flood
├── ensemble.ts # get_ensemble
├── climate.ts # get_climate
├── seasonal.ts # get_seasonal
├── dwd-icon.ts # get_dwd_icon
├── ecmwf.ts # get_ecmwf
└── schedule.ts # schedule_weather_job, list_jobs, get_weather_summary, cancel_jobLicense
MIT
This 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
- Alicense-qualityDmaintenanceAn MCP server that provides real-time weather data, hourly forecasts, and daily summaries using the free Open-Meteo API with no API key required. It enables users to search for weather conditions by specific coordinates or city names across multiple measurement units.Last updated1MIT
- Alicense-qualityDmaintenanceMCP Server for global weather, forecasts, air quality, and climate data using Open-Meteo, no API key required.Last updatedMIT
- Alicense-qualityBmaintenanceAn MCP server that wraps the Open-Meteo API to provide current weather, forecasts, and historical data for any location without requiring an API key.Last updatedMIT
- Alicense-qualityCmaintenanceA no-API-key-required MCP server that wraps Open-Meteo APIs to provide geocoding and weather forecast data, enabling city lookups and multi-day forecasts through tools, resources, and prompts.Last updatedMIT
Related MCP Connectors
Open-Meteo MCP — weather forecast + historical reanalysis + sister APIs
OpenWeather MCP — wraps the OpenWeatherMap API (openweathermap.org)
Visual Crossing Weather MCP — wraps the Visual Crossing Weather Timeline 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/Langepas94/open-meteo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server