MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

Global weather intelligence MCP server — current conditions, forecasts, historical data, air quality, and marine conditions for ADK-Rust Enterprise

Created 5/26/2026
Updated about 4 hours ago
Repository documentation and setup instructions

mcp-weather

Crates.io License

Global weather intelligence MCP server — current conditions, forecasts, historical data, air quality, and marine conditions. 7 tools powered by Open-Meteo (free, no API key required).

Quick Start

cargo install mcp-weather
mcp-weather  # Zero configuration needed

Tools (7)

| Tool | Description | |------|-------------| | get_current_weather | Temperature, wind, humidity, precipitation now | | get_forecast | Daily forecast up to 16 days | | get_hourly_forecast | Hourly forecast for next 48 hours | | get_historical_weather | Historical data for any date range | | get_air_quality | AQI, PM2.5, PM10, ozone, NO2, CO | | get_marine_conditions | Wave height, period, direction, ocean currents | | geocode_location | City name → coordinates |

Configuration

{ "mcpServers": { "weather": { "command": "mcp-weather" } } }

No API keys. No rate limits. Works globally.

License

Apache-2.0

Quick Setup
Installation guide for this server

Installation Command (package not published)

git clone https://github.com/zavora-ai/mcp-weather
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.

Cursor configuration (mcp.json)

{ "mcpServers": { "zavora-ai-mcp-weather": { "command": "git", "args": [ "clone", "https://github.com/zavora-ai/mcp-weather" ] } } }