NOAA NDBC MCP Server for Cursor
io.github.mansurjisan/ndbc-mcp
NOAA National Data Buoy Center observations: waves, SST, wind, pressure from 1,300+ stations
client:Cursor
transport:stdio
runtime:pypi
Install NOAA NDBC MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ndbc-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"ndbc-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs