Clipy
@manovagyanik1
About Clipy
Clipy is the first agent-readable screen recorder — free, no watermark, for Mac, Chrome, and the web. One share link: humans watch the video, AI agents read the summary, key moments, and transcript.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"clipy": {
"command": "npx",
"args": [
"-y",
"@clipy/mcp"
],
"env": {
"CLIPY_API_KEY": "clipy_sk_live_xxx"
}
}
}
}Tools
7Search your recordings by keyword (title + description).
List your most recent recordings.
Metadata for one recording (status, duration, transcript/summary status).
The full timestamped transcript + plaintext.
The AI summary: TL;DR, key points, action items.
Poll until a recording's transcript/summary finish processing.
Download the MP4 locally so you can clip it or extract frames yourself (e.g. with ffmpeg).
Overview
What is Clipy?
Clipy is a read-only MCP (Model Context Protocol) server that gives AI agents (e.g., Claude, Cursor, Windsurf) access to your Clipy screen recordings. It enables agents to search recordings and retrieve transcripts, AI summaries, key moments, and inline video frames. It is designed for developers who want their agent to work with private screen recordings without leaving the chat.
How to use Clipy?
- Create a free API key at
https://clipy.online/settings/api-keys. - Add the server to your MCP client using the provided configurations for Claude Code, Codex, Claude Desktop, Cursor, or Windsurf. Set the
CLIPY_API_KEYenvironment variable. - Use the exposed tools (e.g.,
search_recordings,get_transcript,get_summary) by passing a recording’s public id or full share URL.
Key features of Clipy
- Search your recordings by keyword (title + description)
- List your most recent recordings
- Retrieve full timestamped transcripts and plain text
- Access AI-generated summaries with TL;DR, key points, and action items
- Get inline video frames showing exactly what the speaker pointed at
- Poll until transcript/summary processing completes
- Download the MP4 locally for further processing
Use cases of Clipy
- Ask your agent to find a bug-report recording and ship a fix without switching contexts
- Have an agent read the transcript and summary of a meeting recording
- Extract key moments and frames from a demo recording automatically
- Combine multiple recordings into a single context bundle for analysis
- Use the zero-setup
.mdalternative for public share links without installing the server
FAQ from Clipy
Is Clipy read-only?
Yes. It can never create, edit, or delete your recordings.
How do I get an API key?
Create a free key at https://clipy.online/settings/api-keys. It looks like clipy_sk_live_… and is shown only once.
What tools does Clipy provide?
It provides search_recordings, list_recordings, get_recording, get_transcript, get_summary, wait_for_artifacts, and download_recording.
Where does my API key go?
The server runs locally on your machine. Your key is sent only to the Clipy API over HTTPS and is never exposed elsewhere. You can revoke it anytime from your settings.
Is there an alternative without installing the server?
Yes. Every public Clipy share link is agent-readable by appending .md to the URL (e.g., clipy.online/video/<id>.md). This returns summary, key moments, and transcript without any setup.
More Other MCP servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Codelf
unbugA search tool helps dev to solve the naming things problem.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Comments