NOAA OFS MCP Server for Cursor
io.github.mansurjisan/ofs-mcp
NOAA OFS regional ocean model forecasts — water level, temperature, salinity
client:Cursor
transport:stdio
runtime:pypi
Install NOAA OFS MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ofs-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"ofs-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs