Gitbyzhn/weather-mcp-server
3.1
If you are the rightful owner of weather-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Weather MCP Server is a .NET 8 application that provides real-time weather data using the OpenWeatherMap API, designed for integration with AI assistants.
Weather MCP Server
ASP.NET 8 MCP server that provides real weather data using the OpenWeatherMap API.
It is designed to integrate with AI assistants (Claude, Cursor, FastMCP).
Features
Get current weather (GetCurrentWeather
)
3-day weather forecast (GetWeatherForecast
)
Weather alerts (bonus: GetWeatherAlerts
)
Requirements
- .NET 8+
- OpenWeatherMap API key (get it for free)
Installation
- Clone the repository:
git clone https://github.com/Gitbyzhn/weather-mcp-server.git cd weather-mcp-server/WeatherMcpServer