What is A Model Context Protocol (MCP) server that provides weather information using the Open-Meteo API.?
This server provides current weather information for specified cities using the Open-Meteo API. It includes tools for retrieving weather data and current time in various timezones.
Documentation
Weather MCP Server
A Model Context Protocol (MCP) server that provides weather information using the Open-Meteo API.
Features
Get current weather information for a specified city.
Installation
Pip Installation and Usage, This package can be installed using pip:
pip install mcp_weather_server
This server is designed to be installed manually by adding its configuration to the cline_mcp_settings.json file.
Add the following entry to the mcpServers object in your cline_mcp_settings.json file:
Retrieves the current time in a specified timezone.
Parameters:
timezone_name (string, required): IANA timezone name (e.g., 'America/New_York', 'Europe/London'). Use UTC timezone if no timezone provided by the user.
Example:
To get the current time in New York, you would use the tool like this: