
Weather API MCP Server
Supports UIby ezh0v
Retrieve and interpret real-time weather data for any city using the WeatherAPI service.
What it does
This MCP server connects AI assistants to the WeatherAPI service, allowing the model to fetch current weather conditions and forecasts for specific cities. It bridges the gap between the LLM and real-time meteorological data, enabling accurate weather-based reasoning and reporting.
Tools
current_weather: Retrieves the current weather for a specified city.
Installation
Add the following to your Claude Desktop configuration (ensure you have a valid WEATHER_API_KEY):
{
"mcpServers": {
"weather-mcp-server": {
"command": "/path/to/weather-mcp-server",
"env": {
"WEATHER_API_KEY": "your-api-key"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
go build -o weather-mcp-server ./cmd/weather-mcp-serverInformation
- Pricing
- freemium
- Published
- 4/29/2026
- stars






