Weather Service
Freeby MCP Community
A Model Context Protocol (MCP) Weather Service using OpenWeatherMap API
v1.0.0Added Apr 12, 2026
mcpweatheropenaimodelcontextprotocolopenweathermap
Weather Service MCP Server
A Model Context Protocol (MCP) Weather Service using OpenWeatherMap API
Installation
npx -y mcp-weather-service
Reviews
Installation
Quick install
npx -y mcp-weather-service
Add to claude_desktop_config.json
{
"mcpServers": {
"weather-service": {
"command": "npx",
"args": ["-y", "mcp-weather-service"]
}
}
}