Weather Israel MCP Server
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 MCP ServerWhat's the weather in Tel Aviv today?"
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 Server š¤ļø
A Python and Playwright-based MCP (Model Context Protocol) server that enables Large Language Models (LLMs) to retrieve up-to-date weather forecasts for various cities in Israel from weather2day.co.il.
š Key Features
Full MCP Integration: Provides a structured set of tools for executing search and data extraction workflows.
Efficient Browser Management (Singleton Pattern): Maintains a single active Playwright session across all search steps.
Built-in Hebrew Support: Explicit prompts instruct the LLM to pass city names in Hebrew for accurate search results.
Targeted Content Extraction (RAG): Extracts and cleans text from the forecast page, delivering a focused context payload to the language model.
Related MCP server: Israel Weather MCP Server
š ļø Available Tools
The server provides the following tools, designed to be called in sequential order:
open_weather_forecast_israel
Opens the browser and navigates to the main Israeli weather forecast homepage.enter_weather_forecast_city_israel(city_name: str)
Types the requested city name (in Hebrew) into the site's search field.select_weather_forecast_city_israel
Selects the first suggestion from the autocomplete dropdown list and navigates to the corresponding forecast page.get_weather_forecast_content_israel
Extracts text content from the forecast page, cleans whitespace and empty lines, and returns up to 3,000 characters to the LLM.
š¬ Example Queries
Here are examples of questions you can ask the Agent:
"What is the weather forecast in Jerusalem today?"
"Is it going to rain in Tel Aviv?"
"What is the temperature in Haifa right now?"
"×× ××Ŗ××××Ŗ ××× × ×רק ×××××?"
š¦ Prerequisites and Installation
Prerequisites
Python 3.10 or higher
uvpackage manager (recommended)
Installing Dependencies
Install the required packages and Playwright browser binaries:
uv pip install mcp playwright
uv run playwright install chromium
š» Running the Server
Run the server directly using uv:
uv run weather_Israel.py
Configuration in Host Client (e.g., Claude Desktop / MCP Client)
{
"mcpServers": {
"weather-israel": {
"command": "uv",
"args": [
"run",
"--with",
"mcp",
"--with",
"playwright",
"path/to/weather_Israel.py"
]
}
}
}
š System Architecture
User Query ("What's the weather in Bnei Brak?")
ā
ā¼
LLM / Host
ā
āāāŗ 1. open_weather_forecast_israel()
āāāŗ 2. enter_weather_forecast_city_israel(city_name="×× × ×רק")
āāāŗ 3. select_weather_forecast_city_israel()
āāāŗ 4. get_weather_forecast_content_israel()
ā
ā¼
LLM Processes Context & Answers UserThis 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
- Flicense-qualityCmaintenanceProvides MCP tools to fetch weather forecasts for Israeli cities using browser automation with Playwright, without relying on external APIs.
- Flicense-qualityCmaintenanceProvides LLMs with real-time weather forecasts for Israeli cities using browser automation with Playwright to scrape live data from a weather website.
- Flicense-qualityCmaintenanceEnables LLMs to retrieve Israeli weather forecasts by controlling a browser via Playwright and scraping data from an Israeli weather website.
- FlicenseAqualityBmaintenanceEnables LLMs to fetch Israeli weather forecasts by controlling a real browser via Playwright, simulating human interactions like typing and clicking on a weather website.4
Related MCP Connectors
WeatherAPI.com MCP ā wraps WeatherAPI.com (api.weatherapi.com)
OpenWeather MCP ā wraps the OpenWeatherMap API (openweathermap.org)
Open-Meteo MCP ā weather forecast + historical reanalysis + sister APIs
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/Sh4960/MCP_with_Playwright_Project'
If you have feedback or need assistance with the MCP directory API, please join our Discord server