Openweathermap
Freeby MCP Community
OpenWeatherMap MCP Server for weather data integration
v1.2.2Added Apr 12, 2026
mcpweatheropenweathermapmodel-context-protocol
Openweathermap MCP Server
OpenWeatherMap MCP Server for weather data integration
Installation
npx -y @tristau/openweathermap-mcp
Reviews
Installation
Quick install
npx -y @tristau/openweathermap-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"openweathermap": {
"command": "npx",
"args": ["-y", "@tristau/openweathermap-mcp"]
}
}
}