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
Things.app MCP Server
A fast reverse proxy to help you expose a local server behind a NAT or firewall to the...
A Model Context Protocol (MCP) server for interacting with GitHub
This read-only MCP Server allows you to connect to Sybase IQ data from Claude Desktop through CData JDBC...
A Model Context Protocol (MCP) server that provides translation capabilities using the DeepL API.
A Model Context Protocol (MCP) server implementation that provides network control and management capabilities through the ONOS SDN...
使用 Stata 绘制中国省级地图!比例尺、指北针、秦岭-淮河线、胡焕庸线、海岸线、未定国界都有!
An MCP server for interacting with your up-bank account, retrieving account balances and transactions.
MCP server for accessing VM command line with web tunneling
An MCP server for managing todos within LLMs, created for educational purposes





