Skip to content

Server Video Resource

Free

by MCP Community

MCP App Server demonstrating video resources served as base64 blobs

v1.5.0Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Server Video Resource MCP Server

MCP App Server demonstrating video resources served as base64 blobs

Installation

Reviews

Leave a Review

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"]
    }
  }
}