weather for Cursor
io.github.eudoroolivares2016/weather
An MCP server for weather information updating this value now.
client:Cursor
transport:stdio
runtime:npm
Install weather in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"weather": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@eudoroolivares/mcp-weather-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs