# Chromecast / DLNA casting (catt) (pypi · catt-mcp)

Cast YouTube videos and media to a Chromecast or DLNA device with catt, and control playback.

- Trust score: 54/100 (low)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-24

## Components

- pypi · `catt-mcp`: 54/100 (this document), [markdown](https://verifymcp.io/servers/amineutron-catt-mcp/catt-mcp.md), [page](https://verifymcp.io/servers/amineutron-catt-mcp/catt-mcp)

## Channel facts

- Registry: `pypi`
- Package: `catt-mcp`
- Version: `0.2.1`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-24.

- **Supply Chain Security**: 50/100
  - Malware scan not yet available for this package.
  - No known CVEs affecting this package version or its production dependencies.
  - Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it.
  - 1 of 30 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 0 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 69/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 267 tokens (~26/item across 10 items; 10 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 10 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 10 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### How do I install the Chromecast / DLNA casting (catt) MCP server?

Chromecast / DLNA casting (catt) runs locally as a PyPI package, launched with uvx catt-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add amineutron-catt-mcp -- uvx catt-mcp
```

### Cursor

```json
{
  "mcpServers": {
    "amineutron-catt-mcp": {
      "command": "uvx",
      "args": [
        "catt-mcp"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "amineutron-catt-mcp": {
      "command": "uvx",
      "args": [
        "catt-mcp"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add amineutron-catt-mcp -- uvx catt-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "amineutron-catt-mcp": {
      "type": "local",
      "command": [
        "uvx",
        "catt-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add amineutron-catt-mcp --command uvx --arg catt-mcp
```

### Hermes

```yaml
mcp_servers:
  amineutron-catt-mcp:
    command: "uvx"
    args: ["catt-mcp"]
```

### Netclaw

```json
{
  "McpServers": {
    "amineutron-catt-mcp": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "catt-mcp"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add amineutron-catt-mcp -t stdio -c uvx -a catt-mcp
```

### Other

```json
{
  "mcpServers": {
    "amineutron-catt-mcp": {
      "command": "uvx",
      "args": [
        "catt-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-24 (score 54)

First indexed and scored.

## MCP tools (10)

### `cast_youtube` (~53 tokens)

Caste une video YouTube sur la TV (URL ou ID de video)

Input parameters:

- `url` (string, required): URL YouTube (youtube.com/watch?v=xxx, youtu.be/xxx) ou ID de video

### `cast_url` (~37 tokens)

Caste une URL quelconque (video, audio, stream) sur la TV

Input parameters:

- `url` (string, required): URL du contenu a caster

### `cast_stop` (~18 tokens)

Arrete le cast en cours sur la TV

### `cast_pause` (~16 tokens)

Met en pause le cast en cours

### `cast_resume` (~16 tokens)

Reprend la lecture du cast

### `cast_volume` (~33 tokens)

Regle le volume du cast (0-100)

Input parameters:

- `level` (integer, required): Niveau de volume (0-100)

### `cast_seek` (~36 tokens)

Avance ou recule dans la video

Input parameters:

- `seconds` (integer, required): Secondes (positif = avancer, negatif = reculer)

### `cast_status` (~17 tokens)

Retourne le statut du cast en cours

### `cast_scan` (~22 tokens)

Scanne les devices Chromecast/DLNA disponibles sur le reseau

### `cast_info` (~19 tokens)

Retourne les infos detaillees du media en cours

## Diagnostics

Captured diagnostic sections: Provenance, Install scripts, Dependencies. The full working is on the page: https://verifymcp.io/servers/amineutron-catt-mcp/catt-mcp#diagnostics

## Score history

- 2026-09-24: 54

## Common questions

### What is the Chromecast / DLNA casting (catt) MCP server?

Chromecast / DLNA casting (catt) is an MCP server listed in the public MCP registry as io.github.amineutron/catt-mcp. Cast YouTube videos and media to a Chromecast or DLNA device with catt, and control playback. This page covers its PyPI package (catt-mcp).

### Is the Chromecast / DLNA casting (catt) MCP server safe to use?

Chromecast / DLNA casting (catt) scores 54 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 24 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the Chromecast / DLNA casting (catt) MCP server expose?

Chromecast / DLNA casting (catt) exposes 10 tools: cast_youtube, cast_url, cast_stop, cast_pause, cast_resume, and 5 more. Their descriptions and schemas cost roughly 267 tokens of context every time the server is loaded.

### Is the Chromecast / DLNA casting (catt) MCP server still maintained?

Chromecast / DLNA casting (catt) is still listed as active in the MCP registry. We last reached this channel on 24 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the Chromecast / DLNA casting (catt) MCP server under?

Chromecast / DLNA casting (catt) declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

- PyPI project: https://pypi.org/project/catt-mcp/
- Socket report: https://socket.dev/pypi/package/catt-mcp
- Repository: https://github.com/amineutron/catt-mcp
- Changelog RSS feed: https://verifymcp.io/servers/amineutron-catt-mcp/catt-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/amineutron-catt-mcp/catt-mcp.json
- HTML version of this page: https://verifymcp.io/servers/amineutron-catt-mcp/catt-mcp
