Open Data

Open-Meteo MCP Server

Chat with AI and run tools instantly — no account needed.

Free, open-source weather forecast API. Get current conditions, hourly and daily forecasts, and historical weather data for any location worldwide. No API key required. Powered by national weather services including DWD, NOAA, and Météo-France.

3 tools
Agent guide included
Try it Free

No account needed. Chat with AI and run tools instantly.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for Open-Meteo — workflow patterns, data models, and gotchas for your AI agent.

Open-Meteo Weather API

Open-source weather API providing forecasts, current conditions, and historical data for any coordinate worldwide. No authentication required.

Data Model

  • Current Weather — Temperature, wind speed/direction, weather code, and day/night flag. Updated every 15 minutes.
  • Hourly Forecast — Up to 16 days of hourly temperature, precipitation, humidity, wind, cloud cover, and more.
  • Daily Forecast — Up to 16 days of daily min/max temperature, sunrise/sunset, precipitation sum, and dominant wind.

Weather Codes (WMO)

  • 0: Clear sky, 1-3: Mainly clear/partly cloudy/overcast
  • 45/48: Fog/rime fog, 51-57: Drizzle (light/moderate/dense)
  • 61-67: Rain (slight/moderate/heavy), freezing rain
  • 71-77: Snow (slight/moderate/heavy), snow grains
  • 80-82: Rain showers, 85-86: Snow showers
  • 95/96/99: Thunderstorm, with hail

Key Parameters

  • Hourly variables: temperature_2m, relative_humidity_2m, precipitation, rain, snowfall, wind_speed_10m, wind_direction_10m, cloud_cover, pressure_msl, visibility, uv_index
  • Daily variables: temperature_2m_max, temperature_2m_min, sunrise, sunset, precipitation_sum, rain_sum, wind_speed_10m_max, uv_index_max

Gotchas

  • Coordinates: Use decimal latitude/longitude (e.g. London: 51.5074, -0.1278).
  • Timezone: Defaults to UTC. Pass timezone=auto to get local timezone.
  • Forecast days: Default 7, maximum 16. Historical data via separate archive API.
  • Units: Temperature in °C, wind in km/h, precipitation in mm by default.

Tools in this Server (3)

Weather Air Quality

Get current air quality data for any location by coordinates. Returns PM10, PM2.5, nitrogen dioxide (NO2), ozone (O3), sulphur dioxide (SO2), and carb...

Weather Current

Get current weather conditions for any location by coordinates. Returns temperature (°C), wind speed (km/h), wind direction, weather condition descrip...

Weather Forecast

Get weather forecast for any location with daily summaries including min/max temperature, precipitation, sunrise/sunset times, and dominant wind. Supp...

Frequently Asked Questions

What is the Open-Meteo MCP server?

Free, open-source weather forecast API. Get current conditions, hourly and daily forecasts, and historical weather data for any location worldwide. No API key required. Powered by national weather services including DWD, NOAA, and Météo-France. It provides 3 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect Open-Meteo to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/open-meteo. Authentication is handled automatically.

How many tools does Open-Meteo provide?

Open-Meteo provides 3 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does Open-Meteo require?

Open-Meteo uses open data APIs — no authentication required.

Setup Instructions

Connect Open-Meteo to any MCP client in minutes

https://mcp.mcpbundles.com/bundle/open-meteo

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.

Use this bundle in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Try Open-Meteo now

No sign-up required. Chat with AI and run tools instantly.

Open-Meteo MCP Server & Skill — 3 Tools