NWS Surface Wind Observations MCP Server for VS Code
io.github.mansurjisan/winds-mcp
NWS surface wind observations (ASOS/AWOS) via Weather.gov and Iowa Environmental Mesonet APIs
client:VS Code
transport:stdio
runtime:pypi
Install NWS Surface Wind Observations MCP Server in VS Code
.vscode/mcp.json
{
"servers": {
"winds-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"winds-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs