Weather for Cursor
io.github.thx93/weather
US weather for AI agents: active NWS alerts by state, 5-period forecasts by lat/lon. Paid per call.
client:Cursor
transport:streamable-http
tools:3
Install Weather in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"weather": {
"url": "https://agent-evidence-api.thx93.workers.dev/weather/mcp"
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs