Clipy
@manovagyanik1
关于 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.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"clipy": {
"command": "npx",
"args": [
"-y",
"@clipy/mcp"
],
"env": {
"CLIPY_API_KEY": "clipy_sk_live_xxx"
}
}
}
}工具
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).
概览
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.
其他 分类下的更多 MCP 服务器
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Servers
modelcontextprotocolModel Context Protocol Servers
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
评论