Overview
what is Scenext?
Scenext is an AI video generation platform that automatically creates high-quality instructional videos based on provided questions and reference answers.
how to use Scenext?
To use Scenext, install the MCP server using pip install scenext-mcp, configure it with your API key, and then use the gen_video function to generate teaching videos.
key features of Scenext?
- Automatic generation of instructional videos from text inputs.
- Ability to check the status of video generation with
query_video_status.
use cases of Scenext?
- Creating educational videos for online courses.
- Generating video content for tutoring sessions.
- Producing instructional materials for schools and universities.
FAQ from Scenext?
- How do I get an API key?
Register at scenext.cn, log in, and create an API key in your personal center.
- What programming language is required to use Scenext?
Scenext is implemented in Python, and you need to use Python to interact with the MCP server.
- Can I customize the videos generated?
Yes, you can provide different questions and reference answers to customize the content of the videos.
Server Config
{
"mcpServers": {
"scenext": {
"type": "sse",
"url": "https://mcp.scenext.cn/sse?api_key=your_actual_api_key_here"
}
}
}