opensora2-prompt-mcp
OpenSora 2 Prompt MCP
Детерминированный MCP-сервер только для чтения для разработки видеопромптов и планов съёмки. Он дополняет независимые ресурсы на OpenSora2.com и не генерирует видео, не обращается к провайдерам моделей, не получает доступ к аккаунтам и не расходует кредиты.
Инструменты
build_video_promptпревращает черновую идею в структурированный пакет промптов.plan_shotsсоздаёт таймированную последовательность из 1–6 кадров с якорями непрерывности.diagnose_promptнаходит отсутствующие параметры движения, камеры, освещения и непрерывности.get_resourcesвозвращает канонические руководства и страницы рабочих процессов OpenSora2.com.
Все инструменты детерминированы и объявляют аннотации MCP только для чтения. Ключ API не требуется.
Related MCP server: Enhanced Multimedia Analysis MCP
Установка
Запустите напрямую из GitHub:
{
"mcpServers": {
"opensora2": {
"command": "npx",
"args": ["-y", "github:gpt-img-2/opensora2-prompt-mcp"]
}
}
}Или клонируйте репозиторий и запустите локально:
pnpm install
pnpm build
node dist/index.jsНеобязательная переменная окружения:
OPENSORA2_APP_BASE_URL: изменяет источник ссылок на ресурсы. По умолчанию —https://opensora2.com.
Примеры входных данных
Собрать промпт:
{
"idea": "A red ceramic teapot steams on a rain-streaked cafe window",
"workflow": "image-to-video",
"camera": "slow 10 cm push-in",
"motion": "steam curls upward while raindrops slide down the glass",
"referenceConstraints": "teapot silhouette, glaze pattern, and window composition"
}Спланировать кадры:
{
"idea": "A trail shoe crosses wet rock and lands in a shallow stream",
"shotCount": 3,
"totalDurationSeconds": 9,
"continuityAnchor": "shoe color, laces, runner wardrobe, and travel direction"
}Навык OpenClaw
Сопутствующий навык находится в openclaw/opensora-video-prompt-architect. Он работает в текстовом режиме без этого MCP; подключение MCP добавляет детерминированные инструменты для создания промптов и диагностики.
Разработка
pnpm validate
pnpm test:smokeЭтот проект — независимая утилита для дизайна промптов и не является официальным проектом Open-Sora или официальной реализацией модели.
Лицензия
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceConverts plain text scripts into structured storyboards with shot breakdowns using LLMs, and optionally generates visual frames via Stable Diffusion and assembles them into vertical videos for rapid content prototyping.3MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to analyze images and videos, and generate optimized prompts for AI video generation systems.MIT
- AlicenseAqualityBmaintenanceProvides deterministic, read-only design knowledge for AI coding agents to help them choose visual directions, plan UI states, and compose design tokens, all without network access.64444MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to produce professional promo videos by providing tools for capture, media search, scene writing, rendering, editing, and incremental revision.264MIT
Related MCP Connectors
Find your AI agent's likely failure mode, get runtime settings, and clarify ambiguous prompts.
Build and run visual creative-production workflows from your AI agent.
Generate logos, social posts, app screenshots, comic panels & visual-novel assets from prompts.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gpt-img-2/opensora2-prompt-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server