gribstream-mcp

GribStream/gribstream-mcp
★ 0 stars Unknown language 🔌 API Integration Updated today
GribStream MCP is a Model Context Protocol server for weather forecast data. It helps AI tools discover GribStream datasets, inspect exact forecast variables and levels, validate request bodies, and generate runnable API requests for models such as GFS, ECMWF IFS, NBM, HRRR, and more.
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": {
    "gribstream-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "GribStream/gribstream-mcp"
      ]
    }
  }
}