Skip to content

rd4r3/weather-mcp-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌦️ Weather MCP Server Setup with UV

This guide walks you through installing UV—a fast Python package manager—and running your weather server.


📦 Step 1: Install UV

UV is a drop-in replacement for pip and virtualenv, optimized for speed and reliability.

curl -LsSf https://astral.sh/uv/install.sh | sh

✅ This installs uv globally. You can verify it with:

uv --version

🚀 Step 2: Run the Weather Server

Use UV to automatically create a virtual environment and run your server:

uv run weather.py

This will:

  • Create a .venv if one doesn’t exist
  • Install dependencies from pyproject.toml or requirements.txt
  • Launch your weather server using the MCP protocol

About

MCP server that exposes the tool get_forecast.

Topics

Resources

Stars

Watchers

Forks

Languages