Loading MCP server directory, please wait...
Create and run 24/7 linear TV channels. Import videos by URL; we transcode, schedule and stream.
npx @getmcp/cli add com.my-tv-channel/my-tv-channelRequires Node.js 18+. Community-contributed server. Review source before installing.
AuthorizationBearer token: an API key created at https://my-tv-channel.com/agent-keys/ or in the app under Profile → Agent Access. Requires an active subscription (any tier). Format: 'Bearer mytv_sk_...'
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.my-tv-channel/my-tv-channel": {
"url": "https://my-tv-channel.com/api/mytvchannel/mcp",
"transport": "streamable-http",
"headers": {
"Authorization": ""
}
}
}
}