Hava Durumu
About
Provides weather data using the Open-Meteo API.
Details
- Author
- yusufsenyer
- Categories
- Other, API
Jump to
Setup
Install Hava Durumu in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/yusufsenyer/weather-augment-mcp
Follow the installation instructions in the repository README, then restart your MCP client.
Open-Meteo API kullanarak hava durumu verilerini sağlayan Model Context Protocol (MCP) server'ı.
- 🌤️ Güncel hava durumu bilgisi
- 📊 24 saatlik hava durumu tahmini
- 📅 7 günlük hava durumu tahmini
- 🏙️ Türkiye şehirleri için özel destek
- 🌍 Koordinat tabanlı sorgular
- 🇹🇷 Türkçe arayüz
Belirtilen koordinatlardaki güncel hava durumu bilgisini getirir.
- latitude: Enlem (-90 ile 90 arası)
- longitude: Boylam (-180 ile 180 arası)
Şehir adına göre güncel hava durumu bilgisini getirir.
- city: Şehir adı (istanbul, ankara, izmir, vb.)
24 saatlik hava durumu tahminini getirir.
- latitude: Enlem (-90 ile 90 arası)
- longitude: Boylam (-180 ile 180 arası)
- latitude: Enlem (-90 ile 90 arası)
- longitude: Boylam (-180 ile 180 arası)
Şehir adına göre 7 günlük hava durumu tahminini getirir.
- city: Şehir adı (istanbul, ankara, izmir, vb.)
Desteklenen şehirlerin listesini getirir.
- İstanbul
- Ankara
- İzmir
- Bursa
- Antalya
- Adana
- Konya
- Gaziantep
- Kayseri
- Trabzon
# Bağımlılıkları yükle npm install # Projeyi derle npm run build # Server'ı başlat npm start # Geliştirme modu npm run dev
Bu MCP server'ı Claude Desktop veya diğer MCP uyumlu uygulamalarla kullanılabilir.
claude_desktop_config.jsondosyanıza ekleyin:
{ "mcpServers": { "weather": { "command": "node", "args": ["path/to/weather-mcp-server/dist/index.js"] } } }
Bu projeOpen-MeteoAPI'sini kullanmaktadır. Open-Meteo ücretsiz, açık kaynak bir hava durumu API'sidir.
Bu MCP server Smithery platformunda deploy edilebilir:
- GitHub repository'sini oluşturun
- Kodu GitHub'a push edin
- Smithery.aihesabınızla giriş yapın
- "Deploy" butonuna tıklayın ve GitHub repository'sini seçin
- Smithery otomatik olarak build ve deploy işlemini gerçekleştirecek
Deploy edildikten sonra MCP server şu şekilde kullanılabilir:
https://server.smithery.ai/@username/weather-mcp-server
Bu proje ayrıca React Native/Expo ile geliştirilmiş basit bir mobil uygulama içerir:
cd weather-mobile-app npm run web # Web versiyonu için npm run android # Android için (Android Studio gerekli) npm run ios # iOS için (macOS gerekli)
Access meteorological data for Portugal from the IPMA public API using natural language.
Provides accurate Islamic prayer times for locations throughout Malaysia using the waktusolat.app API.
Provides weather information using the Japan Meteorological Agency API. No authentication required.
Provides real-time weather information and forecasts using the OpenWeatherMap API.
A production-clean MCP server for the free Open-Meteo weather API (geocoding, forecast, air quality) with SRE-grade rate limiting, backoff, and structured logging.
Provides current weather information using the Korea Meteorological Administration's short-term forecast API.
SkyLinkAPI MCP Server | Aviation Data MCP Server
Connect SkyLink API to Claude Desktop, Cursor, or any MCP client in under a minute. Ask about live flights, weather, NOTAMs, and ADS-B positions — your AI gets real data, not hallucinations.
A server for fetching weather information in Japan.
Provides current weather data and forecasts using the QWeather API.
An API for AI models to fetch weather data.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




