What is the NOAA NDBC MCP Server MCP server?
NOAA National Data Buoy Center observations: waves, SST, wind, pressure from 1,300+ stations
How to install NOAA NDBC 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": {
"ndbc-mcp": {
"command": "uvx",
"args": [
"ndbc-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"ndbc-mcp": {
"command": "uvx",
"args": [
"ndbc-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"ndbc-mcp": {
"command": "uvx",
"args": [
"ndbc-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"ndbc-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"ndbc-mcp"
]
}
}
}Claude Code
claude mcp add ndbc-mcp -- uvx ndbc-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
NHC MCP Server
Active
NHC storm tracks, forecast advisories, watches/warnings, and HURDAT2 data
6
View repository →Python
MIT
NOAA OFS MCP Server
Active
NOAA OFS regional ocean model forecasts — water level, temperature, salinity
6
View repository →Python
MIT