weather-israel-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., "@weather-israel-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.
Weather Israel MCP 🌤️
MCP Server לתחזית מזג אויר בישראל באמצעות Playwright.
מה הפרויקט עושה
MCP Server שמאפשר ל-LLM לשלוף תחזית מזג אויר עדכנית לערים בישראל. השרת פותח דפדפן באמצעות Playwright, מנווט לאתר weather2day.co.il ומחזיר את תוכן התחזית ל-LLM.
Related MCP server: Israel Weather MCP Agent
סטאק טכנולוגי
MCP SDK — פרוטוקול לחיבור כלים חיצוניים ל-LLM
Playwright — אוטומציה של דפדפן
BeautifulSoup — ניקוי תוכן HTML
uv — ניהול תלויות Python
התקנה והרצה
# התקנת תלויות
uv sync
# התקנת דפדפן
uv run playwright install chromium
# הגדרת API Key בקובץ .env
ANTHROPIC_API_KEY=sk-ant-...
# הרצה
uv run host.pyדוגמאות לשאלות
מה התחזית היום בתל אביב?
מה מזג האויר בירושלים?
האם יהיה גשם בחיפה השבוע?
מבנה הפרויקט
project-template/
├── weather_Israel.py # MCP Server עם Playwright
├── weather_USA.py # MCP Server לארה"ב (דוגמא מקורית)
├── client.py # MCP Client גנרי
├── host.py # צ'אט טרמינל
└── pyproject.toml # תלויות
איך זה עובד
ה-LLM מקבל בקשה לתחזית מזג אויר
הוא מפעיל את הכלי
get_israel_weatherעם שם העירPlaywright פותח דפדפן ומנווט לאתר weather2day.co.il
השרת מחלץ את תוכן הדף ומחזיר אותו ל-LLM
ה-LLM מנתח את המידע ועונה למשתמש
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- Flicense-qualityDmaintenanceEnables querying real-time weather data for Israeli cities through natural language, using Playwright to scrape weather2day and Gemini LLM to answer.Last updated
- Flicense-qualityDmaintenanceEnables users to retrieve real-time weather forecasts for Israeli cities by autonomously browsing a weather website using Playwright.Last updated
- FlicenseAqualityCmaintenanceEnables fetching weather forecasts for Israeli cities via browser automation with Playwright, no API needed.Last updated4
- FlicenseAqualityCmaintenanceEnables fetching weather forecasts for Israeli cities by controlling a headless browser via Playwright, instead of using a conventional weather API.Last updated4
Related MCP Connectors
Pirate Weather forecast API (Dark Sky-compatible). Free key required.
Global weather via Open-Meteo: forecast, ERA5 archive, marine, air quality, geocoding, elevation.
WeatherAPI.com MCP — wraps WeatherAPI.com (api.weatherapi.com)
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/RivkiRotenberg/weather-israel-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server