Skip to content
Cursor

NOAA STOFS MCP Server for Cursor

io.github.mansurjisan/stofs-mcp

NOAA STOFS storm surge forecasts, observation validation, and OPeNDAP data

client:Cursor transport:stdio runtime:pypi

Install NOAA STOFS MCP Server in Cursor

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

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

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

NOAA STOFS MCP Server in other clients