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 like in London right now?"
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
This is a little MCP server that tells you the weather for any city you want. I was specifically using Cursor.
Quick Start with Cursor
Run:
npm installBuild:
npm run buildConfigure in Cursor:
Go to Cursor Settings > Tools & Integrations to get to
mcp.json.Add something like this:
{ "mcpServers": { "weather-mcp": { "command": "node", "args": ["path/to/dist/main.js"] } } }Refresh Cursor/your chat and it should work! You should be able to see the tool in Cursor settings if it's working.
Related MCP server: mcp-weatherapi
What does it do?
🌍 Finds your city (Nominatim)
☀️ Gets the current weather (Open-Meteo)
How do I use it?
Once it's running and hooked up to an MCP client, you can ask stuff (Command + Shift + L) like:
"What's the weather in Honesdale, PA?"
How does it work?
main.ts: Handles weather requests.
Nominatim: Turns city names into coords.
Open-Meteo: Gives us the actual weather data.
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
- Alicense-qualityCmaintenanceWraps the OpenWeatherMap API to provide weather data through MCP, enabling AI agents to query current conditions, forecasts, and other weather information via natural language.9MIT
- Alicense-qualityCmaintenanceProvides weather data from WeatherAPI.com through MCP, enabling AI agents to query current conditions and forecasts via natural language.8MIT
- Flicense-qualityDmaintenanceEnables MCP clients like Kiro and Claude to access current weather conditions and forecasts for any location using the OpenWeatherMap API.
- FlicenseBqualityDmaintenanceProvides real-time weather information for cities worldwide using the OpenWeatherMap API, accessible through natural language queries via the MCP protocol.1
Related MCP Connectors
OpenWeather MCP — wraps the OpenWeatherMap API (openweathermap.org)
Open-Meteo MCP — weather forecast + historical reanalysis + sister APIs
Global weather via Open-Meteo: forecast, ERA5 archive, marine, air quality, geocoding, elevation.
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/ChristianKowalczyk/weather-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server