Weather MCP Server for Cursor
io.github.isdaniel/mcp_weather_server
providing weather information, air quality data, and timezone utilities using the Open-Meteo API.
client:Cursor
transport:stdio
runtime:pypi
Install Weather MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp_weather_server": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-weather-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs