remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Integrations
Provides weather information through the Open-Meteo API, allowing users to get current weather conditions for specified cities.
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
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 yourcline_mcp_settings.json
file:
- Save the
cline_mcp_settings.json
file.
Configuration
This server does not require an API key. It uses the Open-Meteo API, which is free and open-source.
Usage
This server provides a single tool: get_weather
.
get_weather
Retrieves the current weather information for a given city.
Parameters:
city
(string, required): The name of the city.
Example:
To get the weather in Taipei, you would use the tool like this:
Pip Installation and Usage
This package can be installed using pip:
After installation, you can use the mcp_weather_server
command-line tool:
Replace "Your City"
with the city you want to get weather information for.
This server cannot be installed
A Model Context Protocol server that retrieves current weather information for specified cities using the Open-Meteo API, requiring no API key.