1. Conduid
  2. Developer Tools
  3. Scenext MCP
MCP server · Developer Tools

Scenext MCP

scenext官方mcp服务器

Unclaimed MIT last commit a year ago devtools
49Fair

Scored 2 days ago · breakdown

About Scenext MCP

Scenext MCP is an MCP server published by typing233 in the Developer Tools category: scenext官方mcp服务器. It has been installed 0 times through Conduid.

The repository has 3 stars and 2 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx scenext-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Scenext MCP

Powered by Claude · Grounded in docs

I know everything about Scenext MCP. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v1.0.2v1.0.2 · 1 Jun 2025
v1.0.1v1.0.1 · 1 Jun 2025test

README

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

README mirrored from the source repository 2 days ago. The original is authoritative.

Questions

About Scenext MCP

How do I install Scenext MCP?

Run npx scenext-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Scenext MCP safe to use with an AI agent?

Its trust score is 49 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Scenext MCP still maintained?

The last commit was a year ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.