Skip to main content
ClaudeWave

Cue — video answers with timestamp-level proof. Local-first timelines, subtitles, scenes, and frame evidence.

MCP ServersOfficial Registry3 stars0 forksTypeScriptMITUpdated today
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 9/23/2026
Install in Claude Code / Claude Desktop
Method: NPX · @sylphx/cue
Claude Code CLI
claude mcp add cue -- npx -y @sylphx/cue
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "cue": {
      "command": "npx",
      "args": ["-y", "@sylphx/cue"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Use cases

MCP Servers overview

# Cue

### Video answers with timestamp-level proof

Cue gives agents a local video timeline they can search and cite: streams,
chapters, subtitles, scenes, frames, and exact timestamps.

```bash
npx -y @sylphx/cue
```

For Claude Code:

```bash
claude mcp add cue -- npx -y @sylphx/cue
```

## The fastest useful workflow

```json
{
  "sources": [{ "path": "/absolute/path/to/demo.mp4" }],
  "include_subtitles": true
}
```

Then ask:

> “Find the moment where the presenter explains the pricing change.”

Cue returns the matching timestamp, surrounding transcript, source hash, and
a route to render or crop the exact frame.

## Jobs Cue is built for

| Ask your agent | Cue returns |
| --- | --- |
| “Find this quote.” | timestamped transcript evidence |
| “Summarize this meeting.” | chapters and subtitle-backed notes |
| “Where is the code shown?” | timestamped frame and crop evidence |
| “What changed in this demo?” | timeline and structural scene boundaries |
| “Give me the useful moments.” | compact timeline with warnings and gaps |

## Tool surface

| Tool | Purpose |
| --- | --- |
| `read_video` | Build a local timeline from streams, subtitles, scenes, and keyframes |
| `search_video` | Search subtitles/transcripts and return timestamped matches |
| `video_evidence` | Render, crop, or OCR a frame at a known timestamp |

## Predictable defaults

- `fast` probes streams and reads embedded metadata/subtitles.
- `quality` explicitly requests scene detection, keyframes, OCR, or local ASR.
- No cloud video API or frame-by-frame vision model is required.
- Missing ffprobe, subtitles, or ASR is reported as a gap, not guessed around.

## Why agents trust it

Every claim can point back to `timestamp_ms`, stream index, subtitle range,
frame index, or source hash. Structural keyframes are preferred over sampling
every frame.

## Companion MCP tools

| Product | Job |
| --- | --- |
| [Citra](https://github.com/SylphxAI/citra) | PDF answers with page-level proof |
| [Iris](https://github.com/SylphxAI/iris) | Image facts and pixel evidence |
| [Spine](https://github.com/SylphxAI/spine) | Repository architecture and impact |
| [Locus](https://github.com/SylphxAI/locus) | Exact code-chunk retrieval |
| [Lookout](https://github.com/SylphxAI/lookout) | Web research with source excerpts |

Each product is independent. Install only the tools your agent needs.

## Development

```bash
bun install
bun run build
bun test
cargo test
bun run benchmark:public-proof
bun run benchmark:release-gate
```

## License

MIT
ai-agentsdeveloper-toolsffmpeglocal-firstmcpmodel-context-protocolrustsubtitlestranscriptionvideo-processingvideo-search

What people ask about cue

What is SylphxAI/cue?

+

SylphxAI/cue is mcp servers for the Claude AI ecosystem. Cue — video answers with timestamp-level proof. Local-first timelines, subtitles, scenes, and frame evidence. It has 3 GitHub stars and its last recorded update is dated 2026-09-23.

How do I install cue?

+

You can install cue by cloning the repository (https://github.com/SylphxAI/cue) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is SylphxAI/cue safe to use?

+

Our security agent has analyzed SylphxAI/cue and assigned a Trust Score of 95/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains SylphxAI/cue?

+

SylphxAI/cue is maintained by SylphxAI. The last recorded GitHub activity is dated 2026-09-23, with 0 open issues.

Are there alternatives to cue?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy cue to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: SylphxAI/cue
[![Featured on ClaudeWave](https://claudewave.com/api/badge/sylphxai-cue)](https://claudewave.com/repo/sylphxai-cue)
<a href="https://claudewave.com/repo/sylphxai-cue"><img src="https://claudewave.com/api/badge/sylphxai-cue" alt="Featured on ClaudeWave: SylphxAI/cue" width="320" height="64" /></a>

More MCP Servers

cue alternatives