MCP Server
Active
MIT
NOAA RTOFS MCP Server MCP Server
io.github.mansurjisan/rtofs-mcp
What is the NOAA RTOFS MCP Server MCP server?
NOAA RTOFS global ocean forecast — SST, salinity, currents, depth profiles via CoastWatch ERDDAP
How to install NOAA RTOFS 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": {
"rtofs-mcp": {
"command": "uvx",
"args": [
"rtofs-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"rtofs-mcp": {
"command": "uvx",
"args": [
"rtofs-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"rtofs-mcp": {
"command": "uvx",
"args": [
"rtofs-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"rtofs-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"rtofs-mcp"
]
}
}
}Claude Code
claude mcp add rtofs-mcp -- uvx rtofs-mcpRelated MCP servers
NOAA CO-OPS MCP Server
Active
NOAA CO-OPS tides, water levels, currents, and meteorological data
6
View repository →Python
MIT
ERDDAP MCP Server
Active
Access ocean data from 80+ ERDDAP servers worldwide
6
View repository →Python
MIT
GOES-18/19 satellite imagery — visible, infrared, water vapor, and composites via NOAA
6
View repository →Python
MIT
NOAA NDBC MCP Server
Active
NOAA National Data Buoy Center observations: waves, SST, wind, pressure from 1,300+ stations
6
View repository →Python
MIT
NHC MCP Server
Active
NHC storm tracks, forecast advisories, watches/warnings, and HURDAT2 data
6
View repository →Python
MIT