Skip to content
Grok

NHC MCP Server for Grok

io.github.mansurjisan/nhc-mcp

NHC storm tracks, forecast advisories, watches/warnings, and HURDAT2 data

client:Grok transport:stdio runtime:pypi

Install NHC MCP Server in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "nhc-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "nhc-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

NHC MCP Server in other clients