Scenext MCP Server
Integrates with the Scenext AI platform to generate educational videos on various topics.
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
Related Servers
omniparser-autogui-mcp
An MCP server that analyzes the screen with OmniParser to automate GUI operations.
Yandex Browser Tabs
An MCP server for managing Yandex Browser tabs with extended functionality.
Anki Connect
Manage Anki flashcards and decks via the AnkiConnect plugin.
Text Master MCP Server
A comprehensive toolkit for text processing, formatting, and analysis.
Liquidium MCP Server
Tools for PostHog analytics, annotations, and project management.
HackMD
A Model Context Protocol server for integrating HackMD's note-taking platform with AI assistants.
Home Assistant MCP Server
An MCP server for interacting with Home Assistant. Requires HA_URL and HA_TOKEN environment variables.
Date and Time MCP Server
Provides current date and time information, with support for various formats and timezone conversions.
Omnispindle
A todo management system designed for coordinating tasks across multiple projects, utilizing MongoDB and MQTT.
Atlassian MCP Server
A read-only server for accessing Atlassian products like Confluence and Jira.