mcpbeat Sign in

Open-Meteo Weather MCP Server

by myai-2025 Your server? Claim it
local only

Open-Meteo Weather runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 15 Sep 2026.

Current weather and hourly forecasts for any place name, via the free Open-Meteo API. No API key.

Installs / week
pypi · myai-weather-mcp
0
Stars
0 open issues
15 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Open-Meteo Weather every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add openmeteo-mcp -- uvx myai-weather-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "openmeteo-mcp": {
      "args": [
        "myai-weather-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.openmeteo-mcp]
command = "uvx"
args = ["myai-weather-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "openmeteo-mcp": {
      "args": [
        "myai-weather-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "openmeteo-mcp": {
      "args": [
        "myai-weather-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Open-Meteo Weather

same job, measured the same way
Weather
by pipeworx-io

Real-time weather conditions and multi-day forecasts via Open-Meteo — free, no API key required

34 tools answering
Virga Weather
by mcmurrym

Weather API tools — current, hourly, daily forecasts, and historical data.

16 installs/wk local only
NordicMCP — Weather
by nordicmcp

Hosted Weather MCP server (Open-Meteo): current, forecast, and historical weather by location.

answering
MCP1 Weather Query
by wcnm8888

Read-only current weather lookup by place name using Open-Meteo.

58 installs/wk local only
Weather Hint
by sadri-dridi

Current temperature for a city via Open-Meteo. Query discarded after the call.

29 tools answering
Weather MCP
by lulu-the-narwhal

Free, keyless real-time weather and 7-day forecasts for any city worldwide.

2 tools answering
Met MCP
by trondbjoroy

Weather forecasts from MET Norway (Yr): geocoding plus hourly forecasts worldwide.

46 installs/wk 8 tools answering
Open-Meteo Weather MCP by UnClick
by malamutemayhem

Open-Meteo Weather tools for weather, forecast, open-meteo by UnClick.

21 installs/wk local only

Open-Meteo Weather — questions

Answers built from our own checks of this server.

Why is there no uptime for Open-Meteo Weather?
Open-Meteo Weather runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package myai-weather-mcp.
How do I connect Open-Meteo Weather?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls myai-weather-mcp straight from pypi; nothing to host, nothing to sign up for.
Is Open-Meteo Weather open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.