Open-Meteo Weather for Cursor
io.github.myai-2025/openmeteo-mcp
Current weather and hourly forecasts for any place name, via the free Open-Meteo API. No API key.
client:Cursor
transport:stdio
runtime:pypi
Install Open-Meteo Weather in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"openmeteo-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"myai-weather-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs