Clipkit MCP Server

The video infra for agents. ClipKit turns a JSON timeline - the open ClipKit Protocol - into rendered video on the GPU. Describe a video as structured data; get an MP4. Built for AI agents and the developers shipping them. It is available as a remote MCP endpoint.

Teams that want a hosted media endpoint instead of running a local process. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-12 · ★ 15 · #131 OF 155 MAINTAINED MEDIA · VERIFIED 2026-08-25

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install Clipkit

Claude Code

claude mcp add clipkit-video-clipkit --transport http https://www.clipkit.dev/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "clipkit-video-clipkit": {
      "url": "https://www.clipkit.dev/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://www.clipkit.dev/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to www.clipkit.dev

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license Apache-2.0 - declared in the repository

registry vendor namespace dev.clipkit - domain-verified with the official MCP registry

03 · Who maintains Clipkit

clipkit is maintained by clipkit-video. It's the only MCP server we track from this author; the repo dates to Jun 2026.

04 · Facts

category
media - ranked #131 of 155 actively-maintained media servers as of 2026-08-25.
registry
dev.clipkit/clipkit (active, first published 2026-07-16)

05 · Clipkit FAQ

What is Clipkit?

The video infra for agents. ClipKit turns a JSON timeline - the open ClipKit Protocol - into rendered video on the GPU. Describe a video as structured data; get an MP4. Built for AI agents and the developers shipping them. It is available as a remote MCP endpoint.

Is Clipkit still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-12. We re-verify nightly.

How do I install Clipkit?

Run `claude mcp add clipkit-video-clipkit --transport http https://www.clipkit.dev/mcp`. You can also paste the ready-made client config above.

Does Clipkit require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.

06 · Alternatives to Clipkit