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
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.
To install Weather Data Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @devilcoder01/weather-mcp-server --client claude
Clone this repository:
git clone https://github.com/yourusername/Weather_mcp_server.git
cd Weather_mcp_server
Install dependencies using uv:
uv venv
uv pip install -e .
Create a .env file in the project root with your WeatherAPI key:
WEATHER_API_KEY=your_api_key_here
Run the server:
python main.py
The server will start on http://localhost:8000 by default.
This project is licensed under the MIT License - see the LICENSE file for details.
Install via CLI
npx mdskills install devilcoder01/weather-mcp-serverWeather MCP Server is a free, open-source AI agent skill. 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
Install Weather MCP Server with a single command:
npx mdskills install devilcoder01/weather-mcp-serverThis downloads the skill files into your project and your AI agent picks them up automatically.
Weather MCP Server works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.