isdaniel/mcp_weather_server
Get weather information from https://api.open-meteo.com API.
Quick Start
Clone the repository:
git clone https://github.com/isdaniel/mcp_weather_serverClaude Desktop configuration example:
{
"mcpServers": {
"mcpweatherserver": {
"command": "npx",
"args": [
"-y",
"isdaniel/mcp_weather_server"
]
}
}
}Check the repository README for specific installation and configuration instructions.