Israel Weather MCP
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., "@Israel Weather MCPwhat'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.
Israel Weather MCP — Playwright browser automation over weather2day.co.il
MCP Server שמאפשר ל‑LLM לשלוף תחזית מזג אוויר בישראל על ידי שליטה בדפדפן (Playwright), במקום API מובנה. המידע נשלף מ־Weather2Day.
מה בפרויקט
קובץ | תפקיד |
| MCP Server ישראלי — Tools של Playwright |
| MCP Server אמריקאי — NWS API (מהתבנית) |
| MCP Client גנרי (stdio) |
| צ'אט טרמינל שמחבר Claude לכל ה‑MCPs |
Tools ב‑weather_Israel
open_weather_forecast_israel— פותח את דף התחזיתenter_weather_forecast_city_israel(city_name)— מזין שם עיר בשדה החיפושselect_weather_forecast_city_israel— בוחר את ההצעה הראשונה ברשימהget_weather_page_content— מחלץ ומנקה את תוכן הדף ל‑LLM (RAG)
Related MCP server: Israel Weather MCP Server
התקנה
דרישות: Python 3.13+, uv, מפתח Anthropic.
cd weather-israel-mcp
uv sync
uv run playwright install chromium
copy .env.example .env
# ערכי ANTHROPIC_API_KEY ב-.env — מפתח אמיתי שמתחיל ב-sk-ant-
# (לא להשאיר your_anthropic_api_key)הרצה
uv run host.pyבצ'אט הטרמינל שאלי למשל:
מה מזג האוויר בירושלים?
תן לי תחזית לחיפה להיום
האם צפוי גשם בבני ברק?
מה הטמפרטורה בתל אביב?
ה‑Host אמור לבחור את weather_Israel, להפעיל את ה‑Tools בזה אחר זה, לפתוח דפדפן,
ואז (שלב ב׳) לקרוא ל‑get_weather_page_content ולענות בשיחה לפי התוכן.
לעזיבה: quit.
זרימת העבודה
שאלה → Claude בוחר Tools
→ open_weather_forecast_israel
→ enter_weather_forecast_city_israel("...")
→ select_weather_forecast_city_israel
→ get_weather_page_content ← RAG לדף
→ תשובה בצ'אטהערות
הדפדפן רץ עם
headless=Falseכדי שתראי את האוטומציה.למשתמשי NetFree: ב‑
host.py/weather_USA.pyכבר מוגדרverify=Falseל‑httpx.אל תחפשי תחזית בגוגל דרך Playwright — Captcha. כאן הולכים ישירות ל‑Weather2Day.
סטאק
MCP SDK (FastMCP) · Playwright · Anthropic · uv
בונוס מהמטלה — ספרייה נוספת שקיבלה בוסט מ‑AI Agents
כמו Playwright, גם Selenium ו‑Puppeteer נולדו לפני עידן ה‑GenAI, אבל עם עליית ה‑Agents הן חזרו לקדמת הבמה כשכבת "ידיים לדפדפן". במקביל, ספריות כמו LangChain / LlamaIndex לקחו רכיבים ישנים יותר (retrievers, vector stores, parsers) והפכו אותם לקוביות Lego של Agents.
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
- FlicenseBqualityDmaintenanceEnables LLMs to query real-time weather data in Israel by automating a browser to scrape weather2day.co.il.4
- 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 an LLM to retrieve Israeli weather forecasts by controlling a real Chromium browser to search and scrape a weather site.
- Flicense-qualityCmaintenanceEnables LLMs to retrieve Israeli weather forecasts by controlling a browser via Playwright and scraping data from an Israeli weather website.
Related MCP Connectors
AI-powered browser automation — navigate, click, fill forms, and extract data from any website.
Provides cloud browser automation capabilities using Stagehand and Browserbase, enabling LLMs to i…
LLM-ready web search + instant answers + URL-to-clean-text fetch for agents and RAG.
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/AVIGAIL120/weather-israel-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server