mcpbeat Sign in
I

Cue MCP Server

local only

Cue runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 24 Sep 2026.

Cue — video answers with timestamp-level proof. Scenes and frames stay off until asked.

Installs / week
npm · @sylphx/cue
3
Stars
0 open issues
24 Sep 2026
Last commit
no recent releases
MIT
License
TypeScript

What the code does

We read the source, 35 min ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    const probe = spawnSync(binary, [], {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add cue -- npx -y @sylphx/cue
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cue": {
      "args": [
        "-y",
        "@sylphx/cue"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cue]
command = "npx"
args = ["-y", "@sylphx/cue"]
.cursor/mcp.json
{
  "mcpServers": {
    "cue": {
      "args": [
        "-y",
        "@sylphx/cue"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cue": {
      "args": [
        "-y",
        "@sylphx/cue"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Cue

same job, measured the same way
Citra
by sylphxai

Citra — PDF answers with page-level proof: structure, tables, OCR, and page citations.

848 installs/wk local only
Streambridge
by datmay-dot

Search Chinese TV drama scenes with second-level timestamps by character, emotion, or scene type.

4 tools answering
VidWords YouTube
by vidwords

Extract YouTube transcripts, search what was said, and read on-screen frames with cited timestamps.

answering
I
Lookout
by sylphxai

Lookout — web answers with source-level proof. Search and fetch citeable excerpts, no API key.

local only
Uploadcheck
by uploadcheck

QC videos, podcasts, and clips before upload — timestamped flags with agent-ready repair prompts.

32 installs/wk local only
I
Video Generation Cost Estimator
by 702exec

Video generation cost estimates across providers, with provenance, freshness, and confidence.

3 tools answering
cloro
by cloro

Scrape AI answer engines and Google Search/News with country and state-level geo-targeting.

10 tools answering
Transkriba — Russian audio transcription
by transkriba

Transcribe Russian audio and video with timestamps and optional speaker labels from files or links.

7 tools answering

Cue — questions

Answers built from our own checks of this server.

Why is there no uptime for Cue?
Cue runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @sylphx/cue.
How do I connect Cue?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @sylphx/cue straight from npm; nothing to host, nothing to sign up for.
Is Cue open source?
Yes — it is published under the MIT licence, written in TypeScript and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.