video-resource-server.md

Video Resource Server

UI App
from"modelcontextprotocol"
2.4k

Binary video streaming via MCP resources for media playback

Media
videostreamingmediaplayback
install.sh
# Clone the repository
$git clone https://github.com/modelcontextprotocol/ext-apps/tree/main/examples/video-resource-server
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve