List, search, and manage Loom video recordings — get transcripts, embed URLs, and video analytics from any agent.
Use with AI AssistantsMCP
Connect Claude, Cursor, or any MCP-compatible client — then call tools directly
① Add This MCP Server
Paste into your AI client config — then all its tools are available instantly.
{
"mcpServers": {
"loom": {
"url": "https://mcp.aerostack.dev/s/aerostack/mcp-loom",
"headers": {
"Authorization": "Bearer YOUR_AEROSTACK_TOKEN"
}
}
}
}Replace YOUR_AEROSTACK_TOKEN with your API token from the dashboard.
② Call a Tool
Ask your AI assistant to call a specific tool, or send raw JSON-RPC:
Natural Language Prompt
“Use the _ping tool to verify loom api connectivity by fetching the authenticated user. used internally by aerostack to validate credentials”
Using a Workspace?
Add this MCP to your Workspace — your team shares one token, secrets are stored securely, and every AI agent in the workspace can call it without per-user setup.
List, search, and manage Loom video recordings — get transcripts, embed URLs, and video analytics from any AI agent.
Loom is an async video messaging platform for screen recordings and team communication. This MCP server gives your AI agents access to your Loom workspace: listing videos, searching by keyword, fetching full transcripts, retrieving engagement analytics, and browsing folders — all through natural language.
Live endpoint: https://mcp.aerostack.dev/s/aerostack/mcp-loom
| Tool | Description |
|---|---|
list_videos | List video recordings with folder filter and pagination |
get_video | Get full video details — title, duration, embed URL, transcript, share link |
search_videos | Search videos by keyword across titles and transcripts |
get_video_transcript | Get the full text transcript with timestamps |
get_video_insights | Get analytics — views, unique viewers, avg watch %, reactions |
list_folders | List all folders in the workspace |
| Variable | Required | Description | How to Get |
|---|---|---|---|
LOOM_ACCESS_TOKEN | Yes | Loom Developer API access token | developer.loom.com → Create an App → generate an API Access Token |
LOOM_ACCESS_TOKEN under Project → SecretsOnce added, every AI agent in your workspace can access your Loom videos automatically.
"List my 10 most recent Loom recordings"
"Search for videos about the Q4 product roadmap"
"Get the full transcript of video abc123"
"How many views does my onboarding video have?"
"Show me all videos in the Engineering folder"
"Get the embed URL for the latest demo recording"
curl -X POST https://mcp.aerostack.dev/s/aerostack/mcp-loom \
-H 'Content-Type: application/json' \
-H 'X-Mcp-Secret-LOOM-ACCESS-TOKEN: your-loom-access-token' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_videos","arguments":{"per_page":5}}}'
LOOM_ACCESS_TOKEN is injected at the Aerostack gateway layer — never stored in this worker's codeMIT
Live Endpoint
https://mcp.aerostack.dev/s/aerostack/mcp-loom
Sub-50ms globally · Zero cold start
@aerostack
Pre-built functions for the most common MCP tool patterns. Clone, extend, and deploy.
by @aerostack
Discover and invoke any MCP, Function, or Skill published to the Aerostack marketplace — the universal AI capability hub.
by @aerostack
Search indexes, manage records, browse data, and configure ranking in Algolia — AI-native instant search access.
by @aerostack
Query documents, run AQL, traverse graphs, and manage collections in your ArangoDB database — AI-native multi-model database access.
by @aerostack
Post, schedule, and analyze social media across 13 platforms — Facebook, Instagram, X, LinkedIn, TikTok, Bluesky, Threads, Reddit, Pinterest, YouTube, Telegram, Snapchat, Google Business.
by @aerostack
Manage projects, to-dos, messages, schedules, and campfire chats in Basecamp — AI-native project management.
by @aerostack
Run SQL queries, list datasets and tables, inspect schemas, and export results from Google BigQuery — AI-native data warehouse access.
The Loom MCP gives Claude 6 tools covering videos, folders, video transcripts. Claude can read, create, update, and manage Loom data directly from a conversation.
Yes. The Loom MCP has search and list tools for videos. Ask Claude to find videos by any criteria and it runs the Loom API query for you, returning results directly in the conversation.
Yes. The Loom MCP uses the open Model Context Protocol standard, so it works in Claude, Cursor, Windsurf, and any other MCP-compatible AI tool. All 6 Loom tools are available everywhere you connect it — install once on Aerostack.
Yes. Aerostack hosts the Loom MCP with encrypted credential storage and per-account authentication. Your Loom credentials are never shared with Claude's conversation — they're used server-side only.