Skip to main content
Glama
liam123-dot

Loom Transcript MCP Server

by liam123-dot

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

Deploy to Cloudflare Workers

After deploying, your server will be available at:

https://loom-remote-mcp-server-authless.<your-subdomain>.workers.dev

Related MCP server: mcp-video-analyzer

Tools

Tool

Description

getLoomTranscript

Get transcript text, title, and description from a Loom video URL

getLoomComments

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/sse

Cursor

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.json

  • Windows: %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

  1. Go to https://playground.ai.cloudflare.com/

  2. Enter your MCP server URL

Native Remote MCP

  • SSE: https://loom-remote-mcp-server-authless.<your-subdomain>.workers.dev/sse

  • HTTP: https://loom-remote-mcp-server-authless.<your-subdomain>.workers.dev/mcp

Local Development

npm install
npm run dev

Manual Deploy

npm run deploy
F
license - not found
-
quality - not tested
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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