CloudGlue MCP Server
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
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
CloudGlue MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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
!MCP
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.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




