MCP Server for using Yr Weather Data as Context in LLM tools.
0 stars
Python
Updated Jan 24, 2025
Documentation
YR MCP Server


Setup environment using uv
Windows
code
# Install uv
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
# Create virtual environment
uv venv
# Activate virtual environment
.venv\Scripts\activateLinux
code
# Install uv
curl -LsSf https://astral.sh/uv/install.sh | sh
# Create virtual environment
uv venv
# Activate virtual environment
source .venv/bin/activateInstall dependencies
code
uv pip install -r pyproject.tomlRun server
code
uv run yr.pySetup environment using pip
Create requirements.txt for installing dependencies via pip
code
uv pip freeze > requirements.txtInstall dependencies
code
pip install -r requirements.txtRun server
code
python yr.pySimilar MCP
Based on tags & features
Trending MCP
Most active this week