mcp-weather

hedon-ai-road/mcp-weather

3.1

If you are the rightful owner of mcp-weather and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A simple MCP server that provides weather information for a given US state.

MCP Weather

A simple MCP server that provides weather information for a given US state.

Requirements

  • uv
  • Python 3.10+
curl -LsSf https://astral.sh/uv/install.sh | sh

Installation

git clone git@github.com:hedon-ai-road/mcp-weather.git
cd mcp-weather
uv venv
source .venv/bin/activate
uv add "mcp[cli]" httpx
uv run weather.py

Configuration for Claude Desktop

code ~/Library/Application\ Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "weather": {
      "command": "{ABSOLUTE_PATH_TO_uv}",
      "args": ["--directory", "{ABSOLUTE_PATH_TO_PROJECT}", "run", "weather.py"]
    }
  }
}

Configuration for Cursor

Cursor MCP Servers