Labsco
hbidept logo

EmoVideoAna

from hbidept

analytics emotion of video

🔥🔥✓ VerifiedAccount requiredNeeds API keys
<!-- * @Date: 2025-11-27 15:29:25 * @LastEditors: sunkr1995 35027245+sunkr1995@users.noreply.github.com * @LastEditTime: 2025-12-09 11:50:56 * @FilePath: \emo-video-analysis-mcp\README.md * @Description: Do not edit -->

🤖 在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>"
      },
    }
  }
}

如果使用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/ 进行生成。