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 the transcript and comments from this Loom video: https://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: Remote MCP Server Authless
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 deployTool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This 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 Connectors
MCP server for RiverScript, an AI transcription platform - fetches transcripts shared via a link.
Any video URL to LLM-ready transcript. ASR built in, no captions needed. TikTok, X, TED and more.
An MCP server that gives any LLM or agent clean YouTube transcripts on demand: a single video, a whole channel, or a playlist, plus AI cleanup of auto-generated captions. API-key auth, credit-based, same backend as the public v1 API. Get a free API key with 25 free credits at youtubetranscriptdownload.com/account.
Fetch transcripts, subtitles, chapters, metadata and frames from YouTube and 10+ video platforms
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables Google search queries and webpage content extraction through an MCP server deployed on Cloudflare Workers. Supports single and batch webpage content extraction with integrated OAuth authentication.1-
- FlicenseNot gradedqualityDmaintenanceA remote MCP server deployable on Cloudflare Workers without authentication, providing tools for website scraping and content extraction using Cloudflare's Browser Rendering and AI.1-
- FlicenseNot gradedqualityCmaintenanceDeploys a remote MCP server on Cloudflare Workers without authentication, enabling tool-based AI interactions from clients like Claude Desktop and AI Playground.-
- FlicenseNot gradedqualityCmaintenanceEnables users to deploy a stateless remote MCP server on Cloudflare Workers and connect it to MCP clients such as Claude Desktop and Cloudflare AI Playground via the mcp-remote proxy.-
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/larry901/loom-remote-mcp-server-authless'
If you have feedback or need assistance with the MCP directory API, please join our Discord server