weather-forecast-server
The Weather Forecast MCP Server allows retrieval of current weather conditions and forecasts using the wttr.in service. This server can be integrated with MCP clients and applications, making it a versatile tool for accessing weather data globally.
Weather Forecast MCP Server
A Model Context Protocol (MCP) server for retrieving weather information using the wttr.in service.
Overview
This MCP server provides tools for accessing current weather conditions and forecasts for locations worldwide. It can be easily integrated with MCP clients, including Claude and other LLM applications supporting the MCP protocol.
Features
- Get current weather for any location
- Get multi-day weather forecasts (up to 3 days)
- Support for both Chinese/English and other language location names
- Easy integration with MCP client applications
Installation
From pip
You can install the MCP Weather Server using uv or pip.
From source
- Clone the repository from GitHub.
- Install the package in editable mode.
Usage
The server can be run as a standalone MCP server with stdio transport and can be used with any MCP client that supports stdio transport. It can also be integrated with Cursor by adding stdio MCP.