← Back to Plugins
MCP Server MCP

online.clipy/mcp

github By github 👁 3 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @clipy/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@clipy/mcp",
      "version": "0.13.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "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",
          "format": "string",
          "isSecret": true,
          "name": "CLIPY_API_KEY"
        },
        {
          "description": "Override the Clipy API base URL (defaults to https://clipy.online)",
          "format": "string",
          "name": "CLIPY_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...