HomeDesign & Media › clipy-mcp

clipy-mcp

Read your Clipy screen recordings: search, transcripts, AI summaries, and key moments with frames.

TypeScript Cloud macOSWindowsLinux
★ 4 stars Last pushed 2026-08-17 License: MIT

Topics: Multimedia Process

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.13.1)

npx -y @clipy/mcp@0.13.1

Or add to your MCP client config:

{
  "mcpServers": {
    "clipy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@clipy/mcp@0.13.1"
      ],
      "env": {
        "CLIPY_API_KEY": "<YOUR_VALUE>",
        "CLIPY_API_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • CLIPY_API_KEY secret — Clipy API key. Optional — the server reads the credential `clipy login` stores at ~/.config/clipy/config.json. Set this to override it, or for CI where there is no login. Create a key free at https://clipy.online/settings/api-keys
  • CLIPY_API_URL — Override the Clipy API base URL (defaults to https://clipy.online)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry