# Pireel Agent

> MCP server + skills that let your AI coding agent (Codex / Claude Code) drive Pireel Studio — cut by transcript, storyboard, caption and design videos right from chat.

- **Type:** MCP server
- **Install:** `agentstack add mcp-pireel-pireel-agent`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [pireel](https://agentstack.voostack.com/s/pireel)
- **Installs:** 0
- **Category:** [Content & Media](https://agentstack.voostack.com/c/content-and-media)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [pireel](https://github.com/pireel)
- **Source:** https://github.com/pireel/pireel-agent
- **Website:** https://www.pireel.com

## Install

```sh
agentstack add mcp-pireel-pireel-agent
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Pireel agent plugin

Connect **Codex**, **Claude Code**, or any MCP-capable agent to [Pireel Studio](https://pireel.com) — an AI video editor for talking-head videos (the canvas follows your source footage). Your agent gets the full Studio toolset: transcript-based cutting, storyboarding, designed graphics, subtitles, themes, and local media import.

When a studio tab is open, edits land **live on the canvas**. When it isn't, data-level tools keep working against the cloud project (offline mode); video-dependent tools ask for the tab.

Hosted setup guide (agent-readable): **https://pireel.com/connect-agent.md**

## Install

### Quickest — any agent (Codex, Claude Code, Cursor, Cline, Gemini CLI…)

```bash
npx skills add pireel/pireel-agent
```

This installs a **single `pireel` skill** (its detailed playbooks are bundled as on-demand `references/`, so your skills list stays clean — one entry, not ten). Then tell your agent **"set up Pireel"** — the skill registers the MCP server, drives the OAuth login, and imports your first video.

### Claude Code (MCP only)

```bash
claude mcp add --transport http pireel https://pireel.com/api/studio/mcp
```

Claude Code prompts for OAuth on first use. For the `pireel` skill, use `npx skills add` above or copy `pireel/skills/pireel/` into `.claude/skills/`.

## Update

Run `npx skills update pireel` (or re-run `npx skills add pireel/pireel-agent`). There's also a built-in nudge: on connect the Pireel MCP server announces its current skill baseline, so if your installed skill is older, the agent tells you to update.

## Verify

Ask the agent to call `get_state`:

- Composition snapshot → connected to the live studio tab.
- `OFFLINE MODE` snapshot → connected; editing the latest cloud project directly.
- `no cloud project` → connected; import a video or create a project to begin.

## Import local video

Point the agent at a local file path — the import flow (`references/asset-import.md`) uploads it (content-addressed, ≤ 2 GB), probes metadata and transcribes audio when `ffmpeg` is available, and registers a project. Transcript-based editing works immediately, before any browser is opened.

## Billing

Agent orchestration and every BYO flow (`compose_block_brief` → generate → `apply_block`, `plan_brief` → `submit_plan`, `visual_brief` → `submit_visual`) run on **your own agent subscription**, not Pireel credits. Only tools whose description carries a `[…CHARGES…]` marker bill Pireel credits (image/video generation and the Pireel-LLM fallbacks).

## What's inside

- `pireel/.mcp.json` — MCP server registration (OAuth).
- `pireel/skills/pireel/SKILL.md` — the single `pireel` skill: essentials + a router to the bundled references (keeps your skills list to one entry).
- `pireel/skills/pireel/references/` — on-demand playbooks the skill reads per task: `getting-started` (first-run MCP connect + OAuth + first import), `pireel-basics` (model + tool routing), `asset-import`, `talking-head-cleanup`, `compose-blocks`, `storyboard-draft`, `captions`, `export`, `product-help`, `known-errors`.
- `pireel/skills/pireel/scripts/import-media.mjs` — the local media import helper (Node ≥ 20, zero dependencies).

## License

Apache-2.0 — see [LICENSE](./LICENSE). © Pireel.

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [pireel](https://github.com/pireel)
- **Source:** [pireel/pireel-agent](https://github.com/pireel/pireel-agent)
- **License:** Apache-2.0
- **Homepage:** https://www.pireel.com

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-pireel-pireel-agent
- Seller: https://agentstack.voostack.com/s/pireel
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
