# Vidyard MCP for AI Agents AI Agent Connect

> Vidyard MCP lets you manage your entire video library and custom players through an AI agent. Instead of hunting through the Vidyard dashboard, you can ask your agent to find specific assets, grab direct download links, or set up new video players for your website. It turns your AI into a dedicated video asset manager, handling the tedious stuff like metadata checks and player organization.

## Overview
- **Category:** marketing-automation
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_abTQxtsLKtgw35GZeQ2HcOHUDvGIYwI0eZ64SP03/ai-agent-connect
- **Tags:** video-hosting, video-messaging, content-management, video-analytics, sales-enablement, media-assets

## Description

Managing a library of business videos usually means jumping between tabs, digging through folders, and hunting for that one specific MP4 link someone asked for. This Connector changes that by letting your AI agent do the heavy lifting for you. You can talk to your agent to find a specific product demo, grab the direct stream URL for a 720p version, or see if a video is still encoding. It handles the organization too, like attaching a new video to a specific player or updating a player's name across your marketing materials. If you're looking for a way to keep your video assets organized without the manual headache, Vinkius makes it easy to plug this into your existing workflow. It's about moving from where did I put that link to get me the link for the Q3 update and having the answer instantly.

## Tools

### create_empty_player
Creates a new, empty video player container. It lets you set up a new spot for your content.

### get_video_source_files
Retrieves direct stream URLs for various qualities like 480p and 720p. Use this to get the actual files.

### get_player_details
Retrieves specific details for a video player. This helps you verify the current setup of an embed.

### get_video_details
Retrieves technical metadata for a specific video asset. Use this to check length and encoding status.

### list_video_players
Lists all configured video players in your account. This gives you a bird's-eye view of your embeds.

### list_videos
Lists all video assets stored in your Vidyard dashboard. Use this to see your entire library at once.

### attach_video_to_player
Adds a specific video asset into a player container. This is how you link your content to your website.

### update_player_name
Updates the display name or title of an existing player. Use this to keep your naming conventions consistent.

### delete_video_player
Permanently deletes a video player container. This won't delete the actual video assets.

### delete_video_asset
Permanently deletes a video asset from your Vidyard account. This action is irreversible.

## Prompt Examples

**Prompt:** 
```
Find the 720p download link for the 'Summer Sale' video.
```

**Response:** 
```
I found the 'Summer Sale' video in your library. Here is the 720p MP4 link: **https://vidyard.com/stream/example-720p**

Would you like me to find the 480p version as well?
```

**Prompt:** 
```
List my players and tell me if the 'Product Demo' video is attached.
```

**Response:** 
```
You have 3 players:

* **Homepage Hero** (Attached)
* **Product Demo** (Not Attached)
* **Contact Us** (Attached)

Would you like me to attach the demo video to its player?
```

**Prompt:** 
```
Check the encoding status of the 'Q4 Update' video.
```

**Response:** 
```
The 'Q4 Update' video is currently encoding. It is about **80% complete** and should be ready for distribution shortly.
```

## Capabilities

### Find specific videos in your library
Ask your agent to list all assets or find a specific one by name.

### Grab direct download links
Get direct MP4 links for different qualities like 480p and 720p instantly.

### Create and manage custom players
Build new video player containers and manage how they appear on your site.

### Attach videos to player containers
Link specific video assets to your custom players with one command.

### Check technical metadata
Verify encoding status, video length, and other technical details.

### Delete old assets or players
Remove outdated videos or player containers from your account permanently.

## Use Cases

### Finding high-quality demo links
A marketing manager needs the 720p link for a specific demo. They ask the agent to find the video and provide the source file links.

### Quickly setting up new website embeds
A sales rep needs to share a new demo. They ask the agent to create a new player and attach the latest product video to it.

### Cleaning up old video assets
A content creator is cleaning up old assets. They ask the agent to list all videos and delete the ones that are no longer needed.

### Updating knowledge base tutorials
A support engineer is updating a knowledge base. They ask the agent to find the tutorial video and get the player details for the embed.

## Benefits

- Stop hunting for links by using get_video_source_files to get direct MP4 URLs instantly.
- Keep your site organized by using attach_video_to_player to link content to specific containers.
- Save time on updates with update_player_name to change titles across your dashboard in seconds.
- Audit your library quickly by using list_videos to see every asset in one list.
- Manage your embeds better by using list_video_players to see all active player configurations.
- Verify content readiness by using get_video_details to check encoding status and technical specs.

## How It Works

The bottom line is you stop clicking through dashboards and start managing your video assets through plain English.

1. Subscribe to the Connector on Vinkius and grab your Vidyard API token.
2. Connect the token to your AI client like Claude or Cursor.
3. Start asking your agent to list videos, find links, or manage players.

## Frequently Asked Questions

**Can I use the Vidyard MCP to get direct download links?**
Yes, you can get direct MP4 links for various qualities like 480p or 720p directly through your agent.

**Does the Vidyard MCP let me delete my videos?**
Yes, it allows you to permanently remove video assets from your dashboard using simple voice or text commands.

**Can I manage my video players with this?**
You can create new players, update their names, and attach specific videos to them without leaving your chat interface.

**How does the Vidyard MCP help marketing teams?**
It lets you organize your library and quickly find embed codes without manual searching, making it much faster to update campaign assets.

**Can I check if my videos are finished encoding?**
Yes, the agent can retrieve technical metadata to show you the current encoding status so you know when content is ready.

**Can I use this with Claude or Cursor?**
Yes, you can connect this Connector to any compatible client like Claude, Cursor, or Windsurf to manage your videos.

**Can I get direct download links for my videos through the agent?**
Yes. The `get_video_source_files` tool allows your agent to retrieve direct MP4 download links and stream URLs for different qualities (like 720p or 1080p), making it easy to share raw files or use them in other applications.

**How do I add a video to a specific player?**
Use the `attach_video_to_player` tool. You'll need to provide the `player_id` and the `video_id`. Your agent can help you find these IDs by listing your players and videos first.

**Can I create new video players through conversation?**
Absolutely. The `create_empty_player` tool lets you provision a new player container with a descriptive name. Once created, you can attach videos to it and manage its settings directly through your agent.