mcp for the klicstudio
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"iflow-mcp-krillinai-klicstudio-mcp-server","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# KlicStudio MCP 服务器 KlicStudio MCP 服务器是一个基于 Model Context Protocol (MCP) 的连接器,用于与 KlicStudio 服务进行交互。该服务器充当大语言模型 (LLM) 与 KlicStudio 服务之间的桥梁,使 LLM 能够使用 KlicStudio 的字幕生成、翻译、TTS 等功能。 ## 功能特点 - **文件上传**: 上传视频或音频文件到 KlicStudio 服务 - **字幕处理**: 为视频自动生成字幕,支持多种语言识别 - **翻译功能**: 支持字幕翻译为多种语言 - **双语字幕**: 生成双语字幕,支持自定义翻译字幕位置 - **文本转语音(TTS)**: 为字幕生成语音,支持音色克隆 - **字幕嵌入**: 将字幕直接嵌入到视频中,支持横屏和竖屏视频 - **配置管理**: 动态获取和更新 KlicStudio 系统配置 - **任务监控**: 实时查询字幕处理任务状态和进度 ## 安装要求 - Python 3.12 或更高版本 - KlicStudio 服务(默认运行在 http://127.0.0.1:8888) ## 安装 ```bash # 克隆仓库 git clone git@github.com:krillinai/KlicStudioMCP.git cd KlicStudioMCP # 使用 pip 安装依赖 pip install -e . # 或者使用 uv 安装(推荐) uv pip install -e . ``` ## 使用方法 ### 启动服务器 ```bash python klicstudio-mcp.py ``` ### 与 MCP 客户端集成 #### Claude Desktop 示例配置 要将此服务器集成到 Claude Desktop,您需要编辑其 MCP 服务器配置文件。 在 macOS 上,该文件通常位于`~/Library/Application Support/Claude/claude_desktop_config.json`。 ```json { "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": {} } } } ``` **请务必将** **`/abs/path/to/your/project/` 替换为您的实际项目路径。** ### 命令行选项 - `--klicstudio-url`: 指定 KlicStudio 服务的 URL (默认: http://127.0.0.1:8888) - `--mcp-transport`: 指定 MCP 传输类型,可选 "stdio"(默认) 或 "streamable-http" - `--mcp-host`: 指定 HTTP 服务器主机(仅当 mcp-transport 为 "streamable-http" 时有效) - `--mcp-port`: 指定 HTTP 服务器端口(仅当 mcp-transport 为 "streamable-http" 时有效) 示例: ```bash # 使用环境变量设置 KlicStudio URL export KLICSTUDIO_URL="http://192.168.1.100:8888" python klicstudio-mcp.py # 或者直接通过命令行参数设置 python klicstudio-mcp.py --klicstudio-url="http://192.168.1.100:8888" # 使用 HTTP 传输并指定端口 python klicstudio-mcp.py --mcp-transport="streamable-http" --mcp-port=8001 ``` ## MCP 工具 该服务器提供了以下 MCP 工…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.