Weather Data MCP Server for Cursor
io.github.dgahagan/weather-mcp
17 weather tools, no API keys: forecasts, alerts, air quality, marine, radar, lightning, wildfires
client:Cursor
transport:stdio
runtime:npm
Install Weather Data MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"weather-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dangahagan/weather-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs