Skip to content

Marine Weather

Free

by MCP Community

MCP tool for marine weather forecasts using NOAA api.weather.gov

v1.0.0Added Apr 12, 2026
mcpmarineweathernoaaforecast
Works with:ClaudeGPTGeminiCopilot

Marine Weather MCP Server

MCP tool for marine weather forecasts using NOAA api.weather.gov

Installation

npx -y @vbotholemu/mcp-marine-weather

Reviews

Leave a Review

Installation

Quick install
npx -y @vbotholemu/mcp-marine-weather
Add to claude_desktop_config.json
{
  "mcpServers": {
    "marine-weather": {
      "command": "npx",
      "args": ["-y", "@vbotholemu/mcp-marine-weather"]
    }
  }
}