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".
「メディアとデザイン」の他のコンテンツ
Photoshop MCP Server
loonghaoA Model Context Protocol (MCP) server that interfaces with Adobe Photoshop's Python API. Enables LLMs to execute image editing operations, automate workflows, and manage Photoshop tasks through structured commands and context-aware interactions.

BibiGPT AI video & audio summarizer
JimmyLvOpenClaw / Claude Code / Codex Agent skill for summarizing videos/audio via BibiGPT CLI (bibi)
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:
Tripadvisor MCP Server
pab1it0A Model Context Protocol (MCP) server for Tripadvisor Content API. This provides access to Tripadvisor location data, reviews, and photos through standardized MCP interfaces, allowing AI assistants to search for travel destinations and experiences.
YouTube Transcript MCP Server
jkawamotoMCP server retrieving transcripts of YouTube videos
コメント