返回市场
场景续-MCP

场景续-MCP

作者:typing2333 星标更新:2025-06-24

项目介绍

MseeP.ai 安全评估徽章

Scenext MCP 服务器

English | 中文


一个集成 Scenext AI 视频生成平台的 MCP 服务器,可以根据题目生成教学讲解视频。

快速开始

本地接入(uvx模式):

{
  "mcpServers": {
    "scenext": {
      "command": "uvx", 
      "args": ["scenext-mcp"],
      "env": {
        "SCENEXT_API_KEY": "your_actual_api_key_here"
      }
    }
  }
}

远程接入(streamable-http):

{
  "mcpServers": {
    "scenext": {
      "type": "streamable-http",
      "url": "https://mcp.scenext.cn/mcp/",
      "headers": {
        "Authorization": "Bearer your_actual_api_key_here"
      }
    }
  }
}

一些客户端不支持 headers 字段。您可以手动配置并添加请求头 "Authorization=Bearer your_actual_api_key_here"。

详细文档:

许可证

MIT 许可证