Klicstudio Mcp Video Translation
@krillinai
关于 Klicstudio Mcp Video Translation
The KlicStudio MCP server is a connector based on the Model Context Protocol (MCP), designed to facilitate interactions with KlicStudio services. Acting as a bridge between large language models (LLMs) and KlicStudio services, it enables LLMs to utilize KlicStudio's features such
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"KlicStudio-mcp-server": {
"isActive": true,
"name": "KlicStudioConnector",
"type": "stdio",
"description": "Connects to KlicStudio for subtitle and media processing.",
"command": "/abs/path/to/your/project/.venv/bin/python",
"args": [
"/abs/path/to/your/project/klicstudio-mcp.py"
],
"env": {}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Klicstudio Mcp Video Translation?
Klicstudio Mcp Video Translation is a Model Context Protocol (MCP) server that acts as a bridge between large language models (LLMs) and the KlicStudio service. It enables LLMs to use KlicStudio’s subtitle generation, translation, text‑to‑speech (TTS), and media processing features.
How to use Klicstudio Mcp Video Translation?
Install Python 3.12 or higher and the KlicStudio service (default at http://127.0.0.1:8888), then run pip install -e . or uv pip install -e . from the cloned repository. Start the server with python klicstudio-mcp.py. For integration with Claude Desktop, add a KlicStudio-mcp-server entry to claude_desktop_config.json pointing to the project’s Python interpreter and klicstudio-mcp.py. The --klicstudio-url, --mcp-transport, --mcp-host, and --mcp-port command‑line options allow custom configuration.
Key features of Klicstudio Mcp Video Translation
- Upload video or audio files to KlicStudio
- Automatic subtitle generation with multi‑language recognition
- Subtitle translation into multiple languages
- Bilingual subtitle output with adjustable positioning
- Text‑to‑speech with voice cloning support
- Subtitle embedding (horizontal, vertical, or both)
Use cases of Klicstudio Mcp Video Translation
- Automatically generate and translate subtitles for uploaded videos or audio
- Produce bilingual subtitles for multilingual audiences
- Embed subtitles directly into videos for distribution
- Generate TTS audio with cloned voices for subtitle lines
- Monitor long‑running subtitle processing tasks via an LLM
FAQ from Klicstudio Mcp Video Translation
What are the system requirements?
Python 3.12 or higher and a running KlicStudio service (default http://127.0.0.1:8888).
Which MCP transport protocols are supported?
The server supports stdio (default) and streamable-http transports. When using HTTP, specify --mcp-host and --mcp-port.
Can I customize how subtitles are embedded in the video?
Yes. The --klicstudio-embedded option accepts horizontal, vertical, all, or none (default) to control subtitle embedding.
Does it support voice cloning for TTS?
Yes. The server supports TTS with voice cloning using uploaded audio files to produce more natural speech.
How do I set a custom KlicStudio service URL?
Set the KLICSTUDIO_URL environment variable or pass the --klicstudio-url command‑line argument, e.g., --klicstudio-url="http://192.168.1.100:8888".
媒体与设计 分类下的更多 MCP 服务器
Weather API MCP Server
TuanKiriA lightweight Model Context Protocol (MCP) server that enables AI assistants like Claude to retrieve and interpret real-time weather data. Discuss on Hacker News:
MiniMax MCP
MiniMax-AIOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Game Asset Generator using MCP and Hugging Face Spaces
MubarakHAlketbiAn MCP server for creating 2D/3D game assets from text using Hugging Face AI models.
Melrōse - programming of music melodies
emickleiinteractive programming of melodies, producing MIDI
Figma MCP Server
TimHoldenModel Context Protocol server implementation for Figma API
评论