Chromecast / DLNA casting (catt) for Windsurf
io.github.amineutron/catt-mcp
Cast YouTube videos and media to a Chromecast or DLNA device with catt, and control playback.
client:Windsurf
transport:stdio
runtime:pypi
Install Chromecast / DLNA casting (catt) in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"catt-mcp": {
"command": "uvx",
"args": [
"catt-mcp"
],
"env": {
"CATT_DEVICE": "<CATT_DEVICE>",
"TV_HOST": "<TV_HOST>",
"ADB_PATH": "<ADB_PATH>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs