GoVideo for Claude Desktop
stream.govideo/govideo
Drop in a video, get a link that plays anywhere — plus chapters, player styling and analytics.
client:Claude Desktop
transport:streamable-http
Install GoVideo in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"govideo": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.govideo.stream/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