mcp-server
0
This project is a Cline MCP server that provides weather data using the OpenWeatherMap API. It offers tools to retrieve current and forecasted weather information, with support for different units and efficient caching.
Weather MCP Server
A Cline MCP server that provides real-time weather data using the OpenWeatherMap API.
Features
- Get current weather for any location worldwide
- Get 5-day weather forecasts with detailed information
- Support for metric and imperial units
- Efficient caching to minimize API calls
- Beautifully formatted markdown responses
Setup
- Sign up for a free API key at OpenWeatherMap
- Install the MCP server to your Cline settings
Available Tools
get_current_weather
Gets the current weather conditions for a specified location.
get_weather_forecast
Gets a 5-day weather forecast for a specified location.