Chromecast / DLNA casting (catt) for Cursor
io.github.amineutron/catt-mcp
Cast YouTube videos and media to a Chromecast or DLNA device with catt, and control playback.
client:Cursor
transport:stdio
runtime:pypi
Install Chromecast / DLNA casting (catt) in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"catt-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"catt-mcp"
],
"env": {
"CATT_DEVICE": "<CATT_DEVICE>",
"TV_HOST": "<TV_HOST>",
"ADB_PATH": "<ADB_PATH>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs