Skip to content
VS Code

NOAA Recon MCP Server for VS Code

io.github.mansurjisan/recon-mcp

Hurricane reconnaissance data — HDOB flight observations, Vortex Data Messages, SFMR, and ATCF fixes

client:VS Code transport:stdio runtime:pypi

Install NOAA Recon MCP Server in VS Code

.vscode/mcp.json

{
  "servers": {
    "recon-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "recon-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

NOAA Recon MCP Server in other clients