Skip to content
Cursor

open eagle eye for Cursor

io.github.stuchapin909/open-eagle-eye

Live snapshots from ~29,000 public cameras across 11 countries — traffic, weather, webcams

client:Cursor transport:stdio runtime:npm

Install open eagle eye in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "open-eagle-eye": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "openeagleeye"
      ]
    }
  }
}

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

open eagle eye in other clients