weather-augment-mcp
Hava Durumu
Documentation
Hava Durumu MCP Server
Open-Meteo API kullanarak hava durumu verilerini sağlayan Model Context Protocol (MCP) server'ı.
Özellikler
- 🌤️ 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
Desteklenen Araçlar
`get_current_weather`
Belirtilen koordinatlardaki güncel hava durumu bilgisini getirir.
Parametreler:
- `latitude`: Enlem (-90 ile 90 arası)
- `longitude`: Boylam (-180 ile 180 arası)
`get_weather_by_city`
Şehir adına göre güncel hava durumu bilgisini getirir.
Parametreler:
- `city`: Şehir adı (istanbul, ankara, izmir, vb.)
`get_hourly_forecast`
24 saatlik hava durumu tahminini getirir.
Parametreler:
- `latitude`: Enlem (-90 ile 90 arası)
- `longitude`: Boylam (-180 ile 180 arası)
`get_daily_forecast`
7 günlük hava durumu tahminini getirir.
Parametreler:
- `latitude`: Enlem (-90 ile 90 arası)
- `longitude`: Boylam (-180 ile 180 arası)
`get_daily_forecast_by_city`
Şehir adına göre 7 günlük hava durumu tahminini getirir.
Parametreler:
- `city`: Şehir adı (istanbul, ankara, izmir, vb.)
`get_supported_cities`
Desteklenen şehirlerin listesini getirir.
Desteklenen Şehirler
- İstanbul
- Ankara
- İzmir
- Bursa
- Antalya
- Adana
- Konya
- Gaziantep
- Kayseri
- Trabzon
Kurulum
# Bağımlılıkları yükle
npm install
# Projeyi derle
npm run build
# Server'ı başlat
npm start
# Geliştirme modu
npm run devKullanım
Bu MCP server'ı Claude Desktop veya diğer MCP uyumlu uygulamalarla kullanılabilir.
Claude Desktop Konfigürasyonu
`claude_desktop_config.json` dosyanıza ekleyin:
{
"mcpServers": {
"weather": {
"command": "node",
"args": ["path/to/weather-mcp-server/dist/index.js"]
}
}
}API Kaynağı
Bu proje Open-Meteo API'sini kullanmaktadır. Open-Meteo ücretsiz, açık kaynak bir hava durumu API'sidir.
Lisans
MIT
Smithery Deployment
Bu MCP server Smithery platformunda deploy edilebilir:
1. GitHub repository'sini oluşturun
2. Kodu GitHub'a push edin
3. Smithery.ai hesabınızla giriş yapın
4. "Deploy" butonuna tıklayın ve GitHub repository'sini seçin
5. Smithery otomatik olarak build ve deploy işlemini gerçekleştirecek
Smithery URL
Deploy edildikten sonra MCP server şu şekilde kullanılabilir:
https://server.smithery.ai/@username/weather-mcp-serverMobil Uygulama
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)Geliştirici
Yusuf Senyer
Frequently asked questions
What is weather-augment-mcp?
weather-augment-mcp is Hava Durumu
How do I install weather-augment-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is weather-augment-mcp open source?
Yes — it is hosted on GitHub at https://github.com/yusufsenyer/weather-augment-mcp.
Related MCP tools
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
Use any LLMs (Large Language Models) for Deep Research. Support SSE API and MCP server.
Enhanced MCP server for interactive user feedback and command execution in AI-assisted development, featuring dual interface support (Web UI and Desktop Application) with intelligent environment detection and cross-platform compatibility.
A powerful Zotero AI and MCP plugin with ChatGPT, Gemini 3.7, Claude Fable 5, Claude Opus 5, DeepSeek V4, Grok, OpenRouter, Kimi k3, GLM 5.3, SiliconFlow, GPT-oss, Gemma 4, Qwen 3.8
Connect your browser to AI models. Just use Dia on Chrome, Arc or Firefox.
文颜 MCP Server 可以让 AI 自动将 Markdown 文章排版后发布至微信公众号。
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP