Philips TV (JointSpace + ADB) for Cursor
io.github.amineutron/pylips-mcp
Control a Philips Android TV over JointSpace and ADB: power, volume, apps, keys, screen, Ambilight.
client:Cursor
transport:stdio
runtime:pypi
Install Philips TV (JointSpace + ADB) in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs