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:
- English Documentation
- 中文文档
License / 许可证
MIT License
Scenext Video Generation Server
Project Details
- typing233/scenext-mcp
- MIT License
- Last Updated: 6/13/2025
Recomended MCP Servers
misonote markdown mcp client
Managed Code Plugin (MCP) для Cursor IDE с интеграцией продуктов Atlassian: JIRA, Confluence и BitBucket
MCP Server for EMRs with FHIR
An MCP proxy server that aggregates and serves multiple MCP resource servers through a single HTTP server.
✍ 一款优秀的开源博客发布应用。
Anki MCP server
A coincap mcp server to access crypto data from coincap API
ClickUp MCP Server - Integrate ClickUp task management with AI through Model Context Protocol





