Skip to content

Openweathermap

Free

by MCP Community

OpenWeatherMap MCP Server for weather data integration

v1.2.2Added Apr 12, 2026
mcpweatheropenweathermapmodel-context-protocol
Works with:ClaudeGPTGeminiCopilot

Openweathermap MCP Server

OpenWeatherMap MCP Server for weather data integration

Installation

npx -y @tristau/openweathermap-mcp

Reviews

Leave a Review

Installation

Quick install
npx -y @tristau/openweathermap-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "openweathermap": {
      "command": "npx",
      "args": ["-y", "@tristau/openweathermap-mcp"]
    }
  }
}