Weather
Freeby MCP Community
MCP Weather Service - A MCP server for weather data using Open Meteo API
v1.0.6Added Apr 12, 2026
mcpweathercursormodel-context-protocolweather-api
Weather MCP Server
MCP Weather Service - A MCP server for weather data using Open Meteo API
Installation
npx -y @rehmatalisayany/weather-mcp-server
Reviews
Installation
Quick install
npx -y @rehmatalisayany/weather-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"weather": {
"command": "npx",
"args": ["-y", "@rehmatalisayany/weather-mcp-server"]
}
}
}