Loom Transcript MCP Server
Provides tools to extract transcripts, titles, descriptions, and comments from Loom videos.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Loom Transcript MCP ServerGet transcript for https://www.loom.com/share/abc123"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Loom Transcript MCP Server
A remote MCP server that extracts transcripts, titles, descriptions, and comments from Loom videos. Deploy your own on Cloudflare Workers in one click.
Deploy Your Own
After deploying, your server will be available at:
https://loom-remote-mcp-server-authless.<your-subdomain>.workers.devRelated MCP server: mcp-video-analyzer
Tools
Tool | Description |
| Get transcript text, title, and description from a Loom video URL |
| Get comments from a Loom video URL |
Connect to Your MCP Server
Replace <your-subdomain> with your Cloudflare Workers subdomain.
Claude Code
claude mcp add loom -t sse https://loom-remote-mcp-server-authless.<your-subdomain>.workers.dev/sseCursor
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"loom": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://loom-remote-mcp-server-authless.<your-subdomain>.workers.dev/sse"]
}
}
}Claude Desktop
Add to your config file:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"loom": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://loom-remote-mcp-server-authless.<your-subdomain>.workers.dev/sse"]
}
}
}Windsurf
Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"loom": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://loom-remote-mcp-server-authless.<your-subdomain>.workers.dev/sse"]
}
}
}Cloudflare AI Playground
Enter your MCP server URL
Native Remote MCP
SSE:
https://loom-remote-mcp-server-authless.<your-subdomain>.workers.dev/sseHTTP:
https://loom-remote-mcp-server-authless.<your-subdomain>.workers.dev/mcp
Local Development
npm install
npm run devManual Deploy
npm run deployThis server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBquality-maintenanceEnables users to fetch transcripts and comments from public Loom video URLs. It provides tools to retrieve video text data and discussion threads directly through the Model Context Protocol.Last updated2
- AlicenseAqualityAmaintenanceMCP server for video analysis — extracts transcripts, key frames with OCR, and annotated timelines from video URLs. Supports Loom and direct video files (.mp4, .webm). Zero auth required.Last updated7872928MIT
- AlicenseAqualityDmaintenanceProvides tools to list, retrieve, edit, and merge Loom screen recordings.Last updated4MIT
- Alicense-qualityDmaintenanceExtracts and processes YouTube video content including transcripts, metadata, comments, and channel information for LLMs.Last updated29MIT
Related MCP Connectors
Turn a TikTok/Instagram/YouTube link into text for your AI: metadata, transcript and image OCR.
YouTube transcripts, subtitles, and video metadata as structured JSON via an Apify Actor.
Provide token-optimized, structured YouTube data to enhance your LLM applications. Access efficien…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/DrRichardChambers/loom-remote-mcp-server-authless'
If you have feedback or need assistance with the MCP directory API, please join our Discord server