NWS Surface Wind Observations MCP Server for Cursor
io.github.mansurjisan/winds-mcp
NWS surface wind observations (ASOS/AWOS) via Weather.gov and Iowa Environmental Mesonet APIs
client:Cursor
transport:stdio
runtime:pypi
Install NWS Surface Wind Observations MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"winds-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"winds-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs