# Philips TV (JointSpace + ADB) (pypi · pylips-mcp)

Control a Philips Android TV over JointSpace and ADB: power, volume, apps, keys, screen, Ambilight.

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

## Components

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

## Channel facts

- Registry: `pypi`
- Package: `pylips-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 35 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**: 74/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 446 tokens (~27/item across 16 items; 16 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.
  - All 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.
  - An AI judge read all 16 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 Philips TV (JointSpace + ADB) MCP server?

Philips TV (JointSpace + ADB) runs locally as a PyPI package, launched with uvx pylips-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-pylips-mcp -- uvx pylips-mcp
```

### Cursor

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

### VS Code

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

### Codex

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

### opencode

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

### OpenClaw

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

### Hermes

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

### Netclaw

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

### Vellum

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

### Other

```json
{
  "mcpServers": {
    "amineutron-pylips-mcp": {
      "command": "uvx",
      "args": [
        "pylips-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 55)

First indexed and scored.

## MCP tools (16)

### `power_on` (~14 tokens)

Allume la TV Philips

### `power_off` (~18 tokens)

Eteint la TV Philips (standby)

### `screen_off` (~43 tokens)

Eteint l'ecran de la TV tout en gardant le son actif (mode musique). Note: fonctionne principalement en source HDMI/TV, limite en mode Android.

### `screen_on` (~22 tokens)

Rallume l'ecran de la TV apres un screen_off

### `volume_up` (~32 tokens)

Augmente le volume de la TV (default +5)

Input parameters:

- `step` (integer): Increment (default 5)

### `volume_down` (~33 tokens)

Baisse le volume de la TV (default -5)

Input parameters:

- `step` (integer): Decrement (default 5)

### `volume_set` (~32 tokens)

Regle le volume a un niveau specifique

Input parameters:

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

### `mute` (~16 tokens)

Coupe ou remet le son de la TV

### `ambilight_on` (~18 tokens)

Active l'Ambilight de la TV

### `ambilight_off` (~19 tokens)

Desactive l'Ambilight de la TV

### `ambilight_mode` (~25 tokens)

Change le mode Ambilight

Input parameters:

- `mode` (string, required): Mode Ambilight

### `list_apps` (~16 tokens)

Liste les applications disponibles sur la TV

### `launch_app` (~26 tokens)

Lance une application sur la TV

Input parameters:

- `app` (string, required): Nom de l'application

### `youtube_video` (~55 tokens)

Lance YouTube sur une video specifique (URL youtube ou ID de video)

Input parameters:

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

### `get_state` (~38 tokens)

Retourne l'etat actuel de la TV : powerstate (On/Standby), volume, muted, ambilight_on, ambilight_mode

### `send_key` (~39 tokens)

Envoie une touche de telecommande

Input parameters:

- `key` (string, required): Touche a envoyer (ex: Home, Back, Play, Pause, Stop)

## Diagnostics

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

## Score history

- 2026-09-24: 55

## Common questions

### What is the Philips TV (JointSpace + ADB) MCP server?

Philips TV (JointSpace + ADB) is an MCP server listed in the public MCP registry as io.github.amineutron/pylips-mcp. Control a Philips Android TV over JointSpace and ADB: power, volume, apps, keys, screen, Ambilight. This page covers its PyPI package (pylips-mcp).

### Is the Philips TV (JointSpace + ADB) MCP server safe to use?

Philips TV (JointSpace + ADB) scores 55 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 Philips TV (JointSpace + ADB) MCP server expose?

Philips TV (JointSpace + ADB) exposes 16 tools: power_on, power_off, screen_off, screen_on, volume_up, and 11 more. Their descriptions and schemas cost roughly 446 tokens of context every time the server is loaded.

### Is the Philips TV (JointSpace + ADB) MCP server still maintained?

Philips TV (JointSpace + ADB) 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 Philips TV (JointSpace + ADB) MCP server under?

Philips TV (JointSpace + ADB) 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/pylips-mcp/
- Socket report: https://socket.dev/pypi/package/pylips-mcp
- Repository: https://github.com/amineutron/pylips-mcp
- Changelog RSS feed: https://verifymcp.io/servers/amineutron-pylips-mcp/pylips-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/amineutron-pylips-mcp/pylips-mcp.json
- HTML version of this page: https://verifymcp.io/servers/amineutron-pylips-mcp/pylips-mcp
