Open-Meteo MCP Server - A comprehensive Model Context Protocol server that provides AI models with complete access to Open-Meteo's free weather API. Get real-time weather forecasts, historical climate data, air quality information, marine conditions, and seasonal projections through a simple MCP interface.
Supports all major weather models (ECMWF, GFS, ICON, JMA, Météo-France) with data covering temperature, precipitation, wind, humidity, UV index, and specialized datasets for research and professional applications.
Overview
A comprehensive MCP (Model Context Protocol) server providing full access to the Open-Meteo API for weather forecasting and climate data. This server enables AI models to retrieve real-time weather information, forecasts, historical data, and much more.
Server Config
{
"mcpServers": {
"open-meteo": {
"command": "node",
"args": [
"/path/to/open-meteo-mcp/dist/index.js"
],
"env": {
"OPEN_METEO_API_URL": "https://api.open-meteo.com",
"OPEN_METEO_AIR_QUALITY_API_URL": "https://air-quality-api.open-meteo.com",
"OPEN_METEO_MARINE_API_URL": "https://marine-api.open-meteo.com",
"OPEN_METEO_ARCHIVE_API_URL": "https://archive-api.open-meteo.com",
"OPEN_METEO_SEASONAL_API_URL": "https://seasonal-api.open-meteo.com",
"OPEN_METEO_ENSEMBLE_API_URL": "https://ensemble-api.open-meteo.com"
}
}
}
}