Odel
clipy mcp

clipy mcp

Local
@manovagyanik13JavaScriptMITUpdated 2w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@clipy/mcpv0.13.1

Run

npx -y @clipy/mcp

MCP client config

{
  "mcpServers": {
    "clipy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@clipy/mcp"
      ]
    }
  }
}