SaintDoresh/Weather-MCP-ClaudeDesktop
An MCP tool that provides real-time weather data, forecasts, and historical weather information using the OpenWeatherMap API.
Quick Start
Clone the repository:
git clone https://github.com/SaintDoresh/Weather-MCP-ClaudeDesktop.gitClaude Desktop configuration example:
{
"mcpServers": {
"weather-mcp-claudedesktopgit": {
"command": "npx",
"args": [
"-y",
"SaintDoresh/Weather-MCP-ClaudeDesktop"
]
}
}
}Check the repository README for specific installation and configuration instructions.