Skip to main content
Glama
larry901

Loom Transcript MCP Server

by larry901

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: Remote MCP Server Authless

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

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

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

Related MCP Servers

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/larry901/loom-remote-mcp-server-authless'

If you have feedback or need assistance with the MCP directory API, please join our Discord server