Annihilater/mcp-server-get-weather
If you are the rightful owner of mcp-server-get-weather 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.
A simple weather information service built with Model Context Protocol (MCP).
Weather MCP Server provides weather information for cities around the world through a simple API interface. It uses the Model Context Protocol (MCP) to communicate with clients, allowing easy integration with AI assistants and other MCP-compatible applications. The server is built using TypeScript and Node.js, leveraging the MCP SDK for seamless communication. It offers a lightweight and efficient solution for retrieving current weather conditions, including temperature, weather description, humidity, and wind speed. In case of external API unavailability, it can fallback to generated data, ensuring continuous service. The server is easy to set up and can be integrated into various platforms using the provided scripts and configurations.
Features
- Get current weather conditions by city name
- Returns temperature, weather description, humidity, and wind speed
- Fallback to generated data if external API is unavailable
- Simple and lightweight implementation