# Loom MCP for AI Agents AI Agent Connect

> Loom MCP lets you manage your video messages and screencasts through your AI client. You can pull metadata, handle timeline comments, and check out viewer analytics without leaving your workspace. It handles the heavy lifting of video orchestration so you can focus on the actual conversation.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_Uu9jPN9J4ZKTMBM6vNYe7pDv8xkM7PV88lMaLqfl/ai-agent-connect
- **Tags:** asynchronous-video, screencast, video-messaging, workspace-collaboration, viewer-analytics, video-metadata

## Description

Loom MCP connects your video library to your AI client so you can manage your asynchronous communications without constant tab-switching. If you're tired of clicking every link to see if a customer watched a bug report or to find a specific comment, this is the fix. You can ask your agent to pull viewer analytics, summarize timeline engagement, or even move videos into specific folders to keep your workspace organized. It handles the heavy lifting of metadata management and file retrieval, letting you focus on the actual conversation. Because it's part of the Vinkius catalog, you can plug it into your existing workflow and start querying your Loom content through natural language. You get to keep the high-touch feel of video messaging while offloading the tedious navigation to your agent.

## Tools

### list_videos
See every video in your workspace. Use this to quickly scan your library for specific content.

### get_video
Grab specific details for a single video. This helps you get titles and links without opening the browser.

### delete_video
Remove a video permanently from your library. This is useful for cleaning up old drafts or outdated content.

### update_video
Change the title of an existing video. Use this to keep your video names accurate as projects evolve.

### get_transcript
Pull the full text transcript of a video. This makes it easy to search for specific spoken content.

### list_folders
View all the folders in your Loom workspace. Use this to understand your current organizational structure.

### list_workspace_members
See who has access to your workspace. This helps you manage permissions and team visibility.

### get_video_analytics
Get data on how people watched your content. This gives you insight into viewer engagement and retention.

## Prompt Examples

**Prompt:** 
```
Find the comments on the 'API Integration' video and tell me if anyone is complaining about the auth flow.
```

**Response:** 
```
I've checked the comments on the **API Integration** video. Here is the current feedback:

| User | Comment |
| :--- | :--- |
| Sarah | "The OAuth token keeps expiring too fast." |
| Mike | "I'm having trouble with the redirect URI." |
| Alex | "Everything looks great so far!" |

It looks like **Sarah** and **Mike** are both having issues with the authentication flow. Would you like me to draft a reply to them?
```

**Prompt:** 
```
Show me the analytics for the 'Onboarding Demo' and tell me where people usually drop off.
```

**Response:** 
```
I've pulled the analytics for the **Onboarding Demo**. Here are the key stats:

*   **Total Views:** 142
*   **Average Watch Time:** 2m 15s
*   **Drop-off Point:** 65% of viewers stop watching at the **'Database Setup'** section (around the 3:45 mark).

It seems like that specific step might be too complex for new users.
```

**Prompt:** 
```
I need to move the last 3 videos I made into the 'Archive' folder.
```

**Response:** 
```
Done! I've moved the following videos into the **Archive** folder:

*   *Quick Bug Fix #42*
*   *UI Polish - Button States*
*   *Internal Team Sync - June 12*

Your workspace is now updated.
```

## Capabilities

### Pull video metadata
Get titles, durations, and links instantly from your workspace.

### Manage timeline comments
Read, add, or delete threaded replies on any video.

### Extract viewer analytics
See exactly where people stopped watching or engaged with your content.

### Generate raw downloads
Get ephemeral MP4 links to save raw video files to your local drive.

### Update video properties
Change titles and move videos into different folders for better organization.

### Remove old screencasts
Irreversibly delete videos to keep your workspace clean and optimized.

## Use Cases

### Support engagement tracking
A support lead asks the agent to find the 'Login Bug' video and summarize the last 3 comments to see if the customer is still stuck.

### Product walkthrough audits
A PM asks the agent to pull analytics for the 'New Feature Walkthrough' to see which step caused the most viewers to stop watching.

### Bulk library organization
A manager asks the agent to list all videos in the 'Q3 Updates' folder and find the one with the most views.

### Local file archiving
A content creator asks the agent to generate a download link for a specific screencast to save it to the company's local drive.

## Benefits

- Stop clicking links to check comments. Use list_workspace_members and get_video to see who is involved and what they said without opening a browser.
- Get instant stats on viewer engagement. Use get_video_analytics to see exactly where people dropped off during a long demo.
- Organize your library in seconds. Use update_video and list_folders to move and rename screencasts as your projects evolve.
- Grab raw files for your records. Use get_transcript and the analytics tools to pull data into your docs without manual exporting.
- Clean up your workspace quickly. Use delete_video to purge old drafts and keep your folder structure organized and relevant.

## How It Works

The bottom line is you get a voice-controlled interface for your entire Loom library.

1. Subscribe to the Loom MCP via the Vinkius marketplace.
2. Enter your Loom API Token into your AI client settings.
3. Ask your agent to list videos, check comments, or pull analytics.

## Frequently Asked Questions

**Can the Loom MCP read my video comments?**
Yes, it can read, add, and delete threaded comments on any video in your workspace. This allows your agent to summarize feedback or reply to users without you needing to open the Loom app.

**Can I use the Loom MCP to see who watched my video?**
Yes, the Connector pulls viewer analytics. You can ask your agent to check how many people watched a video and see exactly where they dropped off.

**Does the Loom MCP let me download videos?**
Yes, it can generate ephemeral download links for raw MP4 files. This is great for grabbing a copy of a screencast for your local records or archives.

**Can I organize my Loom folders with this?**
Yes, you can use your agent to list folders and move videos into specific locations. It's a fast way to keep your video library organized as your projects grow.

**Is the Loom MCP good for support teams?**
It's perfect for support teams. It allows you to quickly scan through customer-shared videos to find specific issues and track engagement across multiple tickets.

**Can the Loom MCP get video transcripts?**
Yes, you can pull the full text transcript of any video. This makes it much easier to search for specific spoken content or share the key takeaways with your team.

**Can I see who watched my video using my agent?**
Yes. Use the `list_viewer_sessions` tool with a specific Video ID. Your agent will retrieve the viewing telemetry, allowing you to see exactly how many times the video was watched and which specific segments were most engaging.

**How do I download a raw MP4 file of a Loom video through a conversation?**
The `create_download_url` tool forces the backend to allocate an ephemeral S3 pre-signed URL. Your agent will provide this link, which allows you to stream or download the raw bytes of your video directly.

**Can my agent respond to comments on my video timeline?**
Absolutely. Use the `add_timeline_comment` tool to post threaded messages directly to the video. Your agent can help you maintain community interaction by drafting and sending replies through natural conversation.