Scenext MCP Server - AI视频生成服务的MCP服务器
Project description
Scenext MCP Server
一个集成 Scenext AI 视频生成平台的 MCP 服务器,允许通过模型上下文协议生成教学视频。
安装
pip install scenext-mcp
配置
在 Claude Desktop 的配置文件中添加:
{
"mcpServers": {
"scenext": {
"command": "uvx",
"args": ["scenext-mcp"],
"env": {
"SCENEXT_API_KEY": "your_api_key_here"
}
}
}
}
功能
gen_video- 生成教学视频query_video_status- 查询视频生成状态get_video_result- 获取生成的视频结果health_check- 服务器健康检查
开发
# 克隆仓库
git clone https://github.com/your-username/scenext-mcp.git
cd scenext-mcp
# 安装依赖
pip install -e .
# 运行测试
python tests/test_basic.py
发布新版本
- 编辑
scenext_mcp/_version.py中的版本号 - 提交更改并创建标签:
git add . git commit -m "Release version x.x.x" git tag vx.x.x git push origin main git push origin vx.x.x
- GitHub Actions 会自动发布到 PyPI
许可证
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
scenext_mcp-1.0.1.tar.gz
(7.3 kB
view details)
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.0.1.tar.gz.
File metadata
- Download URL: scenext_mcp-1.0.1.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c58ef20598f24760fa446c8e36b951785aec1ec23bf9d9df2be0c6a789623d07
|
|
| MD5 |
f4ae040f708d359da97dabf35abbf429
|
|
| BLAKE2b-256 |
e852cef03cb47496166da406d7f73ed2a467c631ee3b3e33abe901e4cd626316
|
File details
Details for the file scenext_mcp-1.0.1-py3-none-any.whl.
File metadata
- Download URL: scenext_mcp-1.0.1-py3-none-any.whl
- Upload date:
- Size: 7.1 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 |
26e62f91ffadb0da424c154ca54fb7987e82556d97d092685e6c9862a75a8bc7
|
|
| MD5 |
d7f32154ae9a52ed933b93428c949217
|
|
| BLAKE2b-256 |
585ea7aa4c04035f15293f9448f1219f4e0084db24c9223a03fe4e64e377f9f4
|