Weather MCP Server logo

Weather MCP Server

by isdaniel

The Weather MCP Server provides weather information using the Open-Meteo API. It allows users to retrieve current weather data for a specified city.

View on GitHub

Last updated: N/A

What is Weather MCP Server?

The Weather MCP Server is a Model Context Protocol (MCP) server that interfaces with the Open-Meteo API to provide current weather information for a given city.

How to use Weather MCP Server?

The server can be installed manually by adding its configuration to the cline_mcp_settings.json file. It can also be installed using pip and used as a command-line tool.

Key features of Weather MCP Server

  • Get current weather information for a specified city

  • Uses the free and open-source Open-Meteo API

  • Can be integrated into MCP environments

  • Command-line usage available

Use cases of Weather MCP Server

  • Integrating weather data into MCP-based applications

  • Providing weather information to AI agents or tools

  • Automated weather reporting

  • Displaying weather data in a user interface

FAQ from Weather MCP Server

Does this server require an API key?

No, it uses the Open-Meteo API, which is free and open-source.

What is the get_weather tool?

The get_weather tool retrieves the current weather information for a given city.

What parameters does the get_weather tool require?

It requires one parameter: city (string, required), which is the name of the city.

How do I specify the city when using the command-line tool?

Use the --city option followed by the city name, e.g., mcp_weather_server --city "Your City".

Where do I find the cline_mcp_settings.json file?

The location of this file depends on your specific MCP setup. Consult your MCP documentation for details.