Philips TV (JointSpace + ADB) for Zed
io.github.amineutron/pylips-mcp
Control a Philips Android TV over JointSpace and ADB: power, volume, apps, keys, screen, Ambilight.
client:Zed
transport:stdio
runtime:pypi
Install Philips TV (JointSpace + ADB) in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"pylips-mcp": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs