mcpbeat Sign in

Weather for Grown Ups MCP Server

local only

Weather for Grown Ups runs on your own machine — the client starts it, so there is no endpoint to ping. 135 installs a week from npm. Last commit 12 Sep 2026.

Operational NWP, ensembles, AI weather models, regional forecasts, history, and verification.

Installs per day peak 444 · avg 54 · +162% w/w
a month agotoday
135
Installs / week
npm · weather-for-grown-ups
0
Stars
0 open issues
12 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Image runs as root Dockerfile:14
USER root

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 weather-for-grown-ups -- npx -y weather-for-grown-ups
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "weather-for-grown-ups": {
      "args": [
        "-y",
        "weather-for-grown-ups"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.weather-for-grown-ups]
command = "npx"
args = ["-y", "weather-for-grown-ups"]
.cursor/mcp.json
{
  "mcpServers": {
    "weather-for-grown-ups": {
      "args": [
        "-y",
        "weather-for-grown-ups"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "weather-for-grown-ups": {
      "args": [
        "-y",
        "weather-for-grown-ups"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Weather for Grown Ups

same job, measured the same way
NordicMCP — Weather
by nordicmcp

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

answering
Open Meteo
by pipeworx-io

Open-Meteo MCP — weather forecast + historical reanalysis + sister APIs

42 tools answering
Open Meteo MCP Server
by cyanheads

Global weather via Open-Meteo: forecast, historical, marine, air quality, geocoding, elevation.

857 installs/wk 11 tools answering
GribStream Weather MCP
by gribstream

NOAA and ECMWF weather forecast MCP for discovery, validation, and GribStream OAuth queries.

12 tools answering
Weather AI MCP
by csoai-org

Weather Ai tools for AI agents. Capabilities: get current conditions, get forecast, get historical

137 installs/wk local only
Virga Weather
by mcmurrym

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

16 installs/wk local only
Cosmic Correlation Engine
by odinbot33

AI Agent Astrology — natal charts, transits, cosmic weather, and forecasts for AI agents.

172 installs/wk local only
Weather
by pipeworx-io

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

34 tools answering

Weather for Grown Ups — questions

Answers built from our own checks of this server.

Why is there no uptime for Weather for Grown Ups?
Weather for Grown Ups 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 npm package weather-for-grown-ups was installed 135 times last week.
How do I connect Weather for Grown Ups?
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 weather-for-grown-ups straight from npm; nothing to host, nothing to sign up for.
How many people use Weather for Grown Ups?
The npm package weather-for-grown-ups was installed 135 times in the last week. Week over week that is +162%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Weather for Grown Ups open source?
Yes — it is published under the MIT licence, written in TypeScript 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.