Skip to content
Grok

NWS Surface Wind Observations MCP Server for Grok

io.github.mansurjisan/winds-mcp

NWS surface wind observations (ASOS/AWOS) via Weather.gov and Iowa Environmental Mesonet APIs

client:Grok transport:stdio runtime:pypi

Install NWS Surface Wind Observations MCP Server in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

NWS Surface Wind Observations MCP Server in other clients