Loading MCP server directory, please wait...
Control a Philips Android TV over JointSpace and ADB: power, volume, apps, keys, screen, Ambilight.
npx @getmcp/cli add io.github.amineutron/pylips-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
TV_HOSTIP address of the Philips TV
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.amineutron/pylips-mcp": {
"command": "uvx",
"args": [
"pylips-mcp"
],
"env": {
"TV_HOST": "",
"TV_USER": "",
"TV_PASS": "",
"DENON_HOST": "",
"DENON_PORT": "23",
"PYLIPS_TLS_FINGERPRINT": ""
}
}
}
}