MCP-Weather-Server

rangga-jakti/MCP-Weather-Server
★ 0 stars Python API Integration Updated today
An MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-weather-server": {
      "command": "uvx",
      "args": [
        "mcp-weather-server"
      ]
    }
  }
}

Or install with pip: pip install mcp-weather-server

README Excerpt

A Model Context Protocol (MCP) server that provides weather data via the OpenWeather API. Built with FastMCP, fully tested with pytest, and containerized with Docker. - `get_current_weather(city)` — Current weather by city name - `get_forecast(city, days)` — 3-hour interval forecast up to 5 days - `get_weather_by_coords(lat, lon)` — Weather by geographic coordinates

Tools (4)

get_air_qualityget_current_weatherget_forecastget_weather_by_coords