Scenext MCP Server - AI视频生成服务的MCP服务器
Project description
Scenext MCP Server
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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file scenext_mcp-1.2.4.tar.gz.
File metadata
- Download URL: scenext_mcp-1.2.4.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1b655c6c93b0531a61c9024d03f19e079a210a6c2a39059358204444dec3d738
|
|
| MD5 |
1eb2f2921516d59a16f8fc8af1eebf22
|
|
| BLAKE2b-256 |
1972e2260769b89e4dd378e5984908eb6115864446a89cde5e9f948cadd41969
|
File details
Details for the file scenext_mcp-1.2.4-py3-none-any.whl.
File metadata
- Download URL: scenext_mcp-1.2.4-py3-none-any.whl
- Upload date:
- Size: 7.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1a30ad47c267b94eedae808bc9e23ca68155c7aa001cea1a14ccdd43cb408d0
|
|
| MD5 |
a8a7c2d4b763b3e1feb92e7a0bd4fdf6
|
|
| BLAKE2b-256 |
fb2a5f712b18cbb0edb66c9ce683ca2a18d6c9c17690bfbd540233b7f3110e4a
|