EmoVideoAna
analytics emotion of video
🛠️ 环境设置 (Environment Setup)
首先,安装uv并设置 Python 项目和环境
curl -LsSf https://astral.sh/uv/install.sh | sh
之后请务必重启终端,以确保uv命令生效。
进入项目根目录,然后执行以下命令:
uv python install 3.13
通过uv添加mcp官方库
uv add "mcp[cli]" httpx
这里是 Windows 的环境设置步骤。
首先,安装uv并设置 Python 项目和环境
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
之后请务必重启终端,以确保uv命令生效。
进入项目根目录,然后执行以下命令:
uv python install 3.13
通过uv添加mcp官方库
uv add "mcp[cli]" httpx
🤖 在AI 对话客户端中使用
打开AI 对话客户端 配置,在MCP中添加MCP Server
在文件中添加如下内容后保存
{
"mcpServers": {
"hbidept": {
"command": "uv",
"args": [
"--directory",
"{YOUR_PATH}/emo-video-analysis-mcp",
"run",
"main.py"
],
"env": {
"APP_KEY": "<YOUR_APP_KEY>",
"APP_SECRET": "<YOUR_APP_SECRET>"
},
}
}
}
对应的APP_KEY APP_SECRET 需要到https://open.lianxinyun.com/ 进行生成。
Related Servers
MCP Screenshot
Captures screenshots and performs OCR text recognition.
PromptX
An AI capability enhancement system providing professional roles, memory management, and knowledge systems for applications like Claude and Cursor.
Video Editor
Add, analyze, search, and edit videos using the Video Jungle API. Also supports local video search on macOS.
TaskFlow
An MCP server for integrating task management capabilities into Claude Desktop.
Uptime Kuma MCP Open
Uptime Kuma MPC developed by GryfAi. Supports most of the read-only operations.
EndNote MCP Service
Reads EndNote .enl libraries and exposes their contents through the MCP interface.
Headlesshost MCP
Agentic first headless CMS
Anki MCP
A MCP server that enables AI assistants to interact with Anki, the spaced repetition flashcard application.
Goodday
A read-only server for the Goodday project management platform.
MCP Easy Copy
Easily discover and copy available MCP services within Claude Desktop.