Skip to content
VS Code

open eagle eye for VS Code

io.github.stuchapin909/open-eagle-eye

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

client:VS Code transport:stdio runtime:npm

Install open eagle eye in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

open eagle eye in other clients