Marine Weather
Freeby MCP Community
MCP tool for marine weather forecasts using NOAA api.weather.gov
v1.0.0Added Apr 12, 2026
mcpmarineweathernoaaforecast
Marine Weather MCP Server
MCP tool for marine weather forecasts using NOAA api.weather.gov
Installation
npx -y @vbotholemu/mcp-marine-weather
Reviews
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"]
}
}
}