emo-video-analysis-mcp
Analysis face-emotion,incloud basic emotion(seven kinds),PAD,stress
Documentation
🛠️ 环境设置 (Environment Setup)
🐧 Linux / macOS 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 Setup
这里是 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不建议MCP Server 和 ai对话客户端分别放置在同一机器上的不同系统,如window和wsl2
🤖 在AI 对话客户端中使用
打开AI 对话客户端 配置,在MCP中添加MCP Server
在文件中添加如下内容后保存
{
"mcpServers": {
"hbidept": {
"command": "uv",
"args": [
"--directory",
"{YOUR_PATH}/emo-video-analysis-mcp",
"run",
"main.py"
],
"env": {
"APP_KEY": "",
"APP_SECRET": ""
},
}
}
}如果使用streamableHttp
{
"mcpServers": {
{
"lianxin-mcp": {
"name": emo-video-analysis",
"type": "streamableHttp",
"baseUrl": "https://open.lianxinyun.com/mcp",
"headers": {
"sk": appKey_sk_appSecret
}
}
}
}
}对应的APP_KEY APP_SECRET 需要到https://open.lianxinyun.com/ 进行生成。
Frequently asked questions
What is emo-video-analysis-mcp?
emo-video-analysis-mcp is Analysis face-emotion,incloud basic emotion(seven kinds),PAD,stress
How do I install emo-video-analysis-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is emo-video-analysis-mcp open source?
Yes — it is hosted on GitHub at https://github.com/hbidept/emo-video-analysis-mcp.
Related MCP tools
Cognee is the open-source AI memory platform for agents. Give your AI agents persistent long-term memory across sessions with a self-hosted knowledge graph engine.
Automate browser based workflows with AI
Hindsight: Agent Memory That Learns
A privacy-first app that strips AI watermarks from content you own.
Agent framework and applications built upon Qwen>=3.0, featuring Function Calling, MCP, Code Interpreter, RAG, Chrome extension, etc.
The power of Claude Code / GeminiCLI / CodexCLI + [Gemini / OpenAI / OpenRouter / Azure / Grok / Ollama / Custom Model / All Of The Above] working as one.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP