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: 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 מנתח את המידע ועונה למשתמש
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.
Latest Blog Posts
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