Scenext MCP Server - Secure MCP Server by ALMC Security 2025

Scenext MCP Server

View on GitHub

MseeP.ai Security Assessment Badge

Scenext MCP Server

English | 中文


An MCP server that integrates with Scenext AI video generation platform to create educational explanation videos based on topics.

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

Quick Start / 快速开始

本地接入(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"
      }
    }
  }
}

Some clients do not support the headers field. You can manually configure and add the request header "Authorization=Bearer your_actual_api_key_here".

For detailed documentation:

License / 许可证

MIT License

Related in Productivity - Secure MCP Servers

ServerSummaryActions
Umbraco MCPAn MCP (Model Context Protocol) server for Umbraco CMS it provides access to key parts of the Manage...View
gotoHumangotoHuman makes it easy to add human approvals to AI agents and agentic workflows. A fully-managed a...View
PDF ReaderView
Linear IssuesThis is a simple MCP (Model Context Protocol) server that provides read-only access to Linear issues...View
Bitrix24A comprehensive Model Context Protocol (MCP) server for Bitrix24 CRM integration, enabling AI agents...View
Summarization FunctionsFeatures • AI Agent Integration • Installation • UsageView