Skip to main content
Glama

Vibe Worldbuilding MCP

by jasnonaz

Vibe Worldbuilding MCP

Create detailed fictional worlds with Claude - Complete with automatic taxonomies, interconnected entries, AI-generated images, and navigable websites.

Example World

⚡ Quick Start

1. Install Dependencies

# Python dependencies pip install -e . # Node.js dependencies npm install

2. Configure FAL API (Optional - for image generation)

# Add your FAL API key to .env echo "FAL_KEY=your_api_key_here" > .env

3. Set Up MCP Server

Add to your Claude Desktop configuration:

{ "mcpServers": { "vibe-worldbuilding": { "command": "python3", "args": ["./vibe_worldbuilding_server.py"], "env": { "FAL_KEY": "your_fal_api_key_here" } } } }

4. Create Your First World

1. Ask Claude: "Create a fantasy world about floating islands" 2. Claude uses MCP tools to build complete world structure 3. Generated world includes entries, images, and navigable website

🌟 What You Get

Complete Worldbuilding Pipeline:

  • Rich world concepts with detailed lore and atmosphere
  • Custom taxonomies (characters, locations, artifacts, etc.)
  • Interconnected entries with automatic cross-references
  • AI-generated images for visual world elements
  • Static websites with navigation and image galleries
  • Auto-stub generation for referenced entities

📚 Documentation

DocumentPurpose
📖 User GuideComplete usage documentation and examples
⚡ Workflow GuideMCP command sequence and best practices
🔧 Development GuideContributing and development setup
🏗️ Architecture GuideSystem design and technical details

🧪 Testing

# Run complete test suite python tests/run_tests.py # Test with image generation python tests/test_e2e_comprehensive.py --verbose # Keep test world for exploration python tests/test_e2e_comprehensive.py --verbose

🚀 Example Worlds

📄 License

MIT License - See LICENSE for details.


Made with Claude 🤖 | Powered by MCP ⚡ | Enhanced with AI Images 🎨

-
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
                A
                license
                A
                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 -
                11
                12
                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 -
                2
                TypeScript
                MIT License
              • -
                security
                A
                license
                -
                quality
                A Model Context Protocol server that bridges Claude with ComfyUI, enabling AI image generation using Stable Diffusion through text prompts and custom workflows.
                Last updated -
                1
                Python
                MIT License

              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