Vibe Worldbuilding MCP
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: MCP Think Tool Server
๐ 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 ๐จ
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA Model Context Protocol server for Claude Desktop that provides structured memory management across chat sessions, allowing Claude to maintain context and build a knowledge base within project directories.166MIT
- AlicenseAqualityCmaintenanceA Model Context Protocol server that provides Claude with a dedicated space for structured thinking during complex problem-solving tasks, helping improve its reasoning capabilities.12916MIT
- Alicense-qualityDmaintenanceA Model Context Protocol server that provides AI assistants like Claude with a dedicated space for structured thinking during complex problem-solving tasks.MIT
- Flicense-qualityDmaintenanceA Model Context Protocol server that enables Claude Code to generate high-quality AI images using ModelsLab API with support for multiple image generation models including Flux, Stable Diffusion, and Midjourney.
Related MCP Connectors
Persistent context for Claude. Your AI always knows your projects and next actions across sessions.
Generate logos, social posts, app screenshots, comic panels & visual-novel assets from prompts.
Trainable non-fiction writing voice, presets, and an anti-AI-tells audit for Claude, via MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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