Skip to content
Grok

Philips TV (JointSpace + ADB) for Grok

io.github.amineutron/pylips-mcp

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

client:Grok transport:stdio runtime:pypi

Install Philips TV (JointSpace + ADB) in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "pylips-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "pylips-mcp"
      ],
      "env": {
        "TV_HOST": "<TV_HOST>",
        "TV_USER": "<TV_USER>",
        "TV_PASS": "<TV_PASS>",
        "DENON_HOST": "<DENON_HOST>",
        "DENON_PORT": "<DENON_PORT>",
        "PYLIPS_TLS_FINGERPRINT": "<PYLIPS_TLS_FINGERPRINT>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Philips TV (JointSpace + ADB) in other clients