EveryDev.ai
Subscribe
Home
Tools

3,750+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. KinoPipe
    KinoPipe icon

    KinoPipe

    Video
    Featured

    FFmpeg as a service built for AI agents — 48 typed video editing tools accessible over MCP or REST API, with no shell commands required.

    Visit Website

    At a Glance

    Pricing
    Free tier available

    For prototypes and first agent edits.

    Starter: $12/mo
    Developer: $29/mo
    Pro: $99/mo
    +1 more plan

    Engagement

    Available On

    Web
    API
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    VideoMCP ServersAgent Frameworks

    Alternatives

    Vision AgentsHyperFramesvideo-use
    Developer
    Nicolas CoutureauLyon, France

    Listed Aug 2026

    About KinoPipe

    KinoPipe is an FFmpeg-as-a-service platform built specifically for AI agents and developer backends. Created and run by independent developer Nicolas Coutureau, it exposes 48 typed video editing operations — trim, resize, compress, captions, scene splitting, and more — through a remote MCP server and a REST API, so agents never need to touch a shell or bundle an FFmpeg binary.

    What It Is

    KinoPipe sits between an AI agent (or any backend) and the complexity of video processing. Instead of generating FFmpeg shell commands, an agent sends a validated JSON request to a typed endpoint and receives a finished file URL in return. Every operation is a stable, bounded contract: named inputs, typed options, and a predictable response shape. The platform runs hosted FFmpeg 9 workers with GPU encoders, handling the rendering infrastructure entirely on its side.

    How the Agent Workflow Works

    The typical flow has three steps: describe the edit (send a video URL and typed options), wait for rendering (KinoPipe processes in a single pass on its workers), and retrieve the file (a download URL or a signed webhook fires when the job is done). Agents connect via the remote MCP server at kinopipe.com/mcp using OAuth 2.1, which means no API key to paste into a prompt. REST API callers use bearer keys and can attach idempotency keys for safe retries. The Jobs API accepts multi-operation pipelines — trim then resize, for example — processed in order in one encode.

    The 48 Typed Tools

    Each tool is a focused endpoint with its own page, stable slug, and narrow option set. The available prebuilt tools include:

    • Trim, resize, compress, crop — core editing primitives
    • Add subtitles — burn SRT or WebVTT into video
    • Merge videos — normalize and join two to six clips
    • Split by scenes / segment duration — up to 50 output files
    • Convert to GIF — palette-optimized animated GIF
    • Add music, watermark, picture-in-picture — compositing operations
    • Extract audio, remove audio, generate thumbnails — utility tools

    The Jobs API also supports composing these as operations in a single request for advanced pipelines.

    MCP and Agent Client Support

    KinoPipe publishes a remote MCP server with OAuth 2.1 and Streamable HTTP transport. The About page and homepage list supported clients: Claude, Claude Code, Cursor, Windsurf, GitHub Copilot, Codex, ChatGPT, and n8n (via a community node). One command or config entry adds every tool to the agent's discovery context. The same operations are available over plain REST for backends that don't use MCP.

    Design Philosophy and Tradeoffs

    The About page is explicit about the product's constraints and values. KinoPipe never accepts shell commands — only bounded, validated operations — which limits surface area and reduces the risk of injection or unexpected behavior in agent loops. Files are not retained: direct uploads are deleted after 24 hours, outputs are served through expiring signed URLs for up to 12 months, and media is never used to train models. Failed jobs automatically refund their credits. The product is built and supported by a single founder, who the About page notes answers support chat directly.

    Current Status

    KinoPipe is actively available with a free tier requiring no credit card. The homepage cites a 325-run benchmark covering cold, warm, and burst phases, with a reported p50 render time of 8.2 seconds for a 1080p edit and a 100% success rate across those benchmark runs. The platform is positioned as production-ready for agent workflows, with an OpenAPI 3.1 spec published at /openapi.json for client generation.

    KinoPipe - 1

    Community Discussions

    Be the first to start a conversation about KinoPipe

    Share your experience with KinoPipe, ask questions, or help others learn from your insights.

    Pricing

    FREE

    Free

    For prototypes and first agent edits.

    • 100 credits once, about 10 edits
    • Complete video API
    • No credit card required

    Starter

    For side projects and first automations.

    $12
    per month
    • 1,500 credits / month, about 150 edits
    • No surprise overages
    • Community support

    Developer

    Popular

    For agents editing video in production.

    $29
    per month
    • 5,000 credits / month, about 500 edits
    • No surprise overages
    • Email support

    Pro

    For video-heavy agent workflows.

    $99
    per month
    • 25,000 credits / month, about 2,500 edits
    • Best price per credit
    • Priority support

    Credit Pack

    One-time credit top-up for bursts without a subscription. Credits never expire.

    $9
    one time
    • 1,000 credits, about 100 edits
    • Credits never expire
    • No subscription required
    View official pricing

    Capabilities

    Key Features

    • 48 typed video editing tools over MCP and REST API
    • Remote MCP server with OAuth 2.1 authentication
    • Hosted FFmpeg 9 workers with GPU encoders
    • Single-pass rendering — no re-encoding chains
    • Jobs API for multi-operation pipelines
    • Prebuilt tools: trim, resize, compress, captions, merge, split, GIF, watermark, PiP, and more
    • Asynchronous jobs with status polling and signed webhooks
    • Idempotency keys for safe retries
    • Direct file uploads (up to 300 MB) with signed storage policy
    • Automatic credit refund for failed jobs
    • No shell commands — bounded, validated operations only
    • OpenAPI 3.1 spec for client generation
    • Browser playground to test edits before automating
    • Files deleted after 24 hours — media never used for training
    • Hard stop at zero credits — no surprise overages

    Integrations

    Claude
    Claude Code
    Cursor
    Windsurf
    GitHub Copilot
    Codex
    ChatGPT
    n8n
    REST API
    MCP (Model Context Protocol)
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate KinoPipe and help others make informed decisions.

    Developer

    Nicolas Coutureau

    Nicolas Coutureau builds and runs KinoPipe as an independent developer. The product exposes hosted FFmpeg 9 workers behind typed, validated video editing operations designed for AI agents and developer backends. Coutureau wrote the worker code, maintains the MCP server and REST API, and handles support directly. KinoPipe is built on the principle that agents deserve APIs designed for machine callers, not shell wrappers.

    Lyon, France
    Read more about Nicolas Coutureau
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Vision Agents icon

    Vision Agents

    Open-source Video AI framework for building real-time voice and video applications with built-in AI integrations.

    HyperFrames icon

    HyperFrames

    An open-source framework for turning HTML, CSS, media, and seekable animations into deterministic MP4 videos, built for AI coding agents and automated pipelines.

    video-use icon

    video-use

    An open-source tool that lets you edit videos with AI coding agents like Claude Code by reading transcripts and generating final.mp4 outputs.

    Browse all tools

    Related Topics

    Video

    AI tools that generate or edit video — from text-to-video and animation to avatars, dubbing, and short-form clips.

    81 tools

    MCP Servers

    Model Context Protocol servers that extend AI capabilities.

    216 tools

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    664 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions