mcp-weather-server

tamar7166283-oss/mcp-weather-server
★ 0 stars Python Browser/Web Updated 8d ago
A custom Model Context Protocol (MCP) server built in Python. Uses Playwright for browser automation to fetch live Israeli weather data and exposes it as tools for LLMs.
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": {
    "mcp-weather-server": {
      "command": "uvx",
      "args": [
        "mcp-weather-server"
      ]
    }
  }
}

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