What is the NOAA STOFS MCP Server MCP server?
NOAA STOFS storm surge forecasts, observation validation, and OPeNDAP data
How to install NOAA STOFS MCP Server
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"stofs-mcp": {
"command": "uvx",
"args": [
"stofs-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"stofs-mcp": {
"command": "uvx",
"args": [
"stofs-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"stofs-mcp": {
"command": "uvx",
"args": [
"stofs-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"stofs-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"stofs-mcp"
]
}
}
}Claude Code
claude mcp add stofs-mcp -- uvx stofs-mcpRelated MCP servers
ADCIRC model configuration debugging, parameter lookup, and validation
View repository →NOAA CO-OPS tides, water levels, currents, and meteorological data
View repository →GOES-18/19 satellite imagery — visible, infrared, water vapor, and composites via NOAA
View repository →NHC storm tracks, forecast advisories, watches/warnings, and HURDAT2 data
View repository →NOAA OFS regional ocean model forecasts — water level, temperature, salinity
View repository →