mcp

AQUAVIEW-DAH/mcp
★ 0 stars Jupyter Notebook 🤖 AI/LLM Updated today
MCP server for ocean & atmospheric data — query 700K+ datasets from NOAA, IOOS, NDBC, Argo, GOES-R, NEXRAD, World Ocean Database & 60+ more sources directly from Claude, ChatGPT, Gemini, Grok, and any MCP client.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "AQUAVIEW-DAH/mcp"
      ]
    }
  }
}