Skip to main content
Glama

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

Related MCP server: Letz AI MCP

🌟 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

Complete usage documentation and examples

⚑ Workflow Guide

MCP command sequence and best practices

πŸ”§ Development Guide

Contributing and development setup

πŸ—οΈ Architecture Guide

System 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

Resources

Looking for Admin?

Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.

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

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