
教学视频生成
@typing233
关于 教学视频生成
scenext官方mcp服务器
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"scenext": {
"type": "sse",
"url": "https://mcp.scenext.cn/sse?api_key=your_actual_api_key_here"
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is 教学视频生成?
It is an MCP server that integrates with the Scenext AI video generation platform to create educational explanation videos based on topics.
How to use 教学视频生成?
Configure the server with your API key. Two modes are available: local (using uvx with the scenext-mcp package) and remote (streamable-http at https://mcp.scenext.cn/mcp/). For local mode, set the environment variable SCENEXT_API_KEY. For remote mode, add an Authorization: Bearer <your_key> header.
Key features of 教学视频生成
- Integrates with Scenext AI video generation platform
- Creates educational explanation videos from topics
- Supports local (uvx) and remote (streamable-http) access
- Configurable via environment variable or HTTP header
- Open-source under MIT license
Use cases of 教学视频生成
- Generate teaching videos for any given topic
- Automate video creation for educational content
- Integrate video generation into MCP‑compatible workflows
FAQ from 教学视频生成
How do I configure the API key?
For local mode, set the environment variable SCENEXT_API_KEY. For remote mode, add an Authorization: Bearer your_actual_api_key_here header in the request.
What are the two connection modes?
Local mode uses the uvx command with the scenext-mcp package. Remote mode uses a streamable-http endpoint at https://mcp.scenext.cn/mcp/ with an Authorization header.
What if my MCP client does not support the headers field?
You can manually configure the request header Authorization=Bearer your_actual_api_key_here in your client.
Is the server open-source?
Yes, it is licensed under the MIT License.
其他 分类下的更多 MCP 服务器
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Servers
modelcontextprotocolModel Context Protocol Servers
Blender
ahujasidOpen-source MCP to use Blender with any LLM
评论