NOAA WW3 MCP Server for Cursor
io.github.mansurjisan/ww3-mcp
GFS-Wave (WAVEWATCH III) forecasts and NDBC buoy wave observations
client:Cursor
transport:stdio
runtime:pypi
Install NOAA WW3 MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ww3-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"ww3-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs