mcpbeat Sign in

Marine Forecast MCP Server

local only

Marine Forecast MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 117 installs a week from npm.

Wave height, wave period, and sea temperature forecasts from Open Meteo marine.

The linked repository no longer exists on GitHub — it was deleted or made private.

117
Installs / week
npm · marine-forecast-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

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

Alternatives to Marine Forecast MCP

same job, measured the same way
Flood MCP
by mrfentmen

Flood forecasts from Open-Meteo Flood API. No key required.

134 installs/wk local only
Open Meteo MCP
by mrfentmen

Open-Meteo weather, geocoding, elevation, and UV forecasts.

65 installs/wk local only
JUMPER Health
by jumper-health

Read shared JUMPER Health records: blood pressure, oxygen, weight, temperature and fetal monitoring.

answering
Open-Meteo Weather
by myai-2025

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

local only
Global Surfari Surf Forecasts
by globalsurfari

7 day surf forecasts (wave, wind, period) for any coordinate or named surf spot.

3 tools answering
marine
by pipeworx-io

Marine MCP — wraps marine-api.open-meteo.com (free, no auth)

33 tools answering
Weather Hint
by sadri-dridi

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

30 tools answering
NOAA OFS MCP Server
by mansurjisan

NOAA OFS regional ocean model forecasts — water level, temperature, salinity

55 installs/wk local only

Marine Forecast MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Marine Forecast MCP?
Marine Forecast MCP 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 marine-forecast-mcp was installed 117 times last week.
Is Marine Forecast MCP still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Marine Forecast MCP?
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 marine-forecast-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Marine Forecast MCP?
The npm package marine-forecast-mcp was installed 117 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.