Integrates with Google's Imagen API for generating visual representations of world elements based on textual descriptions.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Vibe Worldbuilding MCPcreate a cyberpunk city with neon markets and flying vehicles"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Vibe Worldbuilding MCP
Create detailed fictional worlds with Claude - Complete with automatic taxonomies, interconnected entries, AI-generated images, and navigable websites.

β‘ Quick Start
1. Install Dependencies
# Python dependencies
pip install -e .
# Node.js dependencies
npm install2. Configure FAL API (Optional - for image generation)
# Add your FAL API key to .env
echo "FAL_KEY=your_api_key_here" > .env3. 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 websiteRelated 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 |
Complete usage documentation and examples | |
MCP command sequence and best practices | |
Contributing and development setup | |
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
Verdant Realms - Bioluminescent forest ecosystem
Test Worlds - Generated by test suite
π License
MIT License - See LICENSE for details.
Made with Claude π€ | Powered by MCP β‘ | Enhanced with AI Images π¨