Weather MCP Server
Click on "Deploy 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., "@Weather MCP ServerWhat's the weather in Paris?"
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.
βοΈ Weather MCP Server
Real-time weather data for Claude β powered by Open-Meteo. No API key required.
What is this?
A Model Context Protocol (MCP) server that gives Claude the ability to fetch live weather and 5-day forecasts for any city in the world. Pair it with the included React UI for a standalone weather app.
Related MCP server: fetch-weather
MCP Tools
getWeather
Returns current conditions for a given city.
Parameter | Type | Description |
|
| Name of the city |
Returns: condition, temperature (Β°C), humidity (%), wind speed (km/h)
getForecast
Returns a 5-day daily forecast.
Parameter | Type | Description |
|
| Latitude |
|
| Longitude |
Returns: daily high/low, precipitation, wind, weather code
Quickstart
1. Install dependencies
npm install2. Register with Claude Code
claude mcp add weather-example npx tsx /path/to/main.ts3. Ask Claude about the weather
What's the weather in Tokyo?
Will it rain in London this week?
Is it cold in New York right now?Web UI
A React + Tailwind app with live city search, animated weather icons, current conditions, and a 5-day forecast strip.
β ui-plum-five-69.vercel.app
Run locally:
cd ui
npm install
npm run devHow it works
Claude β MCP tool call
β
Open-Meteo Geocoding API (city name β lat/lon)
β
Open-Meteo Forecast API (lat/lon β weather data)
β
ClaudeEverything is free and open β no accounts, no keys, no rate limits for reasonable usage.
Requirements
Node.js 18+
This server cannot be deployed
Maintenance
Related MCP Connectors
Global weather via Open-Meteo: forecast, historical, marine, air quality, geocoding, elevation.
Real-time weather conditions and multi-day forecasts via Open-Meteo β free, no API key required
Get current weather for any city and create images from your prompts. Streamline planning, reportsβ¦
Current weather and forecasts for any coordinates, backed bβ¦ β paid per call (x402/credits), 1 tools
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceConnects Claude Desktop to the Open-Meteo API to retrieve real-time weather data for cities worldwide without requiring an API key.-
- FlicenseNot gradedqualityDmaintenanceEnables users to get weather forecasts for any city using the Open-Meteo API through natural language in Claude Desktop or VS Code.-
- AlicenseBqualityDmaintenanceEnables to query real-time weather information for any city worldwide by automatically geocoding city names and retrieving temperature, precipitation, and other data via Open-Meteo APIs, seamlessly integrated with Claude Desktop.1MIT
- AlicenseNot gradedqualityDmaintenanceEnables Claude to query real-time weather data for any specified location using the OpenWeatherMap API.7 npmMIT