Skip to content

Openweathermap

Free

by MCP Community

MCP server for OpenWeatherMap API integration

v0.1.3Added Apr 12, 2026
mcpopenweathermapweatherapi
Works with:ClaudeGPTGeminiCopilot

Openweathermap MCP Server

MCP server for OpenWeatherMap API integration

Installation

npx -y mcp-openweathermap

Reviews

Leave a Review

Installation

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