AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified Apache-2.0 Self-run

Pireel Agent

mcp-pireel-pireel-agent · by pireel

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.

No reviews yet
0 installs
33 views
0.0% view→install

Install

$ agentstack add mcp-pireel-pireel-agent

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-pireel-pireel-agent)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Pireel Agent? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Pireel agent plugin

Connect Codex, Claude Code, or any MCP-capable agent to Pireel Studio — 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…)

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)

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_briefsubmit_plan, visual_briefsubmit_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.

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

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.