---
title: "Create Embed Widget"
description: "Create an embeddable player/transcript widget for a media file or a set of folders."
---

> Documentation Index
> Fetch the complete documentation index at: https://docs.speakai.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Embed Widget

Use the Speak AI MCP server tool `create_embed` to create an embeddable
player/transcript widget for a media file or a set of folders.

## What does it do?

Create an embeddable player/transcript widget for a media file or a set of folders.
Provide `mediaId` for a single-media embed, or `folderIds` for a folder/library
embed.

## Parameters

`create_embed` takes 2 parameters, all of them optional.

| Name | Type | Required | Description |
| --- | --- | --- | --- |
| `mediaId` | string | No | Media file to embed (for a single-media embed) |
| `folderIds` | array of string | No | Folder IDs to embed (for a folder/library embed) |

## Behaviour

The Speak AI MCP server publishes these behaviour hints for `create_embed`.

- Can change data in your workspace.
- Does not delete or overwrite existing data.
- Repeating an identical call can have an extra effect.
- Can reach systems outside Speak AI.

## Related

- [Embed players](/mcp/tools/embed-other/) lists the rest of the Embed players
  category.
- [Tool reference](/mcp/tools/) lists every Speak AI MCP server tool.
- [MCP server](/mcp/) covers setup, supported clients, and what agents can do once
  connected.

Source: https://docs.speakai.co/mcp/tools/embed-other/create_embed/index.mdx
