Israel Weather MCP
Click on "Deploy 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., "@Israel Weather MCPwhat's the weather in Jerusalem?"
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.
🇮🇱 Israel Weather MCP
Description
This project implements an MCP Server that provides Israeli weather forecasts using browser automation.
Instead of using a weather API, the MCP uses Playwright to control a real browser and extract information from:
https://www.weather2day.co.il/forecast
Related MCP server: Israeli Weather MCP
Technologies
Python
MCP SDK
Playwright
OpenAI API
How it works
The user asks a weather question.
Example:
"מה מזג האוויר בירושלים?"
The Agent:
Opens Chromium browser using Playwright.
Navigates to weather2day.
Enters the requested city.
Selects the city from the autocomplete list.
Extracts weather information.
Returns a natural language answer.
MCP Tools
open_weather_forecast_israel
Opens the Israeli weather website.
enter_weather_forecast_city_israel
Receives a city name and enters it into the search field.
select_weather_forecast_city_israel
Selects the requested city from the results.
get_israel_weather_information
Extracts weather information from the page.
close_browser
Closes the browser and releases resources.
Running the project
Install dependencies:
uv syncThis server cannot be deployed
Maintenance
Related MCP Connectors
Open-Meteo tabanlı anahtarsız hava durumu tahmin MCP sunucusu.
An MCP server for weather information by @kulybaba
An MCP server for weather information by @kulybaba
MCP server for weather with reasoning — umbrella advice, outdoor checks, city comparisons.
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.-
- FlicenseNot gradedqualityCmaintenanceMCP server that enables users to get real-time weather forecasts for Israeli cities by automating a browser with Playwright and using Gemini to answer natural language queries.-
- 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-