Vibe Worldbuilding MCP
Create detailed fictional worlds with automatic taxonomies, interconnected entries, AI-generated images, and navigable websites.
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 ๐จ
Related Servers
Twenty CRM
Interact with the Twenty CRM API through chat-based tools.
Memory Pickle MCP
A project management and session memory tool for AI agents to track projects, tasks, and context during chat sessions.
Linear
Integrates with Linear project management systems.
Tempo MCP Server
An MCP server for managing Tempo worklogs in Jira. It connects to Jira and Tempo services using API tokens and environment variables.
Notes MCP Server
An MCP server for interacting with Obsidian notes. Requires the OBSIDIAN_VAULT_PATH environment variable to be set.
Homelab MCP Server
Manage and monitor homelab systems via SSH.
Simplenote MCP Server
A server to connect and manage your Simplenote notes within Claude Desktop.
YTTranscipterMultilingualMCP
Transcribe YouTube videos in multiple languages.
User Prompt MCP
An MCP server for Cursor that enables requesting user input during generation process.
Live2D MCP
A simple note storage system with a custom note:// URI scheme, featuring tools to add and summarize notes.