https://github.com/typing233/scenext-mcp
scenext官方mcp服务器
https://github.com/typing233/scenext-mcp
Last synced: 3 months ago
JSON representation
scenext官方mcp服务器
- Host: GitHub
- URL: https://github.com/typing233/scenext-mcp
- Owner: typing233
- License: mit
- Created: 2025-06-01T08:17:01.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-06-24T03:33:00.000Z (5 months ago)
- Last Synced: 2025-08-19T09:46:18.415Z (3 months ago)
- Language: Python
- Size: 24.3 MB
- Stars: 2
- Watchers: 0
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mcp-servers - **scenext-mcp** - scenext官方mcp服务器 (Python-based) `python` `mcp` `pip install git+https://github.com/typing233/scenext-mcp` (🤖 AI/ML)
README
[](https://mseep.ai/app/typing233-scenext-mcp)
# Scenext MCP Server
[English](README.en.md) | [中文](README.zh.md)
---
An MCP server that integrates with [Scenext](https://scenext.cn) AI video generation platform to create educational explanation videos based on topics.
一个集成 [Scenext](https://scenext.cn) AI 视频生成平台的 MCP 服务器,可以根据题目生成教学讲解视频。
## Quick Start / 快速开始
本地接入(uvx模式):
```json
{
"mcpServers": {
"scenext": {
"command": "uvx",
"args": ["scenext-mcp"],
"env": {
"SCENEXT_API_KEY": "your_actual_api_key_here"
}
}
}
}
```
远程接入(streamable-http):
```json
{
"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](README.en.md)
- [中文文档](README.zh.md)
## License / 许可证
MIT License