Cap (MCP Server)

GitHub

Open source Loom alternative. Beautiful, shareable screen recordings.

20,811 stars TypeScript MCP Ready Full Docs Skills View Markdown #app#cap#coss#loom

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "Cap": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-Cap"
      ]
    }
  }
}