mcpbeat Sign in

Peak Window MCP Server

by byteoverdev Your server? Claim it
local only

Peak Window runs on your own machine — the client starts it, so there is no endpoint to ping. 30 installs a week from npm. Last commit 30 May 2026.

Ranks the best weather windows to climb any peak worldwide, on the sharpest regional model.

Installs per day peak 27 · avg 7 · -6% w/w
a month agotoday
30
Installs / week
npm · peak-window
3
Stars
0 open issues
30 May 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Peak Window 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 peak-window -- npx -y peak-window
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "peak-window": {
      "args": [
        "-y",
        "peak-window"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.peak-window]
command = "npx"
args = ["-y", "peak-window"]
.cursor/mcp.json
{
  "mcpServers": {
    "peak-window": {
      "args": [
        "-y",
        "peak-window"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "peak-window": {
      "args": [
        "-y",
        "peak-window"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Peak Window

same job, measured the same way
Weather MCP
by lulu-the-narwhal

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

2 tools answering
Weather
by starhawkmk1

MCP weather server for Windows tutorial

31 installs/wk local only
Weather for Grown Ups
by janhelcl

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

52 installs/wk local only
Weather Server Python
by lxchst

An MCP server that provides weather information

61 installs/wk local only
Weather
by yuv24793

An MCP server that provides weather information.

34 installs/wk local only
Weatherai
by weatherai-io

WeatherAI — 11 live weather tools for Claude, Cursor, Windsurf and any MCP AI assistant

50 installs/wk local only
Samplemcp Server
by quangsumi

A sample MCP server that returns random weather descriptions.

local only
Smithery AI National Weather Service
by smithery

Provide real-time and forecast weather information for locations in the United States using natura…

answering

Peak Window — questions

Answers built from our own checks of this server.

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