Openweathermap
Freeby MCP Community
MCP server for OpenWeatherMap API integration
v0.1.3Added Apr 12, 2026
mcpopenweathermapweatherapi
Openweathermap MCP Server
MCP server for OpenWeatherMap API integration
Installation
npx -y mcp-openweathermap
Reviews
Installation
Quick install
npx -y mcp-openweathermap
Add to claude_desktop_config.json
{
"mcpServers": {
"openweathermap": {
"command": "npx",
"args": ["-y", "mcp-openweathermap"]
}
}
}