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 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
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 installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/leash06/weather-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server