Peak Window MCP Server

An MCP App that analyzes upcoming weather at alpine peaks and trailheads worldwide, ranking the best windows for climbing and ascent. Uses the best available forecast model for each region: GeoSphere Austria AROME (2.5 km) for Central Europe, MeteoSwiss ICON-CH2 (2 km) for the Alpine region, Météo-France AROME (2.5 km) for France, and Open-Meteo globally (~11 km).

People connecting maps & location tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-05-30 · ★ 3 · #33 OF 56 MAINTAINED MAPS & LOCATION · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Peak Window

Claude Code

claude mcp add byteoverdev-peak-window-mcp-app -- npx -y peak-window

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "byteoverdev-peak-window-mcp-app": {
      "command": "npx",
      "args": [
        "-y",
        "peak-window"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package peak-window - unscoped; check the name against the project README before installing

registry namespace io.github.ByteOverDev is GitHub-verified and matches the repo owner

03 · Who maintains Peak Window

peak-window is maintained by byteoverdev. We track 2 MCP servers from byteoverdev - 2 actively maintained, 6 combined GitHub stars, oldest repo from Apr 2026. Full record: all servers from byteoverdev.

  1. Diagrams MCP Generate cloud architecture diagrams, flowcharts, and sequence diagrams. ★ 3

04 · Facts

category
maps & location - ranked #33 of 56 actively-maintained maps & location servers as of 2026-08-25.
registry
io.github.ByteOverDev/peak-window (active, first published 2026-05-29)
packages
npm:peak-window

05 · Peak Window FAQ

What is Peak Window?

An MCP App that analyzes upcoming weather at alpine peaks and trailheads worldwide, ranking the best windows for climbing and ascent. Uses the best available forecast model for each region: GeoSphere Austria AROME (2.5 km) for Central Europe, MeteoSwiss ICON-CH2 (2 km) for the Alpine region, Météo-France AROME (2.5 km) for France, and Open-Meteo globally (~11 km).

Is Peak Window still maintained?

Yes - as of 2026-08-25, its last commit was 2026-05-30. We re-verify nightly.

How do I install Peak Window?

Run `npx -y peak-window`. You can also paste the ready-made client config above.

Does Peak Window run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

06 · Alternatives to Peak Window

More maps & location MCP servers · France Data MCP · Aviation Weather MCP Server · Noaa Cdo MCP Server

More TypeScript MCP servers · Soulsketch · Cachly Dev MCP Server · Calibre MCP · 1password · see all