Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. Developer Tools
  3. Klo MCP
Klo MCP logo
Health: ActiveRecent health check succeeded.Last checked 8/27/2026, 12:46:52 AM

Klo MCP

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Native Mac video editor your agent can drive: 83 timeline tools, media stays on your Mac.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "klo-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "klo-mcp"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

klo, the native Mac video editor you talk to

klo-mcp: the video editing MCP server

npm license platform site

Give your coding agent a real video editor.

klo is a native macOS video editor you talk to. This is its MCP server: Claude Code, Codex, Cursor, Claude Desktop, or any MCP client can drive the whole timeline, with 83 tools, while your footage never leaves your Mac.

  • A real editor underneath. Not an ffmpeg wrapper: ripple edits, word-gap cuts, karaoke captions, color grades, generated music, ProRes export. Every edit lands on a normal timeline a human can open and adjust.
  • Media stays local. Piping video bytes through a text protocol fails (base64 versus context windows). klo holds the media on your machine and exposes semantic timeline operations instead. The agent sends intent and gets back compact results: timecodes, transcripts, real frames when it needs to look.
  • Local, token-gated, off by default. The server listens on 127.0.0.1 only, requires a bearer token, and does nothing until you turn it on in klo's settings.

Quickstart

  1. Get klo for Mac (free tier included, macOS 13+).
  2. In klo: Settings β†’ Connections, turn the connection on, and copy the URL and token it shows.
  3. Connect your client:

Claude Desktop (one click)

Download klo.mcpb and open it. Done.

Claude Code

Terminal
claude mcp add --transport http klo http://127.0.0.1:41720/mcp \
  --header "Authorization: Bearer YOUR_TOKEN"

Use the exact URL shown in klo's settings (the port can differ if 41720 is taken).

Cursor, Codex, and other MCP clients

Either point the client at the HTTP endpoint above, or use this package as a stdio server:

config.json
{
  "mcpServers": {
    "klo": {
      "command": "npx",
      "args": ["-y", "klo-mcp"],
      "env": { "KLO_MCP_TOKEN": "YOUR_TOKEN" }
    }
  }
}

What your agent can do

Ask in plain language, or call tools directly. A few real prompts:

  • "Cut the boring parts and the filler words, then caption it word by word."
  • "Watch this folder and turn every new recording into a captioned vertical clip."
  • "Pick the best take of each line from the transcript and assemble the cut."
  • "Grade everything to match this reference and export ProRes for the client."

The 83 tools

grouptools
libraryget_project_state, get_media_library, import_media, import_from_url, relink_to_sources, list_files, new_project
timelineadd_media_to_timeline, assemble_cut, insert_at, move_clip, split_clip, split_audio, trim_clip, delete_clips, ripple_delete, close_gaps, separate_audio, unlink_clip, link_clips, replace_audio, add_marker, set_in_out, set_track_lock, seek, verify_timeline
projectset_canvas_ratio, set_frame_rate, set_brand_kit
cutsadd_transition, remove_transition, preview_cut, generate_transition, refine_transition
typeadd_text, update_text, add_captions_from_transcript, list_text_styles, list_fonts, search_fonts, use_font
motionlist_motion_templates, create_motion_clip, update_motion_clip
colorset_clip_grade, add_clip_effect, update_clip_effect, remove_clip_effect, list_luts, import_lut, set_clip_opacity, set_clip_blend
frameset_clip_transform, set_clip_speed
audioset_clip_audio, set_volume_envelope, duck_audio, analyze_audio, quantize_cuts_to_beats, isolate_voice_on_clip, measure_audio, measure_mix
generategenerate_music, generate_sfx, generate_voiceover, clone_voice_from_clip, fix_spoken_line, generate_video
readget_transcript, find_repeated_takes, capture_frame, survey_footage, measure_frame, measure_clip
rememberwrite_footage_notes, get_footage_notes, analyze_reference, save_style_profile, list_style_profiles, apply_style_profile
outdelegate_research, web_search, export_video

Pricing

Driving the timeline over MCP is free: your agent brings its own model. The handful of tools that generate new media (music, voiceover, generated shots) use your klo account's credits, and the agent is told the price before it spends. New accounts get 10 free asks.

Security notes

  • Listens on 127.0.0.1 only. Nothing is exposed to the network.
  • Bearer token auth with constant-time comparison. Rotate the token from klo's settings anytime.
  • Off by default. If klo is running but the connection is off, the server tells your agent exactly that.
  • Voice cloning tools are consent-gated in the app.

Troubleshooting

"klo is running but is not accepting connections": turn the bridge on in klo β†’ Settings β†’ Connections, then copy the token into KLO_MCP_TOKEN (or the Authorization header for HTTP).

Port differs from 41720: klo falls back to an ephemeral port if the preferred one is taken. Always trust the URL shown in Settings.

About

This package is the thin connector; the editor itself is klo. The connector mirrors the copy bundled inside the app, and its major.minor version tracks the app release it shipped with.

FAQ

Can Claude Code edit videos? With klo installed, yes. Claude Code connects to this server and gains cutting, captions, grading, generated music and voiceover, and ProRes export on a real timeline. See what agentic video editing is.

Is this an ffmpeg wrapper? No. Tools operate on klo's timeline (ripple edits, word-gap cuts, undo), and nothing is re-encoded between steps. Why that design.

Does my footage get uploaded? No. Media stays on the Mac; the server exchanges timeline operations and compact results. Details in klo's privacy policy.

What does it cost? Driving the timeline is free with your own model. Generation tools use klo account credits. Pricing.

Related reading

  • Give your coding agent a real timeline
  • What is agentic video editing?
  • klo changelog: the app ships several times a week
  • Download klo for Mac

MIT (this connector). klo is a product of klorah inc. getklo.com

Related MCP Servers

View all in Developer Tools View all alternatives
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • Labelhead Artist Momentum logoLabelhead Artist Momentum

    Trending hip-hop artist momentum scores across four cultural dimensions.

    πŸ’» Developer Tools0 views
    Compare vs Labelhead Artist Momentum β†’
  • M
    MCP

    Fail-closed policy gate for AI agent actions, with local evaluation and native pre-tool hooks.

    πŸ’» Developer Tools0 views
    Compare vs MCP β†’
  • PDF Reader MCP logoPDF Reader MCP

    Evidence-first PDF MCP. Agent Document Twin with citeable page+bbox evidence.

    πŸ’» Developer Tools1 views
    Compare vs PDF Reader MCP β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Klo MCP

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "klo-mcp": { "command": "npx", "args": ["-y", "klo-mcp"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewKlo MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/klo-mcp?style=directory)](https://allmcps.com/mcp/klo-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/klo-mcp"><img src="https://allmcps.com/api/badge/klo-mcp?style=directory" alt="Klo MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
36Quality signal: Fair Β· 36/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Klo MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code