Back to Media

Vibe Worldbuilding

Guides users through systematic worldbuilding with structured prompts and Google Imagen integration for generating visual representations of fictional universe elements

Last updated: 1/27/2026

README

# Vibe Worldbuilding MCP

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

![Example World](example-worlds/verdant-realms-20250604-143521/images/world-overview-header.png)

## โšก Quick Start

### 1. Install Dependencies
```bash
# Python dependencies
pip install -e .

# Node.js dependencies  
npm install
```

### 2. Configure FAL API (Optional - for image generation)
```bash
# 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:
```json
{
  "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

| Document | Purpose |
|----------|---------|
| **[๐Ÿ“– User Guide](docs/README.md)** | Complete usage documentation and examples |
| **[โšก Workflow Guide](docs/WORKFLOW.md)** | MCP command sequence and best practices |
| **[๐Ÿ”ง Development Guide](docs/DEVELOPMENT.md)** | Contributing and development setup |
| **[๐Ÿ—๏ธ Architecture Guide](docs/ARCHITECTURE.md)** | System design and technical details |

## ๐Ÿงช Testing

```bash
# 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

- **[Verdant Realms](example-worlds/)** - Bioluminescent forest ecosystem
- **[Test Worlds](test-worlds/)** - Generated by test suite

## ๐Ÿ“„ License

MIT License - See [LICENSE](LICENSE) for details.

---

**Made with Claude** ๐Ÿค– | **Powered by MCP** โšก | **Enhanced with AI Images** ๐ŸŽจ

Installation

Add this MCP to your configuration:

{
  "mcpServers": {
    "vibe-worldbuilding": {
      // See GitHub repository for configuration
    }
  }
}

See the GitHub repository for full installation instructions.