Weather MCP Server
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., "@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.
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 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
- Flicense-qualityDmaintenanceConnects Claude Desktop to the Open-Meteo API to retrieve real-time weather data for cities worldwide without requiring an API key.Last updated
- Flicense-qualityDmaintenanceEnables users to get weather forecasts for any city using the Open-Meteo API through natural language in Claude Desktop or VS Code.Last updated
- Flicense-qualityDmaintenanceEnables real-time weather queries via Claude Desktop using OpenWeatherMap API, providing current conditions and 24-hour forecasts for any city.Last updated21
- Alicense-qualityDmaintenanceEnables 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.Last updatedMIT
Related MCP Connectors
Global weather via Open-Meteo: forecast, ERA5 archive, marine, air quality, geocoding, elevation.
US weather, alerts, earthquakes and elevation for AI agents, from NWS/NOAA and USGS. No API keys.
US weather & geo for AI agents: forecasts, alerts, earthquakes, elevation, geocoding. No keys.
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/pallukurhade/mcp-weather-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server