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 current weather in London?"
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
A Model Context Protocol (MCP) server that gives Claude real-time weather superpowers using the OpenWeatherMap API.
What can Claude do with this?
Get current weather for any city in the world
Get a 5-day forecast for any city
Related MCP server: OpenWeatherMap MCP Server
Tools
Tool | Description |
| Returns temperature, humidity, wind speed and condition for a city |
| Returns a 5-day weather forecast for a city |
How to run it
1. Clone the repo
git clone https://github.com/leash06/weather-mcp-server.git cd weather-mcp-server
2. Install dependencies
npm install
3. Add your API key
Get a free key from openweathermap.org and replace YOUR_API_KEY_HERE in index.js
4. Connect to Claude Desktop
Add this to your claude_desktop_config.json: { "mcpServers": { "weather-server": { "command": "node", "args": ["/path/to/weather-mcp-server/index.js"] } } }
5. Restart Claude Desktop and ask:
"What's the weather in Algiers?"
Built With
Node.js
MCP SDK by Anthropic
OpenWeatherMap API
Author
leash06 - github.com/leash06
This server cannot be deployed
Maintenance
Related MCP Connectors
Free, keyless real-time weather and 7-day forecasts for any city worldwide.
Provide real-time and forecast weather information for locations in the United States using natura…
OpenWeather MCP — wraps the OpenWeatherMap API (openweathermap.org)
Geocoding, weather forecasts, and timezone lookups
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProvides current weather conditions and 5-day forecasts for any location using the OpenWeatherMap API. Supports flexible location queries including city names, coordinates, and zip codes.MIT
- AlicenseNot gradedqualityDmaintenanceProvides access to real-time weather data, 5-day forecasts, and air quality information for any city using the OpenWeatherMap API.MIT
- FlicenseNot gradedqualityDmaintenanceProvides current weather information for any city using the OpenWeatherMap API.-
- FlicenseNot gradedqualityDmaintenanceEnables weather queries through OpenWeatherMap API, providing current conditions, intelligent city search, and configuration validation.-