# Unreel

Create high-quality videos directly from natural language scripts and text descriptions. Monitor the status of generation tasks and manage a complete list of your video projects. Simplify content pro…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add lekt9/unreel-ai

# Browse available tools
npx -y @smithery/cli@latest tool list lekt9/unreel-ai

# Get full schema for a tool
npx -y @smithery/cli@latest tool get lekt9/unreel-ai generate_video

# Call a tool
npx -y @smithery/cli@latest tool call lekt9/unreel-ai generate_video '{}'
```

## Direct MCP Connection

Endpoint: `https://unreel-ai--lekt9.run.tools`

## Tools (3)

- `generate_video` — Start video generation from a natural language script. Returns job_id to poll for completion.
- `get_job_status` — Get the status of a video generation job
- `list_jobs_mcp` — List all video generation jobs

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get lekt9/unreel-ai <tool-name>
```
