Weather Israel MCP
Provides weather forecast data for cities in Israel by scraping weather2day.co.il via Playwright, and for the USA via NWS API, with the OpenAI model managing the conversation.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Weather Israel MCPwhat's the weather forecast for tomorrow in Tel Aviv?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
š¦ļø Weather Israel MCP
An MCP (Model Context Protocol) project that lets an LLM pull weather forecasts for cities in Israel ā directly from the browser, no API, using Playwright.
šÆ Project Goal
Instead of relying on a built-in API, the Agent opens a Chrome browser, navigates to the weather2day.co.il site, searches for a city, selects it from the list ā and then reads the page content and provides a full forecast.
Related MCP server: Israeli Weather MCP
š ļø Tech Stack
Tool | Role |
Defining Tools and running the MCP server | |
Browser control ā navigation, typing, clicking | |
The language model that manages the conversation | |
Environment and dependency management |
š Project Structure
project-template/
āāā client.py # MCP Client ×× ×Ø× ā ××Ŗ××ר ××©×Ø×Ŗ× MCP
āāā host.py # צ'×× ×ר××× × ×©×××ר ××Ŗ ××× ×××
āāā weather_USA.py # MCP Server ××Ŗ××××Ŗ ×ר×"× (××Ø× NWS API)
āāā weather_Israel.py # MCP Server ××Ŗ××××Ŗ ×שר×× (××Ø× Playwright)
āāā .env # ××¤×Ŗ× API (×× ×××¢×× ×-Git)
āāā pyproject.toml # ×Ŗ×××××Ŗ ×פר××קך Running the Project
1. Installing Dependencies
uv sync2. Installing Chrome Browser for Playwright
uv run playwright install chromium3. Setting Up the API Key
Create a .env file in the directory:
OPENAI_API_KEY=your_openai_api_key_here4. Running
uv run host.pyš¬ Example Questions
Query: what is the weather in Jerusalem?
Query: ×× ××Ŗ××××Ŗ ××Ŗ× ××××?
Query: ××× ×ש×× ×××× ×××פ×?
Query: what is the weather forecast for Bnei Brak?
Query: what are the weather alerts in NY?
Query: what is the forecast for latitude 40.7, longitude -74.0?š§© The weather_Israel MCP Tools
Tool | Description |
| Opens a browser and navigates to the weather site |
| Types a city name in the search field |
| Selects the matching city from the dropdown list |
| Reads the page content and returns the forecast to the LLM (RAG) |
š§© The weather_USA MCP Tools
Tool | Description |
| Returns weather alerts by state code (e.g. |
| Returns a forecast by geographic coordinates |
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseAqualityCmaintenanceMCP server enabling LLMs to fetch Israeli weather forecasts by automating a browser with Playwright to scrape weather2day.co.il.4
- FlicenseNot gradedqualityCmaintenanceMCP server that lets users obtain current Israeli city weather forecasts. It uses Playwright to browse Weather2day, extract the forecast page, and feed the cleaned data back to the LLM for natural language responses.
- FlicenseAqualityCmaintenanceAn MCP server that provides real-time weather data for Israel by automating browser searches via Playwright. It allows LLMs to get current forecasts for Israeli cities through natural language queries.4
- -licenseNot gradedqualityCmaintenanceMCP server that enables LLMs to retrieve weather forecasts for Israeli cities by automating a browser with Playwright, and also provides US weather alerts and forecasts via NWS API.
Related MCP Connectors
Open-Meteo MCP ā weather forecast + historical reanalysis + sister APIs
US weather & geo for AI agents: forecasts, alerts, earthquakes, elevation, geocoding. No keys.
US weather, alerts, earthquakes and elevation for AI agents, from NWS/NOAA and USGS. No API keys.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/miri0612/weather-mcp-with-playwright'
If you have feedback or need assistance with the MCP directory API, please join our Discord server