weather-mcp-playwright

t0548572430-sys/weather-mcp-playwright
★ 0 stars Python Browser/Web Updated 9d ago
MCP servers: Israeli weather via Playwright browser automation, US weather via API - with a terminal chat host for Claude
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "weather-mcp-playwrig": {
      "command": "uvx",
      "args": [
        "weather-mcp-playwright"
      ]
    }
  }
}

Or install with pip: pip install weather-mcp-playwright

README Excerpt

An MCP (Model Context Protocol) project demonstrating two ways to extend an LLM's context with live weather data: - **`weather_USA.py`** — a "classic" MCP server: fetches forecasts and alerts from the US National Weather Service API (api.weather.gov). - **`weather_Israel.py`** — an MCP server that puts the LLM's hand on the mouse 🖱️: it launches a real Chromium browser with **Playwright**, navigates to [weather2day.co.il](https://www.weather2day.co.il/forecast), types a city name into the search

Tools (4)

enter_weather_forecast_city_israelget_weather_forecast_content_israelopen_weather_forecast_israelselect_weather_forecast_city_israel