Klicstudio Mcp Video Translation
@krillinai
About 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
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"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": {}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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".
More Media & Design MCP servers
Vibe Design System
mondaycom🎨 Vibe Design System - Official monday.com UI resources for application development in React.js
YouTube Transcript Server
kimtaeyoon83This is an MCP server that allows you to directly download transcripts of YouTube videos.
百度地图 MCP Server
baidu-mapsBaidu Map MCP Server
Video Editor MCP server
burningionMCP Interface for Video Jungle
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.
Comments