CloudGlue MCP Server

by aviaryhq

13 stars
262 downloads
Not rated
GitHub Website

About

Connects Cloudglue to AI assistants, turning video collections into structured data for LLMs. Requires a Cloudglue API Key.

Details

Author
aviaryhq
GitHub stars
13
Downloads
262
Categories
Cloud Service, Other, Infrastructure

- Connects Cloudglue to Cursor, Claude Desktop, and other AI assistants
- Unlocks video collection understanding for LLMs
- Supports YouTube, public HTTP, and data connector URLs (Dropbox, Google Drive, Zoom)
- Offers tools for discovery, individual video analysis, and collection analysis
- Provides page-based pagination across all major tools
- Includes intelligent cost optimization and automatic duplicate detection

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name CloudGlue MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install via npx or download the Claude Desktop Extension, then configure with an API key from cloudglue.dev. Pass the API key using the --api-key argument in your MCP client JSON configuration. Once set up, use the available tools (e.g., list_collections, describe_video) to interact with Cloudglue.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "cloudglue mcp server": {
            "cloudglue-mcp-server": {
                "command": "node",
                "args": [
                    "/ABSOLUTE/PATH/TO/PARENT/FOLDER/cloudglue-mcp-server/build/index.js",
                    "--api-key",
                    "<CLOUDGLUE-YOUR-API-KEY>"
                ]
            }
        }
    }
}

McpServers

{
    "cloudglue-mcp-server": {
        "command": "node",
        "args": [
            "/ABSOLUTE/PATH/TO/PARENT/FOLDER/cloudglue-mcp-server/build/index.js",
            "--api-key",
            "<CLOUDGLUE-YOUR-API-KEY>"
        ]
    }
}

Cloudglue MCP Server

NPM Version
License
!MCP
Discord

Connect Cloudglue to Cursor, Claude Desktop, and other AI assistants to unlock the power of video collection understanding. Cloudglue helps turn your videos into structured data ready for LLMs.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.