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.
Latest Blog Posts
- 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