PluginBench
MCP Server
Active
MIT

NWS Surface Wind Observations MCP Server MCP Server

io.github.mansurjisan/winds-mcp

What is the NWS Surface Wind Observations MCP Server MCP server?

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

How to install NWS Surface Wind Observations MCP Server

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "winds-mcp": {
      "command": "uvx",
      "args": [
        "winds-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "winds-mcp": {
      "command": "uvx",
      "args": [
        "winds-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "winds-mcp": {
      "command": "uvx",
      "args": [
        "winds-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "winds-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "winds-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add winds-mcp -- uvx winds-mcp

Related MCP servers

ADCIRC model configuration debugging, parameter lookup, and validation

6
Python
MIT
View repository →

NOAA CO-OPS tides, water levels, currents, and meteorological data

6
Python
MIT
View repository →

Access ocean data from 80+ ERDDAP servers worldwide

6
Python
MIT
View repository →

GOES-18/19 satellite imagery — visible, infrared, water vapor, and composites via NOAA

6
Python
MIT
View repository →

NOAA National Data Buoy Center observations: waves, SST, wind, pressure from 1,300+ stations

6
Python
MIT
View repository →

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

6
Python
MIT
View repository →