Verified

Cloudglue MCP Server

Cloudglue video collection data integration for LLM-powered analysis workflows.

Data last scanned today · Reviewed today

4310 tools14TypeScriptMIT

Overview

Cloudglue MCP Server provides a bridge to interact with your video collections via AI assistants. By processing video data into structured formats, it allows LLMs to ingest and reason over your video library directly. Installation requires a Cloudglue API key and supports configuration via JSON settings files in standard MCP clients or through a dedicated desktop extension for Claude.

Our verdict

With a security score of 38/100, this server carries a high risk level. The authentication method and read-only mode support remain unreviewed, and as a community-maintained tool rather than an official vendor release, users should exercise caution regarding the handling of their API credentials.

  • Small footprint with only five direct dependencies
  • Active repository with commits within the last 24 hours
  • Open source project under the MIT license
  • High-risk security score due to lack of editorial review
  • Authentication process not yet audited for potential vulnerabilities
  • Status of read-only mode is currently unverified

Setup

Claude Desktop
{
  "mcpServers": {
    "cloudglue-mcp-server": {
      "args": [
        "-y",
        "@cloudglue/cloudglue-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows), then restart Claude Desktop. Some servers require API keys or tokens as environment variables — check the project's README and add an "env" object if needed.

  • No read-only mode — running this grants full read/write access.
  • No built-in authentication — anyone with access to this config can invoke every tool it exposes.

Tools

ToolDescriptionRisk
list_collectionsDiscover available video collections and their basic metadata.low
list_videosBrowse and search video metadata with powerful filtering options.low
describe_videoGet comprehensive transcripts and descriptions from individual videos with intelligent cost optimization and pagination support.low
extract_video_entitiesExtract structured data and entities from videos using custom prompts with intelligent cost optimization and pagination support.low
get_video_metadataGet comprehensive technical metadata about a Cloudglue video file including duration, resolution, file size, processing status, and computed statistics.low
segment_video_camera_shotsSegment videos into camera shots with intelligent cost optimization.medium
segment_video_chaptersSegment videos into chapters with intelligent cost optimization.medium
retrieve_summariesBulk retrieve video summaries and titles from a collection to quickly understand its content and themes.low
search_video_momentsAI-powered semantic search to find specific video segments within a collection.low
search_video_summariesAI-powered semantic search to find relevant videos within a collection.low

Compatibility

ClientLocalDockerRemoteRead-only
Claude Desktop
Cursor
VS Code
Windsurf
ChatGPT

Frequently asked questions

What is required to authenticate the Cloudglue MCP server?

You must obtain a Cloudglue API key from cloudglue.dev, which is used to authenticate the server with your Cloudglue account.

Does the server support video analysis from sources other than the Cloudglue platform?

Yes, the server supports YouTube URLs, public HTTP MP4 links, and data connectors for Dropbox, Google Drive, and Zoom.

Are there limitations to using YouTube URLs with specific tools?

YouTube URLs are compatible with the describe_video, extract_video_entities, and segment_video_chapters tools, but they are not supported for the segment_video_camera_shots tool.

How do I manage large lists of videos or collections through the MCP tools?

The list_collections and list_videos tools support pagination, returning 25 items per page and providing page and total_pages fields for navigation.

How can I install the server on Claude Desktop?

You can download the .mcpb file from the releases page, open it with Claude Desktop, and enter your API key when prompted during the installation process.

Do I need to accept any specific terms to use this server?

Yes, by using the Cloudglue SDK or MCP server, you agree to the Cloudglue Terms of Service and acknowledge the Privacy Policy.

Changelog

Badge

Cloudglue MCP Server security score, rated on RepoAI

Maintain this server? Add the live badge to your README.