Weather MCP Server
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.
Features
- Current weather conditions
- Weather forecasts (1-14 days)
- Historical weather data
- Weather alerts
- Air quality information
- Astronomy data (sunrise, sunset, moon phases)
- Location search
- Timezone information
- Sports events
Requirements
- Python 3.13+
- uv package manager
- WeatherAPI API key
Installation
Installing via Smithery
To install Weather Data Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @devilcoder01/weather-mcp-server --client claude
Manual Installation
Clone this repository:
git clone https://github.com/yourusername/Weather_mcp_server.git cd Weather_mcp_serverInstall dependencies using uv:
uv venv uv pip install -e .Create a
.envfile in the project root with your WeatherAPI key:WEATHER_API_KEY=your_api_key_here
Usage
Run the server:
python main.py
The server will start on http://localhost:8000 by default.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Weather Data Server
Project Details
- parton-pdf/weather-mcp-server
- MIT License
- Last Updated: 5/14/2025
Recomended MCP Servers
Kubernetes Control Plane Server for Managing Multiple Clusters – the central pilot for your k8s fleets✈️✈️
This is a very basic implementation of an Mcp-Reasoning-Server for Cursor AI .
🚀 MCP aggregator for batching multiple tool calls into a single request. Reduces overhead, saves tokens, and simplifies...
A Cursor MCP tool that enables Claude's thinking mode"
LegalContext is an open-source Model Context Protocol (MCP) server that creates a secure, standardized bridge between law firms'...
这是一个针对于MySQL开发的MCP,该项目旨在帮助用户快速且精确的查询MySQL数据库中的内容
The aws-mcp project is a Python-based application designed to interact with AWS services using the Model Context Protocol...
MCP Server for MultiversX
react-mcp integrates with Claude Desktop, enabling the creation and modification of React apps based on user prompts





