Loom Transcript MCP Server
Deploy the server on Cloudflare Workers and use it in Cloudflare AI Playground.
Run the MCP server as a Cloudflare Worker for scalable, serverless operation.
Integrate with Windsurf (Codeium's IDE) to use Loom transcript tools directly.
Extracts 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 the transcript from this Loom video: 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
- AlicenseAqualityDmaintenanceExtracts YouTube video metadata, titles, and descriptions along with transcripts generated from subtitles or OpenAI Whisper speech-to-text. This server enables users to retrieve and analyze detailed video content directly within MCP-compatible environments.Last updated2129MIT
- 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
- Alicense-qualityCmaintenanceMCP server for fetching YouTube video transcripts without an API key.Last updatedGPL 3.0
- AlicenseAqualityDmaintenanceMCP server that exposes 59 tools for Loom's internal GraphQL API, enabling listing, searching, and managing Loom videos, transcripts, comments, tasks, and more.Last updated606MIT
Related MCP Connectors
Any social-video URL → transcript, metadata, frames, OCR, summary, search, Q&A. MCP server + x402.
Multimodal video analysis MCP — transcription, vision, and OCR for any video URL.
OCR, transcription, file extraction, and image generation for AI agents via MCP.
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/liam123-dot/loom-remote-mcp-server-authless'
If you have feedback or need assistance with the MCP directory API, please join our Discord server