Skip to content
Cursor

NOAA CO-OPS MCP Server for Cursor

io.github.oceanmodeling/coops-mcp

NOAA CO-OPS tides, water levels, currents, and meteorological data

client:Cursor transport:stdio runtime:pypi

Install NOAA CO-OPS MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "coops-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "coops-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

NOAA CO-OPS MCP Server in other clients