Skip to content
Cursor

weather for Cursor

io.github.yuv24793/weather

An MCP server that provides weather information.

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",
        "@yuv24793/mcp-weather-server"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

weather in other clients