Server Video Resource
Freeby MCP Community
MCP App Server demonstrating video resources served as base64 blobs
v1.5.0Added Apr 12, 2026
Server Video Resource MCP Server
MCP App Server demonstrating video resources served as base64 blobs
Installation
Reviews
Installation
Quick install
npx -y @modelcontextprotocol/server-video-resource
Add to claude_desktop_config.json
{
"mcpServers": {
"server-video-resource": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-video-resource"]
}
}
}