- Explore MCP Servers
- vibe-worldbuilding-mcp
Vibe Worldbuilding Mcp
What is Vibe Worldbuilding Mcp
Vibe Worldbuilding MCP is a Model Context Protocol designed to assist users in creating detailed fictional worlds using Claude’s capabilities, including automatic image generation.
Use cases
Use cases include creating fantasy or sci-fi worlds for novels, developing immersive environments for video games, and designing detailed settings for role-playing games.
How to use
To use Vibe Worldbuilding MCP, install the MCP CLI and required dependencies, then install the MCP with your Google AI API key. You can start worldbuilding using various prompts provided by the MCP.
Key features
Key features include structured worldbuilding prompts, automatic image generation, consistency checks, and the ability to revise and improve existing entries.
Where to use
Vibe Worldbuilding MCP can be used in creative writing, game design, film production, and any field that requires the development of fictional worlds.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Vibe Worldbuilding Mcp
Vibe Worldbuilding MCP is a Model Context Protocol designed to assist users in creating detailed fictional worlds using Claude’s capabilities, including automatic image generation.
Use cases
Use cases include creating fantasy or sci-fi worlds for novels, developing immersive environments for video games, and designing detailed settings for role-playing games.
How to use
To use Vibe Worldbuilding MCP, install the MCP CLI and required dependencies, then install the MCP with your Google AI API key. You can start worldbuilding using various prompts provided by the MCP.
Key features
Key features include structured worldbuilding prompts, automatic image generation, consistency checks, and the ability to revise and improve existing entries.
Where to use
Vibe Worldbuilding MCP can be used in creative writing, game design, film production, and any field that requires the development of fictional worlds.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
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 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
| 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
- 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 🎨
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










