ClipForge for Claude Desktop
io.github.chriphil70/clipforge
Trim, watermark, extract audio, and convert video to 9:16 vertical via API or MCP server.
client:Claude Desktop
transport:streamable-http
Install ClipForge in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"clipforge": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://budding-retrograde--clipforge.apify.actor/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs