About
Overview
The Weather MCP Server enables AI agents to access weather data. It provides tools for getting current conditions, multi-day forecasts, severe weather alerts, and historical weather data. Supports multiple weather data providers.
Capabilities
Tools & Capabilities
⚡get_current
Get current weather for a location
⚡get_forecast
Get a multi-day weather forecast
⚡get_alerts
Get active weather alerts for a location
Setup
Installation
bash
Install
npx -y mcp-server-weatherExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"weather": {
"command": "npx",
"args": ["-y", "mcp-server-weather"],
"env": {
"OPENWEATHER_API_KEY": "your-key"
}
}
}
}Quick Info
Authorcommunity
LanguageTypeScript
StatusStable
Stars★ 75
Last UpdatedFeb 12, 2026