Chromecast / DLNA casting (catt) for Zed
io.github.amineutron/catt-mcp
Cast YouTube videos and media to a Chromecast or DLNA device with catt, and control playback.
client:Zed
transport:stdio
runtime:pypi
Install Chromecast / DLNA casting (catt) in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"catt-mcp": {
"command": "uvx",
"args": [
"catt-mcp"
],
"env": {
"CATT_DEVICE": "<CATT_DEVICE>",
"TV_HOST": "<TV_HOST>",
"ADB_PATH": "<ADB_PATH>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs