My TV Channel for Claude Desktop
com.my-tv-channel/my-tv-channel
Create and run 24/7 linear TV channels. Import videos by URL; we transcode, schedule and stream.
client:Claude Desktop
transport:streamable-http
tools:19
Install My TV Channel in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"my-tv-channel": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://my-tv-channel.com/api/mytvchannel/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs
What Claude Desktop can do once it is connected
- get_account_status
- list_channels
- get_channel
- check_handle_available
- create_channel
- update_channel
- archive_channel
- import_video_from_url
- import_youtube_video
- list_assets
- get_transcode_status
- set_asset_weight
- delete_asset
- retry_transcode
- regenerate_schedule
- get_schedule
- get_schedule_rules
- validate_schedule_rules
- set_schedule_rules