CreatorBox
by xiesx123
Overview
A comprehensive AI-powered toolbox for video editing, dubbing, and content creation, including features like video inpainting, subtitle extraction, vocal separation, and text-to-speech.
Installation
uv run cli.py startEnvironment Variables
- OPENAI_API_KEY
- GEMINI_API_KEY
- AZURE_API_KEY
- GENAIPRO_API_KEY
- HUGGINGFACEHUB_API_TOKEN
- NGROK_AUTH_TOKEN
Security Notes
The Python source code is heavily obfuscated using Pyarmor (as indicated by '# Pyarmor 9.1.2 (trial)' headers in many files). This makes it impossible to perform a reliable security audit for malicious code, backdoors, or vulnerabilities, severely reducing transparency and trust. Standard network calls (e.g., socket.io, HTTP POST) are present but their destinations and payloads are not verifiable. External API keys are handled via environment variables, which is good practice, but the obfuscation prevents verifying their secure handling within the application logic.
Similar Servers
seline
A backend API server for managing and executing ComfyUI workflows, capable of dynamically generating API endpoints for workflows, building Docker containers for custom nodes and models, and providing an execution queue. It integrates with the Model Context Protocol (MCP) to expose its capabilities to client applications.
davinci-resolve-mcp
Enables AI assistants (like Claude) to directly control and interact with DaVinci Resolve for video editing and post-production tasks via the Model Context Protocol.
i18n-magic
Automates internationalization (i18n) workflows with AI-powered translations for JavaScript/TypeScript projects, functioning as a Model Context Protocol (MCP) server for LLMs.
youtube-transcript-mcp
Enables LLM chat applications to summarize or analyze content from YouTube videos by providing their transcripts.