A Model Context Protocol (MCP) server for weather data, built with FastAPI and the MCP framework. This server provides various weather-related tools that can be used by AI assistants to retrieve current weather conditions, forecasts, air quality data, and more. - Current weather conditions - Weather forecasts (1-14 days) - Historical weather data - Weather alerts - Air quality information - Astron
Add this skill
npx mdskills install devilcoder01/weather-mcp-serverComprehensive weather data API with broad feature set but lacks tool descriptions and over-scoped permissions
1# Weather MCP Server23[](https://archestra.ai/mcp-catalog/devilcoder01__weather-mcp-server)4[](https://smithery.ai/server/@devilcoder01/weather-mcp-server)56A Model Context Protocol (MCP) server for weather data, built with FastAPI and the MCP framework. This server provides various weather-related tools that can be used by AI assistants to retrieve current weather conditions, forecasts, air quality data, and more.78## Features910- Current weather conditions11- Weather forecasts (1-14 days)12- Historical weather data13- Weather alerts14- Air quality information15- Astronomy data (sunrise, sunset, moon phases)16- Location search17- Timezone information18- Sports events1920## Requirements2122- Python 3.13+23- [uv](https://github.com/astral-sh/uv) package manager24- [WeatherAPI](https://www.weatherapi.com/) API key2526## Installation2728### Installing via Smithery2930To install Weather Data Server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@devilcoder01/weather-mcp-server):3132```bash33npx -y @smithery/cli install @devilcoder01/weather-mcp-server --client claude34```3536### Manual Installation371. Clone this repository:38 ```39 git clone https://github.com/yourusername/Weather_mcp_server.git40 cd Weather_mcp_server41 ```42432. Install dependencies using uv:44 ```45 uv venv46 uv pip install -e .47 ```48493. Create a `.env` file in the project root with your WeatherAPI key:50 ```51 WEATHER_API_KEY=your_api_key_here52 ```5354## Usage5556Run the server:5758```59python main.py60```6162The server will start on http://localhost:8000 by default.6364## License6566This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.67
Full transparency — inspect the skill content before installing.