Weather Augment MCP Server

Hava durumu MCP server - Open-Meteo API kullanarak hava durumu verilerini sağlar

Local serverstdio

What is the Weather Augment MCP MCP server?

Weather augment mcp mcp server lets Claude, Cursor and other MCP clients work with Weather Augment MCP directly. Hava durumu MCP server - Open-Meteo API kullanarak hava durumu verilerini sağlar.

What Weather Augment MCP does

Open-Meteo API kullanarak hava durumu verilerini sağlayan Model Context Protocol (MCP) server'ı.

Tools it exposes

Once connected, the assistant can call these 6 tools directly:

  • get_current_weather — Belirtilen koordinatlardaki güncel hava durumu bilgisini getirir
  • get_weather_by_city — The get_weather_by_city tool exposed by this server
  • get_hourly_forecast — The get_hourly_forecast tool exposed by this server
  • get_daily_forecast — The get_daily_forecast tool exposed by this server
  • get_daily_forecast_by_city — The get_daily_forecast_by_city tool exposed by this server
  • get_supported_cities — The get_supported_cities tool exposed by this server

Installing the weather augment mcp mcp server

Setup follows the standard MCP pattern: clone or install the server, then register it in your client's configuration file and restart the client. The configuration snippets on this page cover Claude Desktop, Claude Code and Cursor.

Where it fits

Developer-tool servers are usually the first ones people connect, because they turn "help me with this code" into an assistant that can actually read the repo and act on it. Weather Augment MCP sits in that group, and the shape of its toolset — get_current_weather, get_weather_by_city, get_hourly_forecast among others — tells you what it is really for. Worth comparing against the other developer tools servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.

Practical notes

  • This server runs locally, so it operates with whatever access your machine and its credentials already have. Scope that deliberately rather than by default.
  • Maintained by yusufsenyer.
  • MCP clients ask for confirmation before each tool call by default. Keep that on while you learn what the weather augment mcp mcp server actually does with your data.
  • Every entry in this directory is reviewed by hand before it goes live, and details are checked against the project's own documentation.

Available tools

ToolWhat it does
get_current_weatherBelirtilen koordinatlardaki güncel hava durumu bilgisini getirir.
get_weather_by_cityThe get_weather_by_city tool exposed by this server.
get_hourly_forecastThe get_hourly_forecast tool exposed by this server.
get_daily_forecastThe get_daily_forecast tool exposed by this server.
get_daily_forecast_by_cityThe get_daily_forecast_by_city tool exposed by this server.
get_supported_citiesThe get_supported_cities tool exposed by this server.

Example prompts to try

  • Use Weather Augment MCP to get current weather.
  • Use Weather Augment MCP to get weather by city.
  • Use Weather Augment MCP to get hourly forecast.

Frequently asked questions

It connects Weather Augment MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 6 tools (get_current_weather, get_weather_by_city, get_hourly_forecast, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Weather Augment MCP directly.