MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

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

创建于 5/26/2026
更新于 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

快速设置
此服务器的安装指南

安装命令 (包未发布)

git clone https://github.com/zavora-ai/mcp-weather
手动安装: 请查看 README 获取详细的设置说明和所需的其他依赖项。

Cursor 配置 (mcp.json)

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