Skip to main content
Glama

Vibe Worldbuilding MCP

by jasnonaz

バイブワールドビルディングMCP

自動画像生成機能を備えた、Claude による詳細な架空の世界を作成するためのモデル コンテキスト プロトコル (MCP)。

概要

このMCPは、構造化されたワールドビルディングアプローチを通じて、豊かでまとまりのある架空の世界を構築するのに役立ちます。Claudeの機能を活用して、コンセプトの開発、詳細の検討、一貫性の維持を支援します。また、MCPは、ワールドの要素を視覚的に表現する画像を生成することもできます。

インストール

  1. MCP CLI をインストールします。
    pip install mcp
  2. 必要な依存関係をインストールします。
    pip install google-generativeai
  3. Google AI API キーを使用して Vibe Worldbuilding MCP をインストールします。
    cd /path/to/vibe-worldbuilding-mcp mcp install vibe_worldbuilding_server.py -v IMAGEN_API_KEY=your_api_key_here
    -vフラグは、画像生成に必要な環境変数を設定します。Imagen 用の Google AI API キーをお持ちでない場合でも、MCP をワールド構築に使用できますが、画像生成機能は動作しません。あるいは、開発モードで MCP をテストすることもできます。
    mcp dev vibe_worldbuilding_server.py -v IMAGEN_API_KEY=your_api_key_here

使い方

MCP は、世界構築プロセスをガイドするいくつかのプロンプトを提供します。

  1. start-worldbuilding - 新しい世界プロジェクトを始める
  2. continue-worldbuilding - 既存の世界での作業を再開する
  3. 世界の基盤- あなたの世界の核となる概念を開発する
  4. 分類学- 世界の要素の分類システムを作成する
  5. world-entry - 特定の要素の詳細なエントリを作成する
  6. consistency-review - 論理的な一貫性をチェックする
  7. エントリの修正- 既存のエントリを修正して改善する
  8. ワークフロー- 全体的なプロセスに関するガイダンスを取得する

画像生成

MCPは、ワールド要素の画像を生成できます。エントリ、タクソノミー、その他の要素のマークダウンファイルを作成したら、 generate_image_from_markdown_fileツールを使用します。

Use the generate_image_from_markdown_file tool with path="/path/to/your/file.md"

このツールは次のことを行います。

  1. マークダウンファイルの内容を読む
  2. タイトルと説明を抽出する
  3. GoogleのImagen APIを使用して適切な画像を生成する
  4. 画像をマークダウンファイルの隣の「images」フォルダに保存します。

生成された画像を Claude にアップロードして、会話で表示することができます。

ワールドビルディングワークフロー

  1. 開始するには**、start-worldbuilding**プロンプトから始めてください
  2. 新しいセッションごとに、世界構築を続けることから始めます。
  3. 次の順序で世界を展開してください:
    • 世界基盤(中核概念と概要)
    • 分類法(分類システム)
    • 具体的なエントリー(詳細な記事)
  4. 興味のある要素を開発することで、あなたの世界を有機的に成長させましょう
  5. 世界の要素の画像を生成して視覚的に生き生きと表現します

セッション例

User: Let's create a new world. [User selects the "start-worldbuilding" prompt from the MCP menu] Claude: [Displays the worldbuilding prompt] User: I'd like to create a world where sound has magical properties. Claude: [Helps develop the concept and explores implications] User: Let's save this as my world overview file. Claude: [Saves the content to world-overview.md] User: Now generate an image for this overview. [User uses the generate_image_from_markdown_file tool] Claude: [Generates an image and saves it to disk]

要件

  • Imagen 用の Google AI API キー (IMAGEN_API_KEY 環境変数として設定)
  • Google Generative AI Python ライブラリ ( google-generativeai )
  • MCP CLIツール

成功のためのヒント

  • コアコンセプトから始めて、段階的に世界を構築します
  • 関連コンテンツのクラスターを作成する
  • 一貫性を定期的に確認する
  • 量より質を重視する
  • あなたの世界を自然に生み出しましょう
  • 生成された画像を使用して、さらなる世界構築を刺激します
-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Claude で詳細な架空の世界を作成するためのモデル コンテキスト プロトコル。構造化された世界構築プロンプトと、Google の Imagen API による自動画像生成を特徴としています。

  1. 概要
    1. インストール
      1. 使い方
        1. 画像生成
      2. ワールドビルディングワークフロー
        1. セッション例
          1. 要件
            1. 成功のためのヒント

              Related MCP Servers

              • -
                security
                A
                license
                -
                quality
                A Model Context Protocol server that integrates Claude with Blender, enabling users to analyze and interact with IFC (Industry Foundation Classes) building models through natural language commands.
                Last updated -
                9
                Python
                MIT License
                • Apple
              • A
                security
                F
                license
                A
                quality
                A Model Context Protocol server that enables Claude to generate and upscale images through the Letz AI API, allowing users to create images directly within Claude conversations.
                Last updated -
                2
                1
                JavaScript
                • Linux
                • Apple
              • -
                security
                A
                license
                -
                quality
                A Model Context Protocol server that enables Claude to interact directly with Contentful CMS, allowing the AI to fetch content types and entries from a Contentful space.
                Last updated -
                1
                TypeScript
                MIT License
              • -
                security
                F
                license
                -
                quality
                A Model Context Protocol server that enables Claude AI to interact directly with SketchUp, allowing for automated 3D modeling, woodworking joint creation, and component manipulation through natural language commands.
                Last updated -
                • Apple
                • Linux

              View all related MCP servers

              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/jasnonaz/vibe-worldbuilding-mcp'

              If you have feedback or need assistance with the MCP directory API, please join our Discord server