Back to Apps

Loom MCP
Supports UIby karbassi
Access Loom's internal GraphQL API to manage videos, read transcripts, and organize your video library via AI.
0 stars
Works in:Cursor
Exposes:Tools
What it does
Integrates Loom's video platform with AI assistants, enabling semantic search of videos, extraction of AI summaries, and management of comments and tasks.
Tools
search_videos: Perform AI-powered semantic search across your Loom library.get_transcript: Retrieve full transcripts with timestamps and speaker identification.get_summary: Fetch AI-generated summaries of video content.create_comment: Post timestamped comments to videos.get_video_details: Comprehensive retrieval of metadata, transcripts, and chapters.archive_videos: Organize your library by archiving old content.
Installation
{
"mcpServers": {
"loom": {
"type": "stdio",
"command": "uvx",
"args": ["--from", "git+https://github.com/karbassi/loom-mcp.git", "loom-mcp"],
"env": {
"LOOM_COOKIE": "connect.sid=s%3A..."
}
}
}
}
Supported hosts
Claude Desktop, Cursor, VS Code
Quick install
uvx --from git+https://github.com/karbassi/loom-mcp.git loom-mcpInformation
- Pricing
- free
- Published
- 4/18/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
mcp.json entry in ~/.cursor/ or project .cursor/Claude Desktop
{
"mcpServers": {
"loom": {
"type": "stdio",
"command": "uvx",
"args": ["--from", "git+https://github.com/karbassi/loom-mcp.git", "loom-mcp"],
"env": {
"LOOM_COOKIE": "connect.sid=s%3A..."
}
}
}
}





