Agent
Freeby MCP Community
MCP server for Claude Desktop that generates video captions using Google Vertex AI and integrates with Twick Studio
v0.15.28Added Apr 12, 2026
mcpmodel-context-protocolclaude-desktopvideo-transcriptioncaptions
Agent MCP Server
MCP server for Claude Desktop that generates video captions using Google Vertex AI and integrates with Twick Studio
Installation
npx -y @twick/mcp-agent
Reviews
Installation
Quick install
npx -y @twick/mcp-agent
Add to claude_desktop_config.json
{
"mcpServers": {
"agent": {
"command": "npx",
"args": ["-y", "@twick/mcp-agent"]
}
}
}