What is the NOAA OFS MCP Server MCP server?
NOAA OFS regional ocean model forecasts — water level, temperature, salinity
How to install NOAA OFS 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": {
"ofs-mcp": {
"command": "uvx",
"args": [
"ofs-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"ofs-mcp": {
"command": "uvx",
"args": [
"ofs-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"ofs-mcp": {
"command": "uvx",
"args": [
"ofs-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"ofs-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"ofs-mcp"
]
}
}
}Claude Code
claude mcp add ofs-mcp -- uvx ofs-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 →Hurricane reconnaissance data — HDOB flight observations, Vortex Data Messages, SFMR, and ATCF fixes
View repository →