devilcoder01/weather-mcp-server
Access real-time weather data for any location using the WeatherAPI.com API, providing detailed forecasts and current conditions.
Quick Start
Clone the repository:
git clone https://github.com/devilcoder01/weather-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"weather-mcp-server": {
"command": "npx",
"args": [
"-y",
"devilcoder01/weather-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.