Vibe Worldbuilding
About
Guides users through systematic worldbuilding with structured prompts and Google Imagen integration for generating visual representations of fictional universe elements
Details
- Author
- jasnonaz
- Repository
- jasnonaz/vibe-worldbuilding-mcp
- GitHub stars
- 7
- Categories
- Productivity, Other, AI, Knowledge Base, Developer Tools, Design, File Management, Media, Database, Frontend, API
- Tags
- #integration
Jump to
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Vibe WorldbuildingCommand (node, npx, python, etc.)python3Arguments-
Argument 1
./vibe_worldbuilding_server.py
Environment-
FAL_KEY
your_fal_api_key_here
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
bashClaude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"vibe worldbuilding": {
"env": {
"FAL_KEY": "your_fal_api_key_here"
},
"args": [
"./vibe_worldbuilding_server.py"
],
"command": "python3"
}
}
}
Linux
{
"env": {
"FAL_KEY": "your_fal_api_key_here"
},
"args": [
"./vibe_worldbuilding_server.py"
],
"command": "python3"
}
Macos
{
"env": {
"FAL_KEY": "your_fal_api_key_here"
},
"args": [
"./vibe_worldbuilding_server.py"
],
"command": "python3"
}
Windows
{
"env": {
"FAL_KEY": "your_fal_api_key_here"
},
"args": [
"./vibe_worldbuilding_server.py"
],
"command": "python3"
}
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
```bashSign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





