Skip to content
Cursor

NOAA RTOFS MCP Server for Cursor

io.github.mansurjisan/rtofs-mcp

NOAA RTOFS global ocean forecast — SST, salinity, currents, depth profiles via CoastWatch ERDDAP

client:Cursor transport:stdio runtime:pypi

Install NOAA RTOFS MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "rtofs-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "rtofs-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

NOAA RTOFS MCP Server in other clients