KINOPIPE FOR CLAUDE CODE

Give Claude Code video editing with one command.

Add the hosted KinoPipe MCP server from your terminal. Claude Code discovers typed video tools, uploads local files, runs edits and retrieves finished files.

SETUP
Add the remote server
01

Run the command below, then type /mcp inside Claude Code, select kinopipe and approve access in your browser.

02

Ask Claude Code to trim, resize, caption or convert a video. Local files work through the create_upload tool.

Claude Code CLI
claude mcp add --transport http --scope user kinopipe https://kinopipe.com/mcp
Setup
One CLI command
Authentication
OAuth 2.1 via /mcp
Local files
create_upload signed uploads
PROMPTS TO TRY

Ask for the output you need.

KinoPipe gives Claude Code focused tools with bounded fields. Include the source and target format in your request.

Use KinoPipe to burn subtitles.srt into demo.mp4 and give me the finished file.

Upload ./capture.mov, convert it to a web-ready MP4 and return the download URL.

KinoPipe exposes bounded, schema-validated operations instead of raw FFmpeg strings, so the agent cannot produce an invalid command. An optional skill file adds recipe guidance: see the connect guide.

FAQ

KinoPipe and Claude Code

Does Claude Code need an API key?

No. The remote MCP connection uses OAuth. Type /mcp, choose kinopipe and approve access in the browser.

Can Claude Code edit files on my machine?

Yes. The create_upload tool returns a signed upload command for a local file, and the resulting media_url works as the input of any editing tool.