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