Skip to main content
Glama
gpt-img-2
by gpt-img-2

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

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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