Victor Weather
Description
# Weather MCP Server [](https://smithery.ai/server/@devilcoder01/weather-mcp-server) A Model Context Protocol (MCP) server for weather data, built with FastAPI and the MCP framework. This server…
About
# Weather MCP Server [](https://smithery.ai/server/@devilcoder01/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…
Details
- Author
- sjanaX01
- Downloads
- 316
- Categories
- Media
Jump to
- Current weather conditions, forecasts (1–14 days), and historical data
- Weather alerts and air quality information
- Astronomy data (sunrise, sunset, moon phases)
- Location search and timezone information
- Sports event data
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Victor WeatherCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install Victor Weather via Smithery or manually using the uv package manager, add your WeatherAPI key to a .env file, then run python main.py. The server starts on http://localhost:8000 by default.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"victor weather": {
"weather-mcp-server-sjanax01": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@devilcoder01/weather-mcp-server",
"--client",
"claude"
]
}
}
}
}
McpServers
{
"weather-mcp-server-sjanax01": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@devilcoder01/weather-mcp-server",
"--client",
"claude"
]
}
}
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
1. Clone this repository: git clone https://github.com/yourusername/Weather_mcp_server.git
cd Weather_mcp_server
2. Install dependencies using uv:
uv venv
uv pip install -e .
3. Create a .env file 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.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.
