Vibe Worldbuilding MCP

by jasnonaz

바이브 월드빌딩 MCP

클로드와 함께 세부적인 가상 세계를 창조하기 위한 모델 컨텍스트 프로토콜(MCP)로, 자동 이미지 생성 기능이 포함되어 있습니다.

개요

이 MCP는 체계적인 세계관 구축을 통해 풍부하고 응집력 있는 가상 세계를 구축할 수 있도록 도와줍니다. 클로드의 역량을 활용하여 개념을 개발하고, 세부 사항을 탐구하고, 일관성을 유지할 수 있도록 도와줍니다. 또한, MCP는 세계의 요소를 시각적으로 표현하는 이미지를 생성할 수 있습니다.

설치

  1. MCP CLI를 설치하세요:지엑스피1
  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. world-foundation - 세계의 핵심 개념을 개발하세요
  4. 분류학 - 세계 요소에 대한 분류 시스템 생성
  5. world-entry - 특정 요소에 대한 자세한 항목 만들기
  6. 일관성 검토 - 논리적 일관성 확인
  7. entry-revision - 기존 항목 수정 및 개선
  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. 새로운 세션이 있을 때마다 continue-worldbuilding 으로 시작하세요.
  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.

클로드와 함께 세부적인 가상 세계를 창조하기 위한 모델 컨텍스트 프로토콜로, 구조화된 세계 구축 프롬프트와 Google의 Imagen API를 통한 자동 이미지 생성 기능을 제공합니다.

  1. 개요
    1. 설치
      1. 사용 방법
        1. 이미지 생성
      2. 월드빌딩 워크플로
        1. 예제 세션
          1. 요구 사항
            1. 성공을 위한 팁

              Related MCP Servers

              • A
                security
                F
                license
                A
                quality
                A Model Context Protocol server that provides image generation capabilities using the Ideogram API, allowing users to create images from text prompts with customizable parameters.
                Last updated -
                1
                1
                3
                JavaScript
              • -
                security
                A
                license
                -
                quality
                Provides image generation capabilities using the Flux Schnell model on Replicate, allowing users to create images from text prompts.
                Last updated -
                1
                JavaScript
                MIT License
              • -
                security
                F
                license
                -
                quality
                Enables programmatic creation of Whimsical diagrams from Mermaid markup generated by AI models like Claude through the Model Context Protocol.
                Last updated -
                7
                TypeScript
              • -
                security
                A
                license
                -
                quality
                Provides image generation capabilities for Claude using the Replicate Flux model, allowing users to create images from text prompts with customizable parameters like aspect ratio and output format.
                Last updated -
                145
                19
                JavaScript
                MIT License
                • Apple

              View all related MCP servers

              ID: gpaea0aqma