Skip to content

Weather

Free

by MCP Community

MCP server for querying weather by current IP location using Open-Meteo free API

v1.1.1Added Apr 12, 2026
mcpweatherip-locationopenmeteofree
Works with:ClaudeGPTGeminiCopilot

Weather MCP Server

MCP server for querying weather by current IP location using Open-Meteo free API

Installation

npx -y @mariox/weather-mcp-server

Reviews

Leave a Review

Installation

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