Real-time weather conditions and multi-day forecasts via Open-Meteo โ free, no API key required
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Current weather and 7โ10 day forecast for any location. Backed by Open-Meteo (https://open-meteo.com), a free aggregator of national meteorological agency data (NOAA in the US, DWD in Germany, etc.). Returns temperature, humidity, wind, precipitation, conditions. Free, no auth, no API key.
Part of Pipeworx โ an MCP gateway connecting AI agents to 1476+ live data sources.
Weather is one of those things agents need to know about constantly โ for travel planning, agricultural questions, energy demand context, event planning, real estate ("is this market in a flood zone with active flooding?"). Open-Meteo is the right backend: free, accurate, global coverage, no key gymnastics.
Common flows:
get_weather({location: "Tokyo"}) โ temp, humidity, wind, conditions.get_forecast({location: "Denver"}) โ daily highs/lows, precipitation chance.get_weather({latitude: 39.74, longitude: -104.99}) for places that don't geocode well by name.None. Open-Meteo is free and unauthenticated. Generous fair-use limits (~10,000 requests/day per IP). Pipeworx caches per-location for short windows so repeated calls don't burn your daily quota.
The location parameter accepts:
"Tokyo", "London", "Denver")"Paris, France" to disambiguate from Paris, TX)"94070" for US, "SW1A 1AA" for UK)latitude + longitude argumentFor ambiguous names, the tool returns a disambiguation hint. For weird locations or precision-sensitive queries (offshore, remote), pass coordinates directly.
| Data | Refresh |
|---|---|
| Current conditions | ~10 minutes |
| Hourly forecast (next 24h) | Every 1โ3 hours |
| Daily forecast (1โ10 days) | Every 6 hours |
Pipeworx caches with a 10-minute TTL so repeated calls within that window are cheap.
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
tools/list at https://gateway.pipeworx.io/weather/mcp returns the tools in the table
above plus the shared Pipeworx meta-tools โ ask_pipeworx,
discover_tools, search_within, remember/recall and the rest of the
gateway-wide set. So the tool count you see is larger than this table: a
single-pack endpoint currently lists roughly 30 shared tools alongside the
pack's own. The connection's initialize response states its exact scope, and
is the authoritative answer for a given day.
This is deliberate, not multiplexing by accident. The meta-tools are what let a
scoped connection answer a question this pack does not cover โ via
ask_pipeworx, which routes across the whole catalog โ without you adding a
second MCP server. There is currently no way to mount a pack endpoint without
them; if the extra schemas cost you more context than the routing is worth,
connect to the full gateway once rather than to several pack endpoints.
Or connect to the full Pipeworx gateway to get every pack's tools listed directly, instead of just this one's:
Both URLs reach the same gateway and the same 1476+ data sources. The
only difference is which pack's tools are listed directly; ask_pipeworx
reaches all of them from either one.
Instead of calling tools directly, you can ask questions in plain English โ this works on the pack endpoint above as well as on the full gateway:
The gateway picks the right tool and fills the arguments automatically.
MIT
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/weather-14)<a href="https://allmcps.com/mcp/weather-14"><img src="https://allmcps.com/api/badge/weather-14?style=directory" alt="Weather on AllMCPs" /></a>