Integrates with the Scenext AI platform to generate educational videos on various topics.
An MCP server that integrates with Scenext AI video generation platform to create educational explanation videos based on topics.
一个集成 Scenext AI 视频生成平台的 MCP 服务器,可以根据题目生成教学讲解视频。
本地接入(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:
MIT License
Marketing insights and audience analysis from Audiense reports, covering demographic, cultural, influencer, and content engagement analysis.
Connects AI assistants to your Notion workspace to search and manage pages, databases, and content.
MCP server for seamless document format conversion using Pandoc, supporting Markdown, HTML, and plain text, with other formats like PDF, csv and docx in development.
Interact with the HireBase Job API to manage job listings and applications.
Full implementation of Todoist Rest API for MCP server
Python tools for MCP that integrate with native Apple applications like Messages, Notes, Mail, and more on macOS.
Monitors system resources in real-time, including CPU, memory, disk, network, battery, and internet speed.
a macOS-only MCP server that enables AI agents to capture screenshots of applications, or the entire system.
MCP server for the Computer-Use Agent (CUA), allowing you to run CUA through Claude Desktop or other MCP clients.
Integrate with the Goodday project management platform to manage projects, tasks, and users via its API.