# blakeblackshear/frigate | Model Context Protocol (MCP) Server > NVR with realtime local object detection for IP cameras - **Stars**: ⭐ 35,044 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "frigate": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-frigate" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "frigate": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-frigate" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-frigate` - **Docker**: `docker run -i --rm mcp/frigate`