# Vimeo MCP for AI Agents AI Agent Connect

> Vimeo MCP lets you manage your entire video library directly through your AI agent. You can search for specific content, update video titles and descriptions, organize albums, and handle user profile data without switching tabs. It's built for anyone who needs to keep their video assets organized and updated quickly.

## Overview
- **Category:** image-video
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_RaXB1xIQ9TtBNnYXhjTLFEhH7Lu7Fl3VxbHLanTf/ai-agent-connect
- **Tags:** video-hosting, video-api, content-creation, media-management, vimeo-api

## Description

Managing a large library of video content usually means jumping between browser tabs, copying IDs, and manually updating descriptions one by one. This Connector changes that by letting you talk to your video library as if it were a shared document. Instead of hunting for a specific video to change its privacy settings or title, you just tell your agent what you need done. You can pull up a list of all your recent uploads, find specific brand assets by keyword, or organize your videos into specific channels and groups. It handles the heavy lifting of navigating the Vimeo platform so you can stay focused on the actual content. Because it's hosted on Vinkius, you get a reliable way to connect these capabilities to your preferred AI client, making it much easier to keep your media assets organized and ready for use.

## Tools

### delete_video
Remove a video from your library using its unique ID. This helps you clean up old content quickly.

### get_channel
Fetch the details of a specific Vimeo channel. Use this to see how your content is categorized.

### get_group
Retrieve information for a specific group on the platform. This helps you understand your content structure.

### get_me
Pull the profile data for your own authenticated account. It's the fastest way to see your own account status.

### get_user
Get the profile details for a specific Vimeo user. This is useful for checking other profiles.

### get_video
Pull the metadata for a specific video. Use this to see the exact details of any video in your library.

### list_user_followers
See the list of followers for a given user. This is great for checking your audience reach.

### list_user_videos
Get a list of all videos uploaded by a specific user. Use this to audit content from different accounts.

### search_videos
Search across the entire Vimeo platform for specific keywords. This is your primary tool for finding assets.

### update_video
Change the title, description, or other metadata for an existing video. This saves you from manual editing.

### list_my_videos
See a full list of every video you've uploaded. Use this to get a bird's eye view of your library.

### list_user_albums
View all the albums or showcases for a specific user. This helps you see how others organize their content.

### create_video_upload
Generate a ticket to start the process of uploading new content. It's the first step in adding new media.

## Prompt Examples

**Prompt:** 
```
List my latest uploads and tell me the descriptions for the first three.
```

**Response:** 
```
Here are your 3 most recent videos:

| Video Title | ID | Description |
| :--- | :--- | :--- |
| Product Launch | 88231 | New product is out! |
| Team Update | 88245 | Weekly sync. |
| Tutorial | 88250 | How to use our tool. |

Would you like me to update the descriptions for any of these?
```

**Prompt:** 
```
Search for any videos about 'winter sale' and list their IDs.
```

**Response:** 
```
I found 4 videos matching 'winter sale':

* **Video 1**: ID 998
* **Video 2**: ID 999
* **Video 3**: ID 1001
* **Video 4**: ID 1002

Should I pull the metadata for these or update their titles?
```

**Prompt:** 
```
Who is following the user 'CreativeStudio'?
```

**Response:** 
```
I've retrieved the follower list for CreativeStudio. They currently have **1,240 followers**. I can pull the specific list of usernames for you if you'd like.
```

## Capabilities

### Update video titles and descriptions
Change the metadata for your existing videos using plain language commands.

### Search the entire Vimeo platform
Find specific content across the whole site using keywords.

### Delete videos using unique IDs
Remove specific videos from your library to keep your collection clean.

### Retrieve user profile information
Access account details and follower lists for yourself or others.

### Organize content into albums and groups
Structure your media library into logical categories and channels.

### Create video upload tickets
Start the process of adding new content to your library with a single request.

## Use Cases

### Updating descriptions for a campaign
A creator needs to change the descriptions of 10 videos for a new launch. They ask the agent to use update_video on a list of IDs to do it all at once.

### Finding specific brand assets
A marketing lead needs to find every video related to 'Summer 2024'. They use search_videos to pull a list of relevant links for their team.

### Auditing user profiles
A developer needs to check the follower count and profile info of a competitor. They use list_user_followers and get_user to gather data.

### Library cleanup
A manager wants to delete all videos from an old project. They use list_my_videos to find the IDs and delete_video to clear them out.

## Benefits

- Stop manual data entry by using update_video to change titles and descriptions in seconds.
- Find brand assets faster by using search_videos to scan your entire library for specific keywords.
- Organize your media more efficiently by using list_user_albums and get_group to structure your content.
- Keep your library clean by using delete_video to remove old or irrelevant content without leaving your agent.
- Manage your audience better by using list_user_followers to see who's engaging with your content.
- Prepare new content faster by using create_video_upload to set up your next project.

## How It Works

The bottom line is you get a conversational interface for your entire Vimeo media library.

1. Subscribe to the Vimeo MCP on Vinkius.
2. Enter your Vimeo Personal Access Token in your AI client settings.
3. Ask your agent to find, list, or update your videos.

## Frequently Asked Questions

**Can I use the Vimeo MCP to update my video descriptions?**
Yes, you can use the update_video tool to change titles and descriptions via your agent. This lets you manage metadata without opening the Vimeo website.

**How does the Vimeo MCP help with content organization?**
It allows you to list and inspect albums, channels, and groups. You can use your agent to see how your media is structured and keep things organized.

**Can my AI agent search for specific videos on Vimeo?**
Yes, it can use search_videos to find content across the entire platform using keywords. It's a great way to find specific assets quickly.

**Is it possible to delete videos using the Vimeo MCP?**
You can use delete_video to remove specific content from your library using its ID. This helps you keep your library clean and up to date.

**Can I see my own profile info with this Vimeo MCP?**
Yes, the get_me tool lets your agent pull your authenticated profile data. This is useful for checking your account status and basic info.

**How do I manage my followers using the Vimeo MCP?**
The Connector can list user followers, allowing you to see your audience engagement directly through your AI client.

**Can I update the privacy settings of my videos through the AI?**
Yes! You can use the `update_video` tool to change the `privacy_view` setting to options like 'anybody', 'nobody', or 'unlisted'.

**Is it possible to search for videos globally on Vimeo?**
Absolutely. The `search_videos` tool allows you to perform a global search using a query string and filter results by sort order and direction.

**Can I see who is following a specific user?**
Yes, the `list_user_followers` tool retrieves the list of followers for any given user ID on the platform.