weatherai for Cursor
io.github.weatherai-io/weatherai
WeatherAI — 11 live weather tools for Claude, Cursor, Windsurf and any MCP AI assistant
client:Cursor
transport:stdio
runtime:npm
Install weatherai in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"weatherai": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@weatherai/mcp-server"
],
"env": {
"YOUR_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs