Skip to content
VS Code

frigate mcp for VS Code

io.github.mrfentmen/frigate-mcp

MCP server for Frigate NVR: version, stats, cameras, recent events.

client:VS Code transport:stdio runtime:npm

Install frigate mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "frigate-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "frigate-mcp"
      ]
    }
  }
}

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

frigate mcp in other clients